Results 1 to 6 of 6
Thread: [FMX] Delay Load Movie
-
September 7th, 2003, 05:42 PM #1Digitalosophyn/aGuest
posts[FMX] Delay Load Movie
How can I tell Flash to wait 5 seconds before loading my movie without using frames in timeline?
ThanksCode:mybutton.onRelease = function(){ //wait 5 seconds then loadMovie("blah","placeholder"); }
-
September 7th, 2003, 11:57 PM #2
<-- !!!
http://www.kirupaforum.com/forums/sh...threadid=32957
...And I'm sure you'd find dozens of threads like that one.
-
September 7th, 2003, 11:58 PM #3Digitalosophyn/aGuest
postsok well i found some stuff on the boards that helped but now i have anotehr problem. i used this code to set my timer
I know nothing about intervalsCode:function doneDelay(){ loadMovie("contact.swf","placeholder"); clearInterval(delay); } delay = setInterval(doneDelay, 1000);
code works but now the text
"function doneDelay(){
loadMovie("contact.swf","placeholder");
clearInterval(delay);
}
delay = setInterval(doneDelay, 1000);"
shows up in my movie
anyone know why
-
September 8th, 2003, 12:01 AM #4Digitalosophyn/aGuest
postsOriginally posted by kode
<-- !!!
http://www.kirupaforum.com/forums/sh...threadid=32957
...And I'm sure you'd find dozens of threads like that one.
i didnt know what to search for !
but thanks
[edit] my code is the same as theirs and i still get that text appearing [/edit]Last edited by Digitalosophy; September 8th, 2003 at 12:04 AM.
-
September 8th, 2003, 12:07 AM #5Haha - That's funny.Originally posted by Digitalosophy
...
code works but now the text
"function doneDelay(){
loadMovie("contact.swf","placeholder");
clearInterval(delay);
}
delay = setInterval(doneDelay, 1000);"
shows up in my movie
anyone know why
May I take a look at your FLA?
-
September 8th, 2003, 02:03 PM #6
Lol, that happens to me a lot too
When copying and pasting some code I saved in a textfile or from another FLA, the as window wasn't focused so it copied on stage.
Wait, what?

Reply With Quote


Bookmarks