<html>
<body>
<h2>Playing The Object</h2>
<object
height="50%"
width="50%"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="AutoStart" value="0" />
<param name="FileName" value="MyVid.wmv" />
</object>
</body>
</html>
</html>
Hi i have the above code to play a video file embedded in the web page - OK no problem
What I want to do is to play about 6 clips I want six images or links to click on and when you click on the image/link the the correwct video filed playes in the embedded player.
kinda like youtube I guess but I m not looking for anythins as fancy juts want to get the principle working
Please can some advise the best way to do this
Thanks
<body>
<h2>Playing The Object</h2>
<object
height="50%"
width="50%"
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="AutoStart" value="0" />
<param name="FileName" value="MyVid.wmv" />
</object>
</body>
</html>
</html>
Hi i have the above code to play a video file embedded in the web page - OK no problem
What I want to do is to play about 6 clips I want six images or links to click on and when you click on the image/link the the correwct video filed playes in the embedded player.
kinda like youtube I guess but I m not looking for anythins as fancy juts want to get the principle working
Please can some advise the best way to do this
Thanks