Results 1 to 2 of 2

Thread: Problem playing flv files on website

  1. #1
    Join Date
    Mar 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem playing flv files on website

    Hi all

    I am new here and would like some help please.

    I have uploaded some flv videos to www.bitsandpcs.info.
    I help run an F1 forum and want these videos to be able to be viewed in the video section.

    http://www.thechicane.co.uk/video.html

    where the videos should appear I just get white boxes and no option to play videos.

    I have read something about cross hoasting policies because the videos are not hosted on the same domian, but I dont understand.

    can anyone help me here please

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Put this in an xml file named "crossdomain.xml" :

    Code:
    <?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="www.yoursite.com" />
      <allow-access-from domain="yoursite.com" />
    </cross-domain-policy>
    and upload it to the root of the site where the movies are hosted. Changing the yoursite.com lines to the site requesting access to said movies...
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •