I am not sure if this is a problem with the flash node or with swftools but I cannot get the full screen button to work on my videos. This issure has also been reported in the swftools issues but there has been no solution so I decided to ask over here since these two moduels work together.

Here is where this issue is reported in swftools http://drupal.org/node/166804

If anyone can help please let me know.

CommentFileSizeAuthor
#2 settings.jpg719.73 KBtwsanders

Comments

Stuart Greenfield’s picture

Which embedding method are you using in SWF Tools? I suspect that the allowFullScreen parameter isn't being explicitly set, and therefore it defaults to false and therefore full screen is disabled.

It would be easy to write a quick patch, but if you let me know what embedding method you're on I can test it first!

twsanders’s picture

StatusFileSize
new719.73 KB

You will have to forgive me but exactly what info do you need I am aware of the embedding settings but not shure what you need to know. I have attached a screen shot of my embeding settings, let me know what you need and where I can find it.

marcoka’s picture

did you find a solution? i have the same problem

Stuart Greenfield’s picture

This seems to be a SWF Tools issue as the allow full screen parameter isn't set by the SWF rendering code, so Flash doesn't allow full screen mode. See the thread here for more info and a suggested fix.

I'll need to double check the latest flash node when I get a chance as I can't recall if I built support for full screen in to the new fall back rendering code...

imp_squared’s picture

It would be awesome if this problem can be fixed... =D

Stuart Greenfield’s picture

Status: Active » Closed (won't fix)

I'm afraid the "full screen not working" bug is an SWF Tools issue. Flash node simply relies on SWF Tools to generate the mark-up, and SWF Tools doesn't currently completely support the full screen option for Flash.

This bug has been reported in the SWF Tools and is waiting on a fix. There are some suggestions in the thread that is referred to above.