A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: fullscreen video

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    5

    fullscreen video

    Is there a way to make video go full screen when the used ckicks a button?

    I don't want it to load a diffrent clip just expand it.

    thanks

  2. #2
    Karma police phreakdevil's Avatar
    Join Date
    Jun 2002
    Location
    B4rc3L0c4
    Posts
    764
    On the button:

    Code:
    on (release) {
        fscommand("fullscreen", "true");
    }
    Hope thats what u mean.

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