Hello well yes the same as right click zoom as it is going on a menu system for a hotel, and they wont be able to right click zoom so i must have this done automaticly.
The page refreshes every 25 minutes so i need it to stay zoomed after fresh too.
You would need to set cookies with the flash settings, but since you haven't given us anything to go by I couldn't tell you how this would really function. But Flash is stateless, so if you refresh the page (without setting a cookie, connecting to an external data source, or session) there is no way to track the events in Flash.
__________________
jeremy - gnomeontherun Educated questions often get educated answers, and simple questions often get simple answers.
Well you can make sure that when it refreshes, it zooms back instantly by having it redirect to itself with a variable attached to the url onload. Then use that variable (also onload) to zoom in.
Or less messy would be setting a cookie onunload and grabbing it onload.
EDIT: looks like jeremy already said that, sorry to double post
__________________
Feel free to e-mail me if I forget to respond ;) ohsosexybrit@gmail.com
Last edited by itsallkizza; 11-11-2008 at 03:23 AM..