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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Embed AVI in HTML Progress Bar

  • 08-03-2006 1:35pm
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 Posts: 589 ✭✭✭Borat_Sagdiyev


    Thats excellent, thanks very much.


Advertisement