2010-11-13 10:55:11
AVI files work only in IE not in FF Chrome
Hi,
I need to add into my course some video files. But there is a problem in other browser than IE. I'd like to make it work on Chrome and FF but it displays me an error that file type is unknown.
Problem seems to be in /get.php/ part:
http://localhost/ATutor2.0/get.php/wejscieMDok.html
But when I open this page in these browsers it works:
file:///C:/Program%20Files/XAMPP/xampp/htdocs/ATutor2.0/content2/3/wejscieMDok.html
where wejscieMDok.html is:
[code]
<html>
<body>
<embed type="application/x-mplayer2" src="wejscieMojeDok.avi" name="MediaPlayer" autostart="false" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" />
</body>
</html>
[/code]
Can someone help me? I was searching for answers in threads, but I didnt find anything usefull.
Regards