You could try using my FLV player, it supports fullscreen:
http://www.osflv.com
Not sure the code to add it to yours, since mine uses the FLV playback component.
Printable View
You could try using my FLV player, it supports fullscreen:
http://www.osflv.com
Not sure the code to add it to yours, since mine uses the FLV playback component.
Try This:
maximizeButton.onRelease = function() {
Stage["displayState"] = Stage["displayState"] == "normal" ? "fullScreen" : "normal";
}
I have a script that provided by adobe (comes with Flash media service>
I want to add this button to existing player
There are 4 files in the folder
1. livetest.as
2. livetest.fla
3. livetest.swf
4. livetest.html
I attach everything to http://www.mediafire.com/?y0ourz4jjty
File is more than 300 Kb (570 KB)
Can some one tell me how to add the fullscreen button to the player.
Thank you very much.
any help