This content has been marked as final.
Show 9 replies
-
1. Re: swf random looping
kglad Nov 24, 2006 12:38 PM (in response to Chris_Pierik)when do you want to load another from the list? after the previous swf has completed play? if so, do you want to avoid duplicates until they've all played? -
2. swf random looping
Chris_Pierik Nov 25, 2006 8:12 AM (in response to kglad)yes, i would like the next swf to play after the previous plays. maybe it needs to load before the end of the last clip so it's sort of seamless. i'm new at this so i'm not really sure how it would work or if it's possible.
i'm not too concerned about avoiding duplicates. although if it's not too much of a hassle that would be nice. -
3. Re: swf random looping
kglad Nov 25, 2006 9:08 AM (in response to Chris_Pierik)you can start with:
-
4. Re: swf random looping
Chris_Pierik Dec 1, 2006 6:53 AM (in response to Chris_Pierik)i don't know if i'm missing something but i get an error message:
A script in this movie is causing Flash Player to run slowly. If it continues to run...etc. -
5. Re: swf random looping
kglad Dec 1, 2006 7:11 AM (in response to Chris_Pierik)there's nothing in that code that would result in that error. you have a for-loop or while-in loop that's not terminating within a few seconds. -
6. Re: swf random looping
Chris_Pierik Dec 1, 2006 7:32 AM (in response to Chris_Pierik)right, sorry.
i commented everything else out and it's not loading anything. -
7. Re: swf random looping
kglad Dec 1, 2006 9:37 PM (in response to Chris_Pierik)post a link to your fla. -
8. Re: swf random looping
arunbe Dec 2, 2006 1:20 AM (in response to Chris_Pierik)Hi try this code.... -
9. Re: swf random looping
Chris_Pierik Dec 3, 2006 4:17 PM (in response to arunbe)thanks everyone. i did it a different way with flvs.