Pages

Tuesday, June 23, 2009

Run videos in web page

To run flv videos in your web site -- use the following code

NOTE: -&lt- represents < -&gt- represents >



-&lt-object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="420"
name="aaa" id="aaa"-&gt-
-&lt-param name="movie" value="/VideoArchieves/js/flvplayer.swf" /-&gt-
-&lt-param name="quality" value="high" /-&gt-
-&lt-param name="allowfullscreen" value="true" /-&gt-
-&lt-param name="uimode" value="true"/-&gt-
-&lt-param name="loop" value="9999"/-&gt-
-&lt-param name="flashvars" value="file=/HMTV/videos/archieves/<%=content%>&image=/HMTV/videos/archieves/preview.jpg&shuffle=false&showdownload=false&frontcolor=0xFFFFFF&repeat=true&autostart=false&showicons=true&showvolume=true&thumbsinplaylist=true&linktarget=_blank&backcolor=0x3E2B00&lightcolor=0xFFFFFF&bufferlength=10" /-&gt-
-&lt-param name="wmode" value="opaque" /-&gt-
-&lt-embed id="aaa" src="/VideoArchieves/js/flvplayer.swf" loop="9999" allowfullscreen="true" uimode="true" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="420" wmode="opaque" flashvars="file=/HMTV/videos/archieves/<%=content%>&image=/HMTV/videos/archieves/preview.jpg&shuffle=false&showdownload=false&frontcolor=0xFFFFFF&repeat=true&autostart=false&showicons=true&showvolume=true&thumbsinplaylist=true&linktarget=_blank&backcolor=0x3E2B00&lightcolor=0xFFFFFF&bufferlength=10"-&gt--&lt-/embed-&gt-
-&lt-/object-&gt-

No comments:

Post a Comment