Play FLV in firefox with problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
skyea
Forum Newbie
Posts: 2
Joined: Mon Apr 09, 2007 2:11 am

Play FLV in firefox with problem

Post by skyea »

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~ :P

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>
.....................
skyea
Forum Newbie
Posts: 2
Joined: Mon Apr 09, 2007 2:11 am

Re: Play FLV in firefox with problem

Post by skyea »

I'm new to php. Please also let me know the code that I posted previously is suitable for flv. Or there are better way to let user play flv.
Thanks.
Post Reply