Hello
I am running emfield 6x-2.4 with jw player and the fullscreen mode doesn't work. Is there any parameter to change somewhere or is that a bug ?

Comments

white_pawn’s picture

Same thing over here. Any help would be greatly appreciated.

hatuhay’s picture

Same for me!!!

miguel.rincon86’s picture

Yes, I had the same problem. I fixed it in media_youtube.theme.inc (243)

<div id="$div_id">
	<object type="application/x-shockwave-flash" data="$flv_path" width="$width" height="$height" id="$id">
	<param name="movie" value="$flv_path" />
	<param name="flashvars" value="$flashvars" /> 
	<param name="allowFullScreen" value="$fullscreen_value"/> //Added this parameter!
	<param name="wmode" value="transparent" />$noembed
	</object>
	</div>
FLV;

It worked for me, hopefully someone will find this useful!

tribsel’s picture

works in my case too, but im not sure if this is a such a great idea - alter module files...

aaron’s picture

Status: Active » Fixed

thanks @miguel.rincon86; committed that fix.

Status: Fixed » Closed (fixed)
Issue tags: -media youtube, -jw player

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