PDA

View Full Version : can't debug.. global settings problem



cakewalkr7
May 15th, 2009, 10:08 AM
I have a flash app that calls a web page vai a URLRequest object. It runs fine in normal mode but I need to do some debugging. When I try to debug I get the security warning that it's trying to access the internet. I opened the adobe.com flash security app and added both my flash file and the web site to confirmed locations but when I then try to debug it I again get the same warning. How do I get these settings to take effect inside of flash? Thanks.

cakewalkr7
May 15th, 2009, 10:14 AM
Apparently when the file name has spaces or underscores they get url encoded and are not then recognized by flash. I had to copy the actual filename to include the underscore instead of the url encoded value and then it worked.