how can i connect the vodeo file in the html, please say the tags used for the video file
tag
Collapse
X
-
Hi arrunraj,
You need the <object> tag, for example:
[code=html]
<object classid="clsid: F08DF954-8592-11D1-B16A-00C0F0283628" id="Slider1" width="100" height="50">
<param name="BorderSty le" value="1" />
<param name="MousePoin ter" value="0" />
<param name="Enabled" value="1" />
<param name="Min" value="0" />
<param name="Max" value="10" />
</object>[/code]
For video, you will need the particular CLSID (class ID) of the media player object (e.g. RealPlayer, Windows Media, Quicktime etc.) which you can get from each media vendor's website.
Best regards,
medicineworker
Comment