Posted by cwdjrxyz on 12/03/06 22:28
Dave G wrote:
> 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>
Try adding the following parameter
<param name="PlayCount" value="3" valuetype="data" />
Change 3 to any number of plays you wish. If this does not work, I have
a different code for playing on the WMP that will work, so post back if
you find you need it.
Navigation:
[Reply to this message]
|