If you are a subscriber to the Flash Media List then you will have seen Steve Wolkoff's announcement regarding the updated Flash Player 9 that's now available on Labs. The new Player not only adds support for Windows Vista, it also contains bug fixes as well as a new full screen feature.
Note we aren't just talking about full screen real estate within the browser here but actual full screen - without any chrome! Now that's a potential killer feature if you ask me.
There are however already some concerns that this feature could get abused - think Eyeblaster.
Owen has already blogged about this heavily and put up some sweet demos (before you leave a comment stating that it doesn't work: install the new Flash Player first).
I'm brewing my own little demo right now (which would be ready had Squeeze not crashed on me again) so watch this space.
Flash Player 9 Update
Emmy Huang's Blog
Owen's Blog
UPDATE
I've used an older clip to put together this little demo.
Note we aren't just talking about full screen real estate within the browser here but actual full screen - without any chrome! Now that's a potential killer feature if you ask me.
There are however already some concerns that this feature could get abused - think Eyeblaster.
Owen has already blogged about this heavily and put up some sweet demos (before you leave a comment stating that it doesn't work: install the new Flash Player first).
I'm brewing my own little demo right now (which would be ready had Squeeze not crashed on me again) so watch this space.
Flash Player 9 Update
Emmy Huang's Blog
Owen's Blog
UPDATE
I've used an older clip to put together this little demo.

Of course you will get the awesome experience using Mozilla and the updated Flash Player 9 :
http://www.rich-media-project.com/fullscreen
That was done in this sample :
http://www.rich-media-project.com/fullscreen
When the user goes to fullscreen the size of the player is changed and the other objects are hidden.
Cheers
Jack
Here's an example:
http://www.carvedrock.net/
Turn javascript on, fullscreen doesn't work. Turn it off, and it does.
http://getit.foxtel.com/
And wondering what optimum sizes one should use with regards to flv film footage?
I'd like to keep the quality in full size mode.
scaling a video up will always mean a loss of some quality. This means that you have to encode to quite a large size to retain most quality, say 800x600, maybe larger.
Widescreens and any other monitor sizes can be taken care of by letterboxing the video on the fly, retaining the aspect ratio.
I'm trying to accomplish a fullscreen video without having the whole stage blow too. This:
http://www.rich-media-project.com/fullscreen/
is the only example I've found.
The thread began to discuss it, but no responses yet. Anyone have it figured out?
Much apprecaited.
Best,
G
mmmcomcom@gmail.com
will you provide the source. also, will rich media provide the source?
Thank you,
mdawg
function gosmall()
{
_root.player._width=100;
_root.player._height=100;
}
function gobig()
{
_root.player._width=550;
_root.player._height=200;
}
// functions to enter and leave full screen mode
function goFullScreen()
{
Stage["displayState"] = "fullScreen";
}
function exitFullScreen()
{
Stage["displayState"] = "normal";
}
full.onRelease = function() {
if (Stage["displayState"] == "fullScreen") {
exitFullScreen();
gosmall();
trace ("Exit Full-Screen &");
}
if (Stage["displayState"] == "normal") {
goFullScreen();
gobig();
trace ("Go Full-Screen &");
}
}
Which will scale up the player to the size of the stage going up but not coming down. I believe the problem lies with the fact flash ignores all commands other than to return to normal when in fullscreen so it just ignores the down scaling or is it just my poor actionscript.
Any help would be appreciated.
Cheers
JK
As for why you get inconsistent numbers I'm not sure...
http://filippasmedhagensund.com/
The fullscreen button is located bottom-right.