Results 1 to 3 of 3
Thread: new URLRequest problem
-
December 15th, 2009, 03:02 PM #12Registered User
postsnew URLRequest problem
Hi all,
This problem has me perplexed. The below code works just fine when I run it from my hard drive, but not when I run it from my flash drive:
I moved everything over from my hard drive to a flash drive--maintaining the exact same directory structure--but a new url is not opened up in the current window when I run this from the flash drive.if(event.target == sil0_btn)
{
navigateToURL(new URLRequest("silence.html"),"_self");
}
Any thoughts on what's going on?
Thanks!Last edited by jschrift; December 15th, 2009 at 03:10 PM. Reason: make it pretty
-
December 16th, 2009, 04:14 AM #2
flash player securyty. u have t o use this on webserver only. or u need to create custom flash player rules for ur pc. [will work on the pc where u create rules] Else publish swf as exe . it will work
-
December 16th, 2009, 10:26 AM #32Registered User
postsCool-- thank you for the help!

Reply With Quote


Bookmarks