Skip navigation
Emilie1208
Currently Being Moderated

How to make an html5 video play from Internet Explorer 9?

Feb 23, 2012 7:27 AM

Tags: #captivate #5.5 #internet_explorer_9 #converter_to_html5

Hello,

 

I have converted a swf eLearning video to html5 thanks to the cp converter. I can have the html output file played from Chrome but not from Internet Explorer 9. Could someone advise me, do I need some code to make it work? Thank you in advance for your help.

 

Emilie

 
Replies
  • Currently Being Moderated
    Mar 16, 2012 1:00 PM   in reply to Emilie1208

    One of the quick and easy fixes for your problem is to go into your source code and in the <head> change the following:

     

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <meta http-equiv="X-UA-Compatible" content="chrome=1,IE=9" />

    <meta name="viewport" content="user-scalable=yes, width=360" />

    <title>IntroVideo</title>

     

    Where it says ,IE=9"/> simply change the 9 to an 8....

    this tells IE9 to act like IE8 and makes all the video content way more accessable!

     

    hope this helps!

     

    Cheers!

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points