OZONE Asylum
Forums
Stupid Basic HTML
how to embed video files on your website?
This page's ID:
23523
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I was trying to do the same thing a while back... here is some code I found that worked perfectly. just change the name of the VIDFILE to whatever your filename is and it should work fine. <p align="center"> <object width="320" height="260" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" hspace="0" border="1"> <param name="Filename" value="VIDFILE" /> <param name="AutoStart" value="True" /> <param name="ShowControls" value="False" /> <param name="ShowStatusBar" value="True" /> <param name="ShowDiplay" value="False" /> <param name="AutoRewind" value="True" /> <embed width="320" height="260" hspace="320" filename= "VIDFILE" autostart="True" showcontrols="True" showstatusbar="True" showdiplay="True" autorewind="True" border="1" src= "VIDFILE"></embed> </object> </p> Play around with the sizing and what not to suit your needs. [img]http://www.wayoutwestenterprises.com/images/rob_sig.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »