A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: full screen flash!

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    23
    ok.... when i put this code to my flash to make it full screen but i wanna zoom in to 100% too! how would i do that? what other codes do i needs to put it in to make it zoom to 100% auto?
    -----------------------------------------------------------
    fscommand("fullscreen", "true");
    -----------------------------------------------------------

  2. #2
    World Kit Vote Holder Abelius's Avatar
    Join Date
    Feb 2002
    Location
    US
    Posts
    963
    Does "zoom in 100%" mean you want it the exact size you made it while authoring your file?

  3. #3
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398
    fscommand("allowscale", "false");

    This will keep your movie to 100% instead of streching it to show all.

  4. #4
    Junior Member
    Join Date
    May 2002
    Posts
    23
    no~!!! my flash is full screen... buy i want the scale to by 100%!!

  5. #5
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398

    Right

    Did you try the command?
    fscommand("allowscale", "false");
    It will go full screen for your movie but keep it at 100%.

  6. #6
    Junior Member
    Join Date
    May 2002
    Posts
    23
    ya sweet! thx man!

  7. #7
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398
    You're welcome

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