HI, how are you folks,
i have little bit of problem, i am trying to load an image from external domain and i got this message,
Attemping to launch and connect to Player using URL C:\xampp\htdocs\uploading agimage\showtags.swf
[SWF] C:\xampp\htdocs\uploading agimage\showtags.swf - 64905 bytes after decompression
Warning: Ignoring 'secure' attribute in policy file from http://www.zappos.com/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
Warning: Ignoring 'secure' attribute in policy file from http://www.zappos.com/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
Warning: Ignoring 'secure' attribute in policy file from http://www.zappos.com/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
Warning: Ignoring 'secure' attribute in policy file from http://www.zappos.com/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
Warning: Domain www.zappos.com does not specify a meta-policy. Applying default meta-policy 'master-only'. This configuration is deprecated. See http://www.adobe.com/go/strict_policy_files to fix this problem.
Error: Request for resource at http://www.zappos.com/images/729/7299742/4998-377881-p.jpg by requestor from file:///C|/xampp/htdocs/uploading/tagimage/showtags.swf is denied due to lack of policy file permissions.
*** Security Sandbox Violation ***
Connection to http://www.zappos.com/images/729/7299742/4998-377881-p.jpg halted - not permitted from file:///C|/xampp/htdocs/uploading/tagimage/showtags.swf
Error: Request for resource at http://www.zappos.com/images/729/7299742/4998-377881-p.jpg by requestor from file:///C|/xampp/htdocs/uploading/tagimage/showtags.swf is denied due to lack of policy file permissions.
*** Security Sandbox Violation ***
Connection to http://www.zappos.com/images/729/7299742/4998-377881-p.jpg halted - not permitted from file:///C|/xampp/htdocs/uploading/tagimage/showtags.swf
SecurityError: Error #2123: Security sandbox violation: LoaderInfo.content: file:///C|/xampp/htdocs/uploading/tagimage/showtags.swf cannot access http://www.zappos.com/images/729/7299742/4998-377881-p.jpg. No policy files granted access.
at flash.display::LoaderInfo/get content()
at ShowTags/showImage()[C:\xampp\htdocs\uploading agimage\ShowTags.as:157]
Cannot display source code at this location.
Debug session terminated.
now i have implement a crossdomain.xml file which goes like this,
<?xml version="1.0" encoding="UTF-8"?>
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd">
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="master-only"/>
</cross-domain-policy>
can some one plx explain why i am unable to load the certain image⦠:red:
Regards