I'm trying to embed a flash file from my site, but for some reason it looks like the entire swf file (often up to 1mb in size) is downloaded before anything is displayed. In the mean time a white box is displayed for anything up to 20 seconds.
The same swf file on other websites shows the first frame of the swf file almost instantly then continues the loading (shows a loading bar).
Are there any steps I can take to avoid this white box being show?
Note: All of the swf files I've tried have their own built in preloader, but still take many seconds to show up initially.
Thanks! -James
p.s I'm using mostly amazon s3 (sometimes apache) to host these swf files Here's an example of the embed code I'm using:
<embed src="http://my.long.url/game.swf" menu="false" quality="high" width="640" height="480" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />