A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: problem setting presentation width and height

  1. #1
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36

    problem setting presentation width and height

    Hi

    I am using flash MX for designing presentations instead of using powerpoint.
    my problem is the presentations designed in powerpoint fits(occupies the whole screen of the monitor).but if i design in flash it is not the same case, i would like to have my presentation as the powerpoint does.
    i am using FS command to show fullscreen and not allowing to scale since i may be using raster graphics in my presentation.
    how can i solve this problem?
    Any help is appreciated.

    GugZ
    India
    The Me I See Is The Me I Will Be

  2. #2
    The Flashman earl223's Avatar
    Join Date
    Sep 2000
    Location
    Marikina City, Philippines
    Posts
    876
    The best advice I could give you is to first re-size the stage to a dimension of 640x480.

    Then as you said, you use fscommand for fullscreen and allowscale to get what you want.

    On frame number 1 of the main timeline:
    Code:
    fscommand("fullscreen","true");
    fscommand("allowscale","false");
    i eat actionscripts for breakfast

  3. #3
    GugZ
    Join Date
    Nov 2000
    Location
    INDIA
    Posts
    36
    yes i got the clue
    The Me I See Is The Me I Will Be

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