A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: automatically going to full screen using fscommand

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Posts
    166

    automatically going to full screen using fscommand

    On my CD-Rom project I am using the fscommand to launch a second .exe from within the first oneusing this code.

    on (release) {
    fscommand("exec", "readme.exe");
    }

    this is working but i was wondering if there is any code I can add to make "readme.exe" launch full screen?

    Thanks a lot
    m

  2. #2
    FK's Official Mac Hater jasonsplace's Avatar
    Join Date
    Mar 2002
    Location
    Provo, Utah
    Posts
    2,245
    You'll have to use something like WinState to accomplish this.
    Jason L. Wright
    I'm not that hard to imitate. Just make some random negative claim at Apple or anything else for that matter and then have nothing to back it up.

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