Start the Fire (Alcazar song)

"Start the Fire" was the final Alcazar single, released in 2005 as a second single from their compilation album Dancefloor Deluxe, before their three-year hiatus. The chorus is borrowed from Billy Joel's classic hit "We Didn't Start the Fire", though the verses are completely new. It also features samples from Heartache # 9 of Delegation. The maxi single contains two previously unreleased tracks "Glamourama" and "Nothing But the Video On". These tracks are rumoured to have been recorded for a third Alcazar studio album.

"Start the Fire"
One of cover arts
Single by Alcazar
from the album Dancefloor Deluxe
B-side"Glamourama, Nothing But the Video On"
ReleasedAugust 15, 2005
Recorded2004
GenreEurodance, pop
Length3:34
LabelRCA Records, BMG
Songwriter(s)Billy Joel, Ken Gold, Michael Denne
Alcazar singles chronology
"Alcastar"
(2005)
"Start the Fire"
(2005)
"We Keep on Rockin'"
(2008)

The track reached #10 in Sweden, and, randomly enough #87 in Switzerland.

Music video

A music video was produced to promote the single. During the filming of the video, one of the lead singers, Annikafiore managed to break her foot. Therefore, she was only shown in certain scenes of the music video (the ones shot before the injury).

Formats and track listings

These are the formats and track listings of promotional single releases of "Start the Fire".

CD Single

  1. Start The Fire (Original Version)
  2. Nothing But The Video On (previously unreleased)

Maxi Single

  1. Start The Fire (Original Version)
  2. Glamourama (previously unreleased)
  3. Nothing But the Video On (previously unreleased)
  4. Start The Fire (Extended Version)
  5. Physical (Poolbreeze Mix)
  6. Start The Fire (Acapella)

Chart performance

Chart (2005) Peak
position
Swedish Singles Chart[1] 10
Swiss Singles Chart[2] 87
Finnish Airplay Chart 22
Finnish Dance Chart 14
German Singles Chart 62
Ukraine 12
Eurochart Hot 100 Singles 49
US Dance Airplay Chart 14
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.