Play FLV in firefox with problem
Posted: Fri Feb 12, 2010 1:50 am
Hi all,
I would like to play flv in both IE and Firefox, I found that the code works without problem in IE but I can see nothing in Firefox.
I have search in google and most of the suggestion is in client side. I don't expect user to add any plug in associated with the standard Firefox.
Please advise if you have any idea~
Danny
======================================================================================
My code:
..................
<body>
<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shoc ... on=8,0,0,0' width='722' height='620' align='middle'>
<param name='allowScriptAccess' value='sameDomain'>
<param name='movie' value='../video/abc.flv'>
<param name='quality' value='high'>
<param name='bgcolor' value='#ffffff'>
<param name='allowFullScreen' value='true'>
<embed src='abc.flv' quality='high' align='middle' bgcolor='#ffffff' width='722' height='620' allowFullScreen='true' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>
</object>
</body>
.....................
I would like to play flv in both IE and Firefox, I found that the code works without problem in IE but I can see nothing in Firefox.
I have search in google and most of the suggestion is in client side. I don't expect user to add any plug in associated with the standard Firefox.
Please advise if you have any idea~
Danny
======================================================================================
My code:
..................
<body>
<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shoc ... on=8,0,0,0' width='722' height='620' align='middle'>
<param name='allowScriptAccess' value='sameDomain'>
<param name='movie' value='../video/abc.flv'>
<param name='quality' value='high'>
<param name='bgcolor' value='#ffffff'>
<param name='allowFullScreen' value='true'>
<embed src='abc.flv' quality='high' align='middle' bgcolor='#ffffff' width='722' height='620' allowFullScreen='true' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'>
</object>
</body>
.....................