by "GS" <fg.sargent@[EMAIL PROTECTED]
>
Dec 3, 2006 at 08:10 PM
"Dave G" <Davereply@[EMAIL PROTECTED]
> wrote in message
news:rb95n2hdm53l1c9j7tpc2bn15ofjdtrm2k@[EMAIL PROTECTED]
>I have a wmv file that I have in my web page I have used the code
> below to put it in it will play once thn stops I want it to continue
> in a loop please couls anyone chech the code for me please and let me
> know if I have got it right many thanks
>
>
> <object type="video/x-ms-wmv" data="flight1.wmv" width="500"
> height="330">
> <param name="src" value="flight1.wmv">
> <param name= "autoplay" value= "true">
> <param name= "autoStart" value= "true">
> alt: <a href="flight1.wmv><a/> </object>
>
>
>
> David
Hi Dave.
I placed the following code in one of my pages for a test and it looped
continual. I used an audio file I have but I'm sure your video file will
work.
The video screen came up on the page - as I assume you expect:-) Never
used
it myself before!
<object type="audio/mp3" data="mother_mp3.mp3" width="500"
height="330">
<param name="src" value="mother_mp3.mp3">
<param name= "autoplay" value= "true">
<param name= "autoStart" value= "true">
<param name= "loop" value = "true"
</object>
alt: <a href="flight1.wmv><a/>
Worth a try maybe. I'm certainly no expert - only an occasional 'lurker'.
First time of posting.
Good luck.
Gerry