navigateToURL(new URLRequest("other.html"), "_self");
other.html has a swf embedded in it. Is there a way I can pass on variables to the swf embedded in other.html.
The reason is that I need to tell the swf if the user has logged in or not, and if he has logged in, pass it the user details. Feel free to suggest alternative methods that might me more efficient.
My entire website is made in flash.
Thanks