seem like flowplayer' params have change in latest version, need with 'config' attr
in /includes/videojs.theme.inc function '_videojs_flashplayer'
line 140:

return theme(
        'flowplayer',
        $options,
        'vjs-flash-fallback',
        array('style' => 'width:' . $width . 'px;height:' . $height + 24 . 'px;')
    );

need change to

return theme('flowplayer', array( 'config' => $options, 'id' => 'vjs-flash-fallback', 
	'attributes' => array('style' => 'width:' . $width . 'px;height:' . $height + 24 . 'px;')
	)
    );

Comments

VM’s picture

Status: Active » Needs review
VM’s picture

Title: Flash fallback is NULL when use 'flowplayer' » Flash fallback is NULL when use 'flowplayer' - code change included

title alter

heshanlk’s picture

Status: Needs review » Fixed

added to dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.