| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I'm using a local shared object in my flash animation so that the animation plays only once per user visit. It works fine in IE 6/7, but doesn't work at all in FF (the movie still plays when I refresh the homepage, or come back to the homepage from another page). This is what I'm using: var my_so = SharedObject.getLocal("animationPlayed"); if (my_so.data.played == undefined) { my_so.data.played = true; my_so.flush(); } else { gotoAndStop(258); } // end else if clearLSO_btn.onRelease = function () { my_so.clear(); }; stop (); And this is the site: http://qualitycateringforkids.com/default.aspx Any ideas? Thanks RK |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.