Well, this sucks pretty much…i’m loading a streaming compressed swf file, but it doesnt load when its uploaded on a server, is there anything i could do to make it load and still be compressed?
HELP NEEDED URGENTLY (the site is supposed to be launched today and its already late )
if you make a movie and use loadmovie to load that first movie, your sound will play.
one of the great features of flash mx is you cna load that mp3 without using external swf’s
well, i’ve tried it in many ways now, so i am running out of ideas.
First i tried to just drop the mp3 into the first and only frame, it worked offline.
Secondly i tried to load it externally, as another swf, but not even that helped. When i open the swf document online, it says, “Page cannot be displayed”…though everything else works in the movie. I need to have that movie compressed, cuz else the size will be too much!
Third, i tried to use this code in the movie clip:
mySound = new Sound(this); //the sound is placed within a MC
mySound.attachSound(“snd1”);
mySound.start(0,9);