| Author |
Message |
galivio BizHat Newbie

Joined: 07 Jan 2006 Posts: 18 Location: Cebu, Philippines
|
Posted: Fri Jan 13, 2006 7:33 pm Post subject: Problem on viewing SWF file on browser |
|
|
| I created a page with flash animation on it (SWF) but when I preview it on a browser the animation just play really fast. It played all the frames which is not supposed to happen because it has actionscripts that instructs which frame is only be played. What is the problem? Is it the browser or the flash player? Give a little bit understanding pls.. |
|
| Back to top |
|
 |
killerduck BizHat Newbie

Joined: 16 Jan 2006 Posts: 14
|
Posted: Mon Jan 16, 2006 3:39 am Post subject: |
|
|
| have you checked the time frames for your effects? otherwise you could have a mistake in the actionscript that could be causing the problem |
|
| Back to top |
|
 |
galivio BizHat Newbie

Joined: 07 Jan 2006 Posts: 18 Location: Cebu, Philippines
|
Posted: Mon Jan 16, 2006 8:28 pm Post subject: |
|
|
| in the main timeline, each frame has a movie clip on it and I put stop() function on each frame to stop in the current frame and play the animation inside it. It worked fine when just previewing it on flash player, but when I put the SWF file on an html and preview it in a browser, it just played very fast from start to end. It seemed stop() function didn't work. |
|
| Back to top |
|
 |
killerduck BizHat Newbie

Joined: 16 Jan 2006 Posts: 14
|
Posted: Wed Jan 18, 2006 2:28 am Post subject: |
|
|
| yes, but each frame in the timeline has its own duration..if the two are mis-synched then it will throw the whoole off, which is what it sounds like is going on with yours |
|
| Back to top |
|
 |
|