Keep Fullscreen Flash/Silverlight Video opened on Monitor 2

32,692

Solution 1

Flash is designed to not let you use full screen while it doesn't have focus. Probably to keep web pages from taking over your desktop.

I can't speak for silverlight, but flash will:

  • Always close fullscreen on ESC
  • Always mention the ESC key on fullscreen
  • Always close when it loses focus
  • Never initiate via a button press (only a mouse click)
  • Require a user to initialize (flash can't start fullscreen without a mouse click)

It is possible to change one of the DLL files flash uses with a hex editor to keep it open. The exact steps to change the DLL changes with every flash version. Here is a YouTube link, but for those who find watching a 30 second video to obtain a pragraph of text horrendously inefficient, here is a (paraphrased) transcript.

Find NPSWF32.dll (possibly at C:\Windows\System32\macromed\Flash\npswf32.dll
In version 10.0.22.87 change 0x136340 from 74 to EB
In version 9 it's 0xC1487
In version 10.0.32.18 it's 0x137349

This will probably break on every flash upgrade.

Solution 2

With my multi-computer setup I am able to keep the windows full sized with Synergy but the full size screen must not be the one the Keyboard and Mouse is shared out from. Another option would be the VM as listed above. But you might have flicker problems with the video refresh.

I do with the 4 monitors across 3 computers.

Solution 3

This isn't quite full screen, but it's full width. I just modify the URL to use the youtube.com "embedded" option. You delete the "watch?" and replace "=" with "/".

For example:

/watch?v=XYm_C5alyX0

becomes

http://www.youtube.com/v/XYm_C5alyX0

Same video, just different interface. It's worked on every video for me so far.

Solution 4

There's a remedy now, at least for Flash:

If you have two or more monitors, then you have probably experienced this: When watching a fullscreen flash video on one screen you go to work on the other screen and flash immediately exits fullscreen mode.

FlashHacker is a tool which makes hacking and unhacking a flash install incredibly easy. It should work on most versions of flash.

enter image description here

  1. Close all browsers (enables flashhacker to edit flash)
  2. Run FlashHacker
  3. Click 'Hack My Flash!'
  4. Go back to browsing

Solution 5

Flash Player 10.2+ allows you to watch flash videos in full screen on one monitor while working on the second.

With multiple display full screen support in Flash Player 10.2, you can now easily watch your favorite videos in true full screen on one display while you multitask on another

Share:
32,692

Related videos on Youtube

Sampson
Author by

Sampson

Updated on September 17, 2022

Comments

  • Sampson
    Sampson over 1 year

    Like many of you, I'm working with two monitors. I'm trying to watch an episode on Channel9's vid-cast, but every time I click back onto my other monitor, the video exits fullscreen-mode, and goes back to a tiny box on the page. Is it possible to keep a video in full screen, while working on the second monitor?

  • Sampson
    Sampson over 14 years
    I know how to close flash...I'm asking how to keep it opened ;)
  • PeerBr
    PeerBr over 14 years
    It's designed to close when it loses focus. You can't keep it opened.
  • Sampson
    Sampson over 14 years
    Grant, I know it's designed to do that. But SuperUsers deal with esoteric knowledge and hackery ;) I want to know how it's possible to achieve the opposite.
  • Jerome
    Jerome about 14 years
    Worked beautifully, I used address 0x00137C7E (74->EB) for version 10.0.45.2 as posted in the YouTube comments. Version: adobe.com/software/flash/about