| Ultrashock Forums
• Flash 9 Security and Crossdomain.xml |
|||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
17 Creative Assets
|
2008-10-06
#2 |
||
|
|
|
2008-10-07
#3 |
||
|
Hi, I've changed the crossdomain.xml file like you said and uploaded on http://www.importpartners.com/crossdomain.xml Unfortunatlly no change on http://www.impartproductions.com/Jump/ :: http://www.jumperrecords.com I have tried numerous combinations with the domainnames but no luck. Could it be there has to be changed something in the actionscript files? (Website was made with Flash MX) thnx |
|
|
|
2008-10-13
#4 |
||
|
This script did the trick: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <allow-access-from domain="*" secure="false" /> <allow-http-request-headers-from domain="*" headers="*" secure="false" /> </cross-domain-policy> |
|
17 Creative Assets
|
2008-10-13
#5 |
||
|
Yeah that isn't very secure though, you are basically granting any SWF from any domain full access to your public website files and services. I will hunt around the Adobe site today to see if anyone else has had problems with Flash MX files.
|
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|


4 comments
| 2791 views

17 Creative Assets
Linear Mode
If www.jumperrecords.com is trying to access www.impartproductions.com then give this a try...