View Single Post
Isocase's Avatar Isocase Isocase is offline 2009-07-03 #2 Old  
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.
Reply With Quote