WebDesignDatabase
03-26-2004, 12:24 AM
Hey guys, I am wondering if anyone can help me solve a problem?
Here is the issue:
I have a simple flash animation with 3 scenes (loader scene, intro scene and main scene). This is going to be the header to my companies new site design.
The actionscript is set up to replay the main scene (looping) after it has loaded. I have a simple actionscript going on:
CODE
gotoAndPlay("main", "start");
"main" is the name of the scene and "start" is the name of the frame it is to go to and start playing again from. (I'm sure you knew all that but I wanted to make sure you knew that I knew).
THE PROBLEM:
In IE it works as it is supposed to. IN Firefox v.08 however it keeps looping from the load scene (the beginning) to the end over and over... RELOAD, RELOAD, RELOAD....
Like it is being refreshed or something?? I can't figure out what it is.
Is it a problem with my simple script or is it the Firefox plug-in??
Thanks in advance for your help.
Here is the issue:
I have a simple flash animation with 3 scenes (loader scene, intro scene and main scene). This is going to be the header to my companies new site design.
The actionscript is set up to replay the main scene (looping) after it has loaded. I have a simple actionscript going on:
CODE
gotoAndPlay("main", "start");
"main" is the name of the scene and "start" is the name of the frame it is to go to and start playing again from. (I'm sure you knew all that but I wanted to make sure you knew that I knew).
THE PROBLEM:
In IE it works as it is supposed to. IN Firefox v.08 however it keeps looping from the load scene (the beginning) to the end over and over... RELOAD, RELOAD, RELOAD....
Like it is being refreshed or something?? I can't figure out what it is.
Is it a problem with my simple script or is it the Firefox plug-in??
Thanks in advance for your help.