Video Problem in FireFox

  •  08-08-2007, 1:04 AM

    Video Problem in FireFox

    Hi,

    I have uploaded a .avi file that is about 4.5MB, and i relised that the video plays on IE7 but it does not play at all in firefox latest browser, what is wrong? also i would like it when the video displays on the page the player controls also has the fullscreen option so its easy for people to see can this be done. ???

    Thanx

    Just a Hint as well to Fix server.timoutscript errors when uploading big files all you need to do is isnert this code blow in the CuteEditor_Files\Dialogs\filePost.asp at the top of the page.

    <!-- used to increase server.timoutscript-->
    <%
        Server.ScriptTimeout = 108000
    %>
    <!-- end of value for server.timoutscript-->

    you can change the Value to any seconds

    i had this problem and would like to share the fix.

View Complete Thread