> Straws appreciated and accepted. I don't think that's the case though. I > opened MS Fiddler and hit on of our pages myself. (All of the streaming > content on our site uses the same dynamic page and the same SWF player. The > SWF player is not located on the CDN). This is what Fiddler showed me: > > Request for www.mysite.com/thePage.cfm > Request for www.mysite.com/player.swf > Request for www.mycdn.com/crossdomain.xml (Returned 404) > Request for www.mycdn.com/theFile.mp3 > > It defies logic. By all rights flash should have shut down the SWF and > never allowed it to access the last file. > > Hmm, a bit more Googling, and apparently that isn't always necessarily the > case. According to this knowledge base article, Flash differentiates > between simply playing an MP3 and extracting data from it. > http://kb2.adobe.com/cps/963/50c96388.html > > This article appears to say that flash WILL allow an MP3 from another domain > to be played, but will stop short of allowing you to extract data from it > (like ID3 tags) without a crossdomain.xml file. Interesting... I'm not sure > if that is affecting me or not. I'm using the JWPlayer and I'm pretty > certain it doesn't do anything special to the MP3s.
Well there you go, I've never tried loading MP3s specifically and didn't know there was a policy exception for them. And I have no idea what's in an MP3 that JWPlayer would read sometimes and not read other times. But can't you just go ahead and create a crossdomain file and avoid this problem altogether? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, o ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331655 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

