flash - crossdomain.xml not honored by jwplayer -
i have video player on site http://aiskacang.com/crawl/pseudo.html
the player loads flv video file seeon.flv domain. currently, without crossdomain.xml in server seeon.flv located, video loaded fine. not behavior want or expect be.
i tried putting crossdomain.xml following content:
<?xml version="1.0"?> <!doctype cross-domain-policy system "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"> <cross-domain-policy> <site-control permitted-cross-domain-policies="none"/> </cross-domain-policy> from firebug, see there's request crossdomain.xml before accessing video file (seeon.flv). returns content fine , content-type of application/xml, still allow cross domain behavior.
any idea ?
it sounds may confusing use of crossdomain policies. disallowing crossdomain access doesn't prevent content being loaded , displayed. limits access between content different domains after target has been loaded , displayed. example, if a.swf loads b.swf, unable call methods inside b. b still loaded.
it sounds want hotlinking protection, done @ webserver level. (that is, make rule in apache/iis/etc. on flv's server prevent being served other domain's pages.)
Comments
Post a Comment