[thelist] Embedding video in webpage

BreezyGraphics at aol.com BreezyGraphics at aol.com
Tue Jul 30 16:51:03 CDT 2002


--
[ Picked text/plain from multipart/alternative ]
In a message dated 07/30/2002 4:02:29 AM Eastern Daylight Time, Jeff Lucido
writes:


> What they would like to do is have the video and the player
> controls be embedded into the page so it does not give the appearance of
> another window opening.
>

<body bgcolor="#FFFFFF" text="#000000">
<object id="video" width="320" height="236" border="0"
classid="CLSID:05589FA1-C356-11CE-BF01-00AA0055595A">
  <param name="ShowDisplay" value="1">
  <param name="ShowControls" value="1">
  <param name="AutoStart" value="1">
  <param name="AutoRewind" value="1">
  <param name="PlayCount" value="0">
  <param name="Appearance value="0">
  <param name="BorderStyle value="0">
  <param name="MovieWindowHeight" value="240">
  <param name="MovieWindowWidth" value="320">
  <param name="FileName" value="yourfile.asf">
  <embed src="yourfile.asx" type="video/x-msvideo" width="320" height="240"
loop="false" autostart="true" controls="true">
  </embed>
</object>
</body>

Have a great day, Breezy.



More information about the thelist mailing list