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
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!
North America
Europe, Middle East and Africa
Asia Pacific