[font=Arial][size=3]Hi, I have this small problem, which is absolutely horrifying for me, I’d appreciate [/size][/font][font=Arial][size=3]Any help…[/size][/font]
[font=Arial][size=3] [/size][/font]
[size=3][font=Arial]Here’s the thing: I have a main movie page (flash) to which inside I load different movies [/font][/size][font=Arial][size=3](With the action – load movie). The other day I made a full movie (made out of about 1000 Mc) in it I included the action - > [/size][/font]
[font=Arial][size=3][/size][/font][font=Arial][size=3] [/size][/font]
[size=3][font=Arial] stop();[/font][/size]
[size=3][font=Arial] myInterval = setInterval(pause, 10000)[/font][/size]
[size=3][font=Arial] function pause() {[/font][/size]
[size=3][font=Arial] play();[/font][/size]
[size=3][font=Arial] clearInterval(myInterval) [/font][/size]
[font=Arial][size=3]}[/size][/font]
[font=Arial][size=3] [/size][/font]
[font=Arial][size=3]The total movie is about 1 min… It’s an Intro movie…[/size][/font]
[font=Arial][size=3]All other “load movies” on the big page don’t have the interval function…[/size][/font]
[font=Arial][size=3]The problem began when I tried to load a different movie in front of this movie, while it played, and before his time was over… everything jumped, [/size][/font]
[font=Arial][size=3] [/size][/font]
[font=Arial][size=3]In other words – non of the other movies played properly before the entire interval movie thing was completely over.[/size][/font]
[font=Arial][size=3] [/size][/font]
[font=Arial][size=3]Is there maybe some script that will help me overcome this problem?[/size][/font]
[font=Arial][size=3]A script that I could maybe put in the same action frame as of the “loadmovie” that will cancels all Intervals??? [/size][/font]
[font=Arial][size=3] [/size][/font]
[font=Arial][size=3]Many thanks:gm: [/size][/font]
[font=Arial][/font]