View Single Post
(#6 (permalink))
Old
Cokaric Cokaric is offline
Junior Member
Cokaric is on a distinguished road
 
Posts: 3
Join Date: Sep 2008
Default 09-25-2008, 02:37 PM

how can i add this to my site because my editor doesnt work

Code:
<OBJECT id="VIDEO" width="320" height="240" 
	style="position:absolute; left:0;top:0;"
	CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
	type="application/x-oleobject">
	
	<PARAM NAME="URL" VALUE="your file or url">
	<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
	<PARAM NAME="AutoStart" VALUE="True">
	<PARAM name="uiMode" value="none">
	<PARAM name="PlayCount" value="9999">
</OBJECT>
can i also add url to youtube video, how can i do that

or how can i add video player on my site and is that allowed
Reply With Quote