tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arrunraj
    New Member
    • Nov 2007
    • 1

    tag

    how can i connect the vodeo file in the html, please say the tags used for the video file
  • JamieHowarth0
    Recognized Expert Contributor
    • May 2007
    • 537

    #2
    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

    Working...