HighDots Forums  

Obeject tag

alt.html.tags alt.html.tags


Discuss Obeject tag in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Dave G
 
Posts: n/a

Default Obeject tag - 12-03-2006 , 04:24 AM






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

Reply With Quote
  #2  
Old   
GS
 
Posts: n/a

Default Re: Obeject tag - 12-03-2006 , 02:10 PM







"Dave G" <Davereply (AT) ntlworld (DOT) com> wrote

Quote:
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




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.