Thread
:
navigateToURL help please!
View Single Post
Isocase
2009-07-03 #
2
You can always use the ExternalInterface class to check stuff in the browser. In your try statement just add:
Code:
ExternalInterface.call("alert", request.url);
You should receive a javascript alert with the url that you are trying to get to. If you don't get the alert then you know Flash isn't making it to the code.
Isocase
View Public Profile
Find all posts by Isocase