|  | gotoAndPlay stops working when I upload to web site |  | |
| | | jbd |  |
| Posted: Wed Sep 03, 2008 5:06 pm Post subject: gotoAndPlay stops working when I upload to web site |  |
I have a flash file on my web site which is a rolling set of 17 slides and text, each slide and text lasts 60 frames. I wanted my flash to start randomly on a slide, so in frame 2 i generate a random number (lngFrameNumber) 1 to 17 and use _root.gotoAndPlay(lngFrameNumber).
In frame 1 I load an mp3 and set a few variables; my flash loops from last frame back to frame 2.
This all works as I wanted on my local machine both in flash player and in my browser. But when I upload my flash it seems to ignore the gotoAndPlay function. I have used a dynamic textbox to show lngFrameNumber is generated as expected. I am really puzzled by this. Any ideas,
regards,
Brian |
| |
| | | jbd |  |
| Posted: Thu Sep 04, 2008 11:00 am Post subject: Re: gotoAndPlay stops working when I upload to web site |  |
I can add that my flash works ok in the flash player but misbehaves in my browser for local htm file. If I slow the frame rate from 5fps to 1fps it is ok, so it seems to be a timing issue. |
| |
|
|