Hey, i wanna play (in a web browser) a video from a server (example) avifiles.com/movie.avi and avifiles.com/movie.flv (i mean .avi and .flv formats) but: avifiles.com/crossdomain.xml contains:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*.avifiles.com" />
</cross-domain-policy>
Is there any way to play these videos in web browser (not from *.avifiles.com domain) ?