I cannot get my flv files to load in Firefox, they work perfect in IE, using Mediaplayer V3.14. The player loads fine but the loading icon just spins (hangs) and never loads the image or the video - I'm using the latest Firefox, mediaplayer and flash 9.0. I've been researching the problem for the past 8 hours with no luck. Here is the code:
<?php
echo "<object width='220' height='165'
classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'
codebase='http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=8,0,0,0'>
<param name='movie' value='http://www.fishnclipsmagazine.com/videos/mediaplayer.swf' />
<param name='menu' value='false' />
<param name='quality' value='medium' />
<param name='bgcolor' value='#000000' />
<param name='allowscriptaccess' value='always' />
<param name='flashvars' value='file=http://www.fishnclipsmagazine.com/upload/videos/".$row['video']."&autostart=false&image=http://www.fishnclipsmagazine.com/upload/images/thumb/".$row['thumb']."&frontcolor=0xcccccc&backcolor=0x000000&lightcolor=0x996600&logo=http://www.fishnclipsmagazine.com/upload/watermark.png' />
<embed src='http://www.fishnclipsmagazine.com/videos/mediaplayer.swf' width='220' height='165'
menu='false' quality='medium' bgcolor='#000000' allowscriptaccess='always' flashvars='file=http://www.fishnclipsmagazine.com/upload/videos/".$row['video']."&autostart=false&image=http://www.fishnclipsmagazine.com/upload/images/thumb/".$row['thumb']."&frontcolor=0xcccccc&backcolor=0x000000&lightcolor=0x996600&logo=http://www.fishnclipsmagazine.com/upload/watermark.png'
type='application/x-shockwave-flash' pluginspage=
'http://www.macromedia.com/go/getflashplayer' />
</object>";
?>
Any help would be greatly appreciated.
regards
Oliver
Do other FLV files play in your FireFox browser; such as videos from YouTube?
Perhaps there is a problem with the Flash player in FireFox. Try uninstalling it (use the Adobe uninstaller) and then installing the latest Flash player from Adobe's site.