Just a quick question:
I have a certain level, where the starting sequence is synchronised with the music (by timing).
However, since music only starts streaming when it is played, this synchronisation will be thrown off when the game is played for the first time.
I suppose I could preload the audio, but the manual says
"preloading too many sound effects on startup can slow down browsers with too much downloading and result in no sound effects playing at all for a while."
Am I safe to preload this music (about 45 second loop), or should I take another route...