A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 24 of 24

Thread: Flash Video Player - Add a Full Screen Option

  1. #21
    Junior Member
    Join Date
    Dec 2007
    Posts
    6
    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.

  2. #22
    Junior Member
    Join Date
    Jan 2008
    Posts
    3

    Try This

    Try This:

    maximizeButton.onRelease = function() {
    Stage["displayState"] = Stage["displayState"] == "normal" ? "fullScreen" : "normal";
    }

  3. #23
    Junior Member
    Join Date
    Feb 2010
    Posts
    4
    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.

  4. #24
    Junior Member
    Join Date
    Feb 2010
    Posts
    4
    any help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center