ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


AVI files work only in IE not in FF Chrome


  • 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

  • 2010-11-15 17:50:51

    Re: AVI files work only in IE not in FF, Chrome

    I need some more info on your system.
    Thanks.


    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2010-11-16 17:19:46

    Re: AVI files work only in IE not in FF, Chrome

    Hi,

    Yes, You are right, I should use this form, Im sorry...

    But what is most important I solved the problem :D

    All I had to do was change the source of avi file from:
    src="wejscieMojeDok.avi"
    to:
    src="http://localhost/ATutor2.0/content2/3/wejscieMojeDok.avi"
    and it works fine :)
    Im not sure how it will be work on our school server but I hope to handle that.
    Thank you reply.

    Regards