This content has been marked as final.
Show 5 replies
-
1. Re: Flash & cookie (html) problem
kglad Jan 15, 2009 11:01 AM (in response to TLCMediaDesign)are you ensuring your swf has completely downloaded before directing the timeline beyond its first frame? -
2. Re: Flash & cookie (html) problem
TLCMediaDesign Jan 15, 2009 11:07 AM (in response to kglad)No, it does not wait. I haven't used Flash since 2003 and am now getting back into it so I am not too familiar with the new functionality. Are you speaking of a preloader routine or is there a function I could use? -
3. Re: Flash & cookie (html) problem
kglad Jan 15, 2009 11:17 AM (in response to TLCMediaDesign)then that's a problem. sometimes your cookie may loaded sooner than the needed frame in your swf and when you try to go to a frame that hasn't been downloaded, the swf will stay on frame 1.
i assume you already have a stop() on frame 1 and you check the cookie's value before proceeding. in addition to waiting for the cookie to load, you should wait for the needed frame of your swf to load.
so, if you're not using a loop now to check for your cookie, you'll need one for your swf to check its _framesloaded property before advancing the timeline. -
4. Re: Flash & cookie (html) problem
TLCMediaDesign Jan 15, 2009 11:35 AM (in response to TLCMediaDesign)Thanks, that seems to have fixed it. The files are only 12k so I guess that's why they worked 90% of the time. -
5. Re: Flash & cookie (html) problem
kglad Jan 15, 2009 12:10 PM (in response to TLCMediaDesign)you're welcome.



