Flash flv player has a property that it takes only the flv video files in the same domain.Here the crossdomain policy comes in to picture.
The use of crossdomain.xml policy is very vast, because now a days many websites use .flv [VIDEO FILES] and the webmaster sometimes need flv files to be hosted in other domains.
Without the crossdomain.xml file we cant call a flv video file which is hosted in another domain.The XML file looks like the one shown below just copy and paste the content to a file and rename it to crossdomain.xml, remeber to delete the numbers in the starting of each line.
<?xml version=”1.0″?>
<!DOCTYPE cross-domain-policy SYSTEM “http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd”>
<cross-domain-policy>
<allow-access-from domain=”*” />
</cross-domain-policy>
Then copy the file and host it to the domain where you are using your flash player.
Now you are done.You can now play any flv file from any domains.
Incoming search terms:
- CROSS DOMAIN INTERVIEW QUESTIONS (5)
- as3 crossdomain tutorial (2)
- flv crossdomain xml (2)
- uploading crossdomain to fla file (2)
- how to play flv on browser cross domain policy (2)
- ie flv crossdomain xml sameDomain (1)
- perl if /\032/ (1)
- play flv files cross domain (1)
- play flv using php (1)
- rename crossdomain xml (1)
- rename crossdomain xml flash (1)
- XAMPP crossdomain (1)
- getting contents of crossdomain xml file with jquery (1)
- flv example crossdomain xml (1)
- as3 crossdomain xml (1)
- as3 stop crossdomain xml call (1)
- can i rename crossdomain xml (1)
- crossdomain xml di cpanel (1)
- crossdomain xml flv (1)
- crossdomain xml jquery (1)
- flash crossdomain xml (1)
- flash flv cross domain policy (1)
- flash play flv cross-domain-policy (1)
- XML DOM XLS crossdomain (1)

