How To use Simple Html Video Player Also Have Rewind Forward Capability For The Next Video ?? PHP HTML
- by Syed Raza
i am trying to use this code for video in html but fistle it is for flash videos and second thing is that it do not have rewind forward capability for the next video clip
my code is,
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="250" height="250" align="middle">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="Pro Tools Tutorials.swf"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#000000"/>
<param name="allowFullScreen" value="true"/>
<embed src="/unknittingmouse1.swf" quality="high" align="middle" bgcolor="#ffffff" width="250" height="230" allowFullScreen="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>
we have to also be carefull that that video code will run on internet explorer
Hopes to listen from you soon,
thanks in advance