Hello!
Please tell me why the Get Object object does not work in the builded application? But at runtime it works perfectly.
Hello!
Please tell me why the Get Object object does not work in the builded application? But at runtime it works perfectly.
did you add the cross policy file?
https://www.adobe.com/devnet/flashpl..._security.html
Regards,
Fernando Vivolo
... new things are coming ...
Thanks for the answer!
I have to put a crossdomain.xml file in the local folder with swf?
crossdomain.xml
If i built application as HTML5 then i cant recieve response from another website. Pls help me!<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>
mm you have to put this file in the server, flash run from server as html5 does
please more info here
https://www.adobe.com/devnet/flashpl...icy_files.html
Regards,
Fernando Vivolo
... new things are coming ...