PDA

View Full Version : Problem with loaded swf



mattrock23
June 30th, 2008, 01:52 PM
I use AS to load a .swf file with audio. In my script I tell the swf to play when it is fully loaded. Some of the swfs I load using this method randomly stop playing partway through the sound. If I right click onthe movie it says "Movie not loaded..." It doesn't seem to continue loading because nothing happens even if I wait like an hour.

I tried recompiling the swf and reuploading it, the error occurs in pretty much the same spot every time. I've tried recompiling the main swf same thing.

I know this could be a number of things, but any ideas would be appreciated.

Edit:
Well, I took a look at my code and took out the line where I tell the swf to play, compiled it, and it played anyway. So I guess I need some way to keep the swf from playing before it's fully loaded.