Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Allow Silverlight (and Flash) Apps To Remain Full Screen

I'm writing a Silverlight application that can go full screen (think YouTube full screen). This is simple enough. However, I want to offer the user the ability to KEEP the app full screen even if they click away.

Many users have multiple monitors and so it doesn't always make sense to shrink the app back into the browser. At present, if they make my app full screen they see the "Press ESC to exit full screen" message and then any clicks to apps on their other monitor causes the full screen Silverlight app to shrink back.

I believe this behaviour of Silverlight (and Flash for that matter) is a security feature to prevent people writing apps that remain full screen. However, I'm wondering if there's an "opt in" way of letting users say "I don't mind this app remaining full screen".

I'm also interested in knowing whether this can be done with Flash.

like image 256
Martin Peck Avatar asked May 22 '09 15:05

Martin Peck


1 Answers

Full screen pinning mode was added to Silverlight 4:

http://www.silverlight.net/learn/videos/all/fullscreen-window-pinning/

like image 52
Geir-Tore Lindsve Avatar answered Sep 20 '22 15:09

Geir-Tore Lindsve