i need a pure html code (embed tag) to play video in flv format , where as i have code for windows media plugin but it
doesnt play flv format , the code is .,
Thanks in advance
<
object id='mediaPlayer' width='200' height='200' classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<param name='fileName' value='E:\Prakash may 24\Pojects\Intellimon\VideoWizardWebTest\App_Data\ConvertedFlv.flv'>
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value='false'>
<param name='showControls' value='false'>
<param name='loop' value='false'>
<embed type='application/x-mplayer2' pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
id='EMBED1' name='mediaPlayer' displaysize='4' autosize='-1' bgcolor='darkblue'
showcontrols='true' showtracker='-1' showdisplay='0' showstatusbar='-1' videoborder3d='-1'
width='200' height='200' src='E:\Prakash may 24\Pojects\Intellimon\VideoWizardWebTest\App_Data\ConvertedFlv.flv'
autostart='false' designtimesp='5311' loop='false'> </embed>
</object>
Regards
Pragash.T
Insoft.Chennai