This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Use of crossdomain.xml in flash

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.

 

  1. <?xml version="1.0"?>

  2. <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
  3. <cross-domain-policy>
  4. <allow-access-from domain="*" />
  5. </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.

VN:F [1.5.7_846]
Rating: 0.0/10 (0 votes cast)
VN:F [1.5.7_846]
Rating: 0 (from 0 votes)

Related posts:

  1. Loading swf file from another server using crossdomain.xml
  2. How to play .mkv files
  3. The thrilling potential of sixth sense technology
  4. .pro domain is out
  5. Javascript Events A Complete Video Tutorial With Yahoo
  6. Right Click Context Menu In Flash Movie Simple Method

Leave a Reply

Comments (required)

Spam Protected