Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I add VDO clip into my HTML page? 1

Status
Not open for further replies.

KattyKatty

Programmer
Nov 10, 2003
91
TH
Hello, :)

How can I add VDO clip into my HTML page?
Please advise or give me some link that can help.

Thank you,
Kathryn
 

Perhaps if you could tell us what a VDO clip is, we might be able to help further.

After searching on Google for "VDO", the only results of any substance were "VDO Dayton" and "Siemens VDO" - neither of which jump out at me and say "hey - I can put these on a web page".

Dan
 
You can use the "Embed" Tag.
an example
Code:
 <Embed type="application/x-mplayer2" 
 pluginspage="[URL unfurl="true"]http://www.microsoft.com/windows/windowsmedia/"[/URL]
 filename="your.mpeg"
 src="your.mpeg"
 Name=MediaPlayer
 ShowControls=1
ShowDisplay=1
 ShowStatusBar=1
 width=290
height=320>
 </embed>

Glen
 
If you meant video clip, then why did you not say so in your original post? Given that this is a forum for computer professionals, I would have thought that we would be beyond TXT SPK.

Dan
 
Sorry Dan, because I am a stupid woman. :)

Regards,
Kathryn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top