Link to home
Start Free TrialLog in
Avatar of Ilianam
Ilianam

asked on

Flash animation stopping

I have a flash anmation that included in my we page using dreamwever. I uploaded the page you can see the animation, but suddenly stops and dissapears. Any reason?
http://www.hurricane-shutters-florida.net/Links.html
Avatar of Britt Thompson
Britt Thompson
Flag of United States of America image

the animation doesn't disappear on my end...are you talking about the animation just stopping and not looping back through? If that's the case you need to add a gotoAndPlay (1); on the last frame of the animation to get it to loop back to the first frame.
i also can't replicate. - using google chrome.
Avatar of Ilianam
Ilianam

ASKER

Is still not looping

      //Movieclip GotoAndPlay Behavior
      this.gotoAndPlay("1");
      //End Behavior
Since I don't have your FLA I can't say for sure but if you add gotoAndPlay(1); to the last frame in your animation it will loop...but it needs to be inside the actual animation clip. You don't need the "this" before it.
Avatar of Ilianam

ASKER

it must be something else I view it on Mozilla....Perfect !!!
What browser is giving you trouble? Works in every browser I have....if you're using internet explorer there may be something wrong with  your security settings.

Go to Tools > internet options > security tab > reset zones to default level > advanced tab > restore advanced settings

If that doesn't work, try the reset button under the advanced tab.
Avatar of Ilianam

ASKER

still dissapears
What version?
Avatar of Ilianam

ASKER

7.0
ASKER CERTIFIED SOLUTION
Avatar of Britt Thompson
Britt Thompson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ilianam

ASKER

Not working either I even downloaded IE 8.0


            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="97" height="69" id="FlashID" title="Travel Around the World">
              <param name="movie" value="mundo.swf">
              <param name="quality" value="high">
              <param name="wmode" value="opaque">
              <param name="swfversion" value="6.0.65.0">
              <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you dont want users to see the prompt. -->
              <param name="expressinstall" value="Scripts/expressInstall.swf">
              <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
              <!--[if !IE]>-->
              <object type="application/x-shockwave-flash" data="mundo.swf" width="97" height="69">
                <!--<![endif]-->
                <param name="quality" value="high">
                <param name="wmode" value="opaque">
                <param name="swfversion" value="6.0.65.0">
                <param name="expressinstall" value="Scripts/expressInstall.swf">
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                  <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                  <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                </div>
                <!--[if !IE]>-->
              </object>
              <!--<![endif]-->
            </object>
         
If you go to add/remove programs do you see Internet Explorer Enhanced Security settings installed? If so, uninstall it...It's working perfectly on several machines for me. This is some sort of security setting or disablement of active-x in your browser.