Select to view content in your preferred language

Access is denied

1263
1
Jump to solution
03-27-2013 11:58 AM
ShaningYu
Honored Contributor
I built a application, but errors like that
C:\inetpub\wwwroot\...\xxx.swf (Access is denied).
I copied and pasted the crossdomain.xml into C:\inetpub\wwwroot\, but the errors still exist.
How should I solve this problem?  Thanks.

crossdomain.xml:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Honored Contributor
Run Flash Builder as Admin, the problem was gone.

View solution in original post

0 Kudos
1 Reply
ShaningYu
Honored Contributor
Run Flash Builder as Admin, the problem was gone.
0 Kudos