A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Fullscreen and no resize of stage works in 1 but not another???

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    10

    Fullscreen and no resize of stage works in 1 but not another???

    Very wierd...

    I'm working on an interactive CD and started to make the file and then decided to start over with a "better" way of doing things.

    Anyway, I have this on frame one of the original file:

    Stage.scaleMode = "noScale";
    fscommand("fullscreen", true);

    and it works in the 1st movie but not the second...

    Any ideas?

    Thanks!

    Lance

  2. #2
    The Flashman earl223's Avatar
    Join Date
    Sep 2000
    Location
    Marikina City, Philippines
    Posts
    876
    try this instead:

    code:

    fscommand("fullscreen","true");
    fscommand("allowscale","false");

    i eat actionscripts for breakfast

  3. #3
    Junior Member
    Join Date
    Nov 2001
    Posts
    10
    That doesn't work either.

    I even tried it creating a brand new movie with 2 frames. I put that script on frame 1 of the main timeline and made frame 2 with text on it saying hello and a stop action.

    No go. Did it work for you?

    Thanks!

    Lance

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