Skip to main content
Participant
June 28, 2012
Question

Scene Cycling

  • June 28, 2012
  • 1 reply
  • 471 views

Hi All,

I have a flash movie contanins 15-20 scenes. And am navigating the scnes based on the back end systems. I have a backend system and it keep sending the scene name based on that i am navigating into the scenes. Now, the problem is the flash movie keep playing accorss the scene some time even I have stop command in each scene.  does any one know what is the causes?

I am using Flash CS5.0 and puplish as flash version 9.0 since my device support only flash player version less than 10.0.

Thanks

Thilsen

This topic has been closed for replies.

1 reply

esdebon
Inspiring
June 28, 2012

gotoAndPlay(1,"scene");

or

gotoAndStop(1,"scene");

Can you show your code?