This is a WTF moment for me. Working with a SWf where it’s worked all along, loading data from http://akmi.kaltura.com. But, now, if you switch from Flash Player 10 to Flash Player 10.1, I get the standard security sandbox violation:
* Security Sandbox Violation *
Connection to http://akmi.kaltura.com//index.php/partnerservices2//executeplaylist?partner_id=36022&playlist_id=0_buugxoml&subp_id=3602200&format=8&ks=NDE4MzIyOTA4OTlhNGM0OTAyMjliMGU3Y2M1ODY5MzJjNmE5NjBmNHwzNjAyMjszNjAyMjsxMjc3MDczMjcyOzA7MTI3Njk4Njg3Mi4wMjk3OzA7dmlldzoq halted – not permitted from http://localhost/kdp.swf
Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://localhost/kdp.swf cannot load data from http://akmi.kaltura.com//index.php/partnerservices2//executeplaylist?partner_id=36022&playlist_id=0_buugxoml&subp_id=3602200&format=8&ks=NDE4MzIyOTA4OTlhNGM0OTAyMjliMGU3Y2M1ODY5MzJjNmE5NjBmNHwzNjAyMjszNjAyMjsxMjc3MDczMjcyOzA7MTI3Njk4Njg3Mi4wMjk3OzA7dmlldzoq.
What changed?? The crossdomain.xml is still in place and if I downgrade to FP 10 (or earlier), it works as expected. Any ideas?
I’m shooting in the dark a bit, but…
First off, in the URL you specify there are two ‘//’ before the index.php . Is that causing an issue w/ Flash Player 10.1 finding the cross domain file? Or did the error mangle the URL somehow?
If memory serves me, Flash Player is really particular about the crossdomain.xml is really particular. I notice that your XML tags are in a different order than the ones I use on The Flex Show and I did not specify a namespace. So you might try changing those:
I’m kind of guessing, though, it’s not an issue I’ve run into yet.