The default FLV player is no fullscreen button.

So I change it to new FLV player (JW FLV Media Player version 4.3)

But when I clicked the fullscreen button, nothing happen.

You can check this out here= http://0anime.co.cc/node/1

Do you have any suggestion?

Thanks in advance.

Comments

Izz ad-Din’s picture

Same here:

SecurityError: Error #2152: Full screen mode is not allowed.
at flash.display::Stage/set displayState()
at com.jeroenwijering.player::Controller/fullscreenHandler()
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at com.jeroenwijering.player::View/sendEvent()
at com.jeroenwijering.plugins::Controlbar/clickHandler()

This happens even if fullscreen is enabled at the config page, and also when using it in the $flashvars array.

xl-network’s picture

I have the same issue. You can check it out on one of the video's in the rightcolum of the page below.

http://jetrouwdagopdvd.nl/voorbeeld-videos

lupus78’s picture

I ran into this problem also.
Temporarly i solved the problem buy editing the zzz_custom_url.inc file at this function:
like this:

function theme_emvideo_zzz_custom_url_embedded_video($type, $url, $width, $height, $autoplay = FALSE, $field = NULL, $item = NULL, $options = array()) {
$fullscreen_value = true; //this is the new line! this value was not set, so it was null by default.

the$fullscreen_value is not set in the funciton, so we have to set it to true to enable fullscreen.

I think an Allow Fullscreen option would be nice in the Custom URL config page!

Marat’s picture

I added this line and still no luck! Fullscreen option still not working in JW FLV Player.

alex ua’s picture

Version: 5.x-1.3 » 5.x-1.x-dev
Status: Active » Closed (fixed)

5.x is no longer being developed. Please feel free to submit a patch for this if you'd like the option, but please do so against the 5.x-1.x-dev version. For now, marking as closed.

Thanks!

cattalk’s picture

The same (#3) works for Version 6.x-1.2. Just in case someone wonders.

Thanx!
cat

brisath’s picture

Subscribing. I added the line from #3 and still no luck in 6x-2.5