This looks to be a great player just a few issues I am having.
The player does not work in Firefox (I am using 3.6.3) on my site and at http://www.mediafront.org/drupalconsf
It shows the player but it trying to load content but can't so the load indicator just keeps spinning.
On the other hand the player does work in firefox for HTML5 support on http://www.mediafront.org/ homepage demo. The other formats in that demo though do not work (mp4, youtube vimeo, GPL V3)
I believe this is a flash issue. The files I uploaded were in .flv format.
I have gone through all issues with firefox and played with the settings for Mediafront and Performance. Please help.
Comments
Comment #1
dru pal commentedAlso get this error in IE8
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Sat, 2 Jul 2011 14:20:42 UTC
Message: Object doesn't support this property or method
Line: 4310
Char: 13
Code: 0
URI: http://www.mysite.com/sites/default/files/js/js_a066244a7a06179e14435966...
Comment #2
jlbretton commentedYes, same as Dru Pal.
Similar issue on http://drupal.org/node/1218442
Comment #3
marco88 commentedPossibly same problem for me.
It does not work since upgrading from 6.x-1.0-rc7 to 6.x.1.1. It does not work in IE or FF. It loads for ever and never runs the video.
I see 2 types of errors:
modules/mediafront/players/osmplayer/player/flash/mediafront.swf?rand=844822
contents/2011/05/files/weiersmuller.org/css/osmplayer/mediafront_mediafrontnode_ie.css
Kind regards
Marc
Comment #4
marco88 commentedInstalled the dev version (6.x-1.x-dev). Same problem worse: the wait logo does not even display.
Marc.
Comment #5
marco88 commentedBack to 6.x-1.0-rc7 works again for the documents that used to work prior to upgrading to 6.x.1.1 both FF and IE are working.
Marc/
Comment #6
jlbretton commentedThe reason is there have been some changes in the module structure. Mediafront doesn't seems to update correctly its new strucuture. It has change from:
mediafront > player > osmplayer > player > flash > mediafront.swf
OSMPlayer.php --> 'flashPlayer' => 'flash/mediafront.swf',
to
mediafront > player > osmplayer > player > minplayer > minplayer.swf
OSMPlayer.php --> 'flashPlayer' => 'minplayer/minplayer.swf',
leaving behind the old path in your db.
The fixes are either to:
a. do a clean mediafront uninstall and then install the new version
b. manually add flash > mediafront.swf in the structure of your update module, taking it from an older version. In this case don't forget to add it again next time you update it.
c. correct the path in your db
Comment #7
enjoylife commented