Jump to content

embeding


virokill

Recommended Posts

I usually use an object embedded within an object, something like this:

<!-- Code for Internet Explorer --><object id="MediaPlayer" style="width: 192px; height: 190px" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject"><param name="FileName" value="videofilename.wmv"><param name="autostart" value="false"><param name="ShowControls" value="true"><param name="ShowStatusBar" value="false"><param name="ShowDisplay" value="false"><!-- Code for other browsers --><object style="width: 192px; height: 190px" type="application/x-oleobject"><param name="FileName" value="videofilename.wmv"><param name="autostart" value="false"><param name="ShowControls" value="true"><param name="ShowStatusBar" value="false"><param name="ShowDisplay" value="false"></object><!-- end code for other browsers --><!-- The following object tag is necessary --></object>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...