Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Embed AVI in HTML Progress Bar

Options
  • 08-03-2006 2:35pm
    #1
    Registered Users Posts: 589 ✭✭✭


    Hi there,

    I've been searching for a while now and I don't know if this is possible or not but I have an .avi video embedded in a html page. Its functioning correctly and all but while the video is being loaded, that section of the page appears black.

    Does anyone know if there's a way to show a progress bar so that the user is kept informed that something is actually happening?


Comments

  • Closed Accounts Posts: 884 ✭✭✭NutJob


    <object
    classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" hspace="0" vspace="0"
    standby="Loading Microsoft Windows Media Player components..." id="MediaPlayer1">
    <param name="Filename" value="http://www.place.com/thingy.wmv"&gt;
    <param name="AnimationAtStart" value="true">
    <param name="TransparentAtStart" value="false">
    <param name="ShowControls" value="true">
    <param name="PlayCount" value="true">
    <param name="BufferTime" value="10">
    <param name="BGCOLOR" value="#E4E4E4">
    <param name="autosize" value="1">
    <embed width="250" height="200" src="http://www.place.com/thingy.wmv&quot; controller=true autoplay=true playeveryframe=false pluginspage="plugin.html"></embed>
    </object>


  • Registered Users Posts: 589 ✭✭✭Borat_Sagdiyev


    Thats excellent, thanks very much.


Advertisement