:kir: 0. Unique problem. Sorry I need to address this problem, I can’t find any SIMILAR in the previous posts.
- I have a presentation http://www28.brinkster.com/torrenueva/6.html with object and text animations. Text animations are external swf’s, separate from the main movie, called using
for(i=0;i<10;i++)
loadMovie("text"+i+".swf","MC_txt_handler"+i);
- There are 10 text animations, i.e., 10 external swf’s loaded in the first frame doing a getBytesLoaded() and getBytesTotal(). The empty movie clips for the external swf’s are there in the stage. But after frame 1 and as the mainmovie starts playing, i set the MCs as MC_txt_handler._visible=false; until…
(Here is the animation: http://www28.brinkster.com/torrenueva/6.html )
[COLOR=Red]3. …Whenever it is the turn of a certain text animation, at the course of the animation, I shall AGAIN do a loadMovie() on whichever frame number that text should appear.[/COLOR]
- Problem: When uploaded and viewed in the net, SOMETIMES, THE TEXT (an external swf) DOESN’T SHOW UP. OR IF IT SHOWS UP, IT DOESN’T SHOW UP ON TIME. So I think, there must be something wrong or there could be another way to implement this. I appreciate any help
Thanks so much.
[COLOR=Red]SUMMARY: load now (all) multiple external text movies inside a movieclip on frame 1 BUT WILL ALL PLAY AT A LATER TIME…[/COLOR] So… could you do a loadMovie() and temporarily save/cache the swf now but will have to play later?