Hello,
I made a button into my SWF file. When the use clicked on it, the user will be leadto a web address ( e.g www.google.com). I get this error when I clicked to my button.
SecurityError: Error #2028: Local-with-filesystem SWF file file:///D|/test.swf cannot access Internet URL http://www.google.com.

As I got we should use allowdomain(dom1,dom2,...) method accept other SWF files which are resides into dom1,dom2,..
Whats happen if we want to move user to other web page without any security error or involving user to sandbox setting.
Best,