The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
Please vote in the Forum Structure Poll. Polling will close at 2PM EST on January 21, 2025.
Hello all- just wondering if anyone has any experience with Cross Domain Policy .xml files? I've set one up to spec as outlined by the Adobe TechNote, but am not getting the desired result.
I'm testing the cross domain policy I've placed on the client website's root directory by streaming a video file that sits on their server through a player on an html page on the my server. With a proper crossdomain.xml file in place it should stop this from playing, no? Here is what I've got:
Have received confirmation that the server is in fact referrencing the crossdomain.xml file (server logs) as it should when I reload the HTML page- so I'm not sure why it isn't following the file as it should?
frankthetank on
Providing gibberish to the masses. Fluently. Since 2004 www.fluentgibberish.com (a web comic)
@RiemannLives: Does that mean that it depends on what version of flash player you have installed on your browser? Or the version I've got listed in my embed code?
frankthetank on
Providing gibberish to the masses. Fluently. Since 2004 www.fluentgibberish.com (a web comic)
That is your player version which may or may not be the version which the SWF is compiled for.
But I just realized that doesn't matter. Cross domain XML files control the loading of data from another domain. Data in this case means XML, text or connection to a flash media server. Not video via progressive download.
In flash 9+ it also can control things like granting pixel-level access to image data.
Posts
www.fluentgibberish.com (a web comic)
www.fluentgibberish.com (a web comic)
www.fluentgibberish.com (a web comic)
But I just realized that doesn't matter. Cross domain XML files control the loading of data from another domain. Data in this case means XML, text or connection to a flash media server. Not video via progressive download.
In flash 9+ it also can control things like granting pixel-level access to image data.
Why do you need to do this?