Crossdomain.xml
First let me say that I dont think I know what I am doing. I have a swf. When I try and run the swf I get the pop-up that says "Adobe has stopped a potentially unsafe operation". I searched around found that I may need to use the "Security.allowDomain("*")" and make a crossdomain.xml file. Did that and placed and used Security.loadPolicyFile("http://192.168.1.103:8080/sample/crossdomain.xml") When i place "http://192.168.1.103:8080/sample/crossdomain.xml" in the browser I can browse to the xml file fine. But when compiling the swf I get "Error opening URL 'http://192.168.1.103:8080/crossdomain.xml" Is there something I'm doing wrong?
