A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: publishing .swf full screen

  1. #1

    publishing .swf full screen

    This has got to be an easy one, but not for me.

    Is there a way, actionscript of otherwaise, that I can get my .swf file to automatically open up at 100% AND full-screen at the same time?

    Thanks everyone.

    Larry
    [swf width="300" height="40" background="#FFDDBB"]http://www.mcinnes.cc/redguys1.swf[/swf]

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Are we talking offline (local) or online here?

  3. #3
    I'm putting it on a CD, so the answer would be "local".
    [swf width="300" height="40" background="#FFDDBB"]http://www.mcinnes.cc/redguys1.swf[/swf]

  4. #4
    Member
    Join Date
    Sep 2003
    Location
    Chicago
    Posts
    38
    Yes this is possible using fscommands in flash.

    Add this code into the first blank keyframe in your moives Main Timeline.

    fscommand("fullscreen", "true");

    When your CD application open (.exe) it will scale to full screen 100%.

    Hope that helps.

    Dream FX Media

  5. #5
    Thanks, folks. I took your fscommand("fullscreen", "true") and added fscommand("allowscale", "false") and got exactly what I wanted.

    Thanks for your speedy responses. Now I can pitch a new client tomorrow.

    Larry
    [swf width="300" height="40" background="#FFDDBB"]http://www.mcinnes.cc/redguys1.swf[/swf]

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