PDA

View Full Version : Attach Sound Blocked preloader...pls help...


yat
03-01-2002, 04:19 AM
I just use attach sound function in a flash with import mp3...(it arround 3.12M)
but the problem is coming that.....my preloader cant display the precent of loaded bytes ...and also stop at frame 1 before finish loading (I check it with brandwidth viewer with flash)

andthen....I try attach movie also ......found that.....the preloader doesn 't work too!!???but ....after I remove the "linkage" in library .....the preloader work again......

Someone can tell me why or give me soloution?

thanks you guys greatest help......
thx...

email : id14@hongkong.com
Yat chow

pinkaboo
03-01-2002, 02:18 PM
I'm not quite sure what you mean here but I know that you are using symbols linked in from your library Flash will load those before it even contemplates loading in what is on the stage, therefore your bytes loaded won't show until Flash has already imported all your linked symbols. I'm guessing that by this stage most of your movie will have already loaded in - so the preloader doesn't show?
If this does sound familiar you might want to try putting your sound (and any other symbols you wanted to link to) into a separate swf and loading that movie (loadMovie) into an empty mc in your main movie. That way you get all the symbols loaded into your movie, but you get to control how Flash loads them in. See if that helps.