A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: FS COMMAND : execute lingo.ini files???

  1. #1
    Junior Member
    Join Date
    Jun 2000
    Posts
    25
    Hi

    I'm creating a cross platform MAc & PC projector for a cd that will include a QT movie.

    What I've done is set up an executable file created in Director that has the QT movie. When you click on a button - the Director projector (.exe) opens up full screen - sort of a smoke and mirrors trick, the Flash projector is underneath it. There's an exit button to close the Director movie.

    I've also set up a LINGO.ini file created in notepad:

    on startUp
    global gFirstMovie
    gFirstMovie = "filename"
    end startUp

    My FS command in Flash is:

    on (release) {
    fscommand ("exec", "LINGO.ini");
    }


    What I've done before is create two folders - one for Mac and one for PC. They both contain the same swf files but the only difference is that the movie with the FS COMMAND either contained the executable for the PC director projector or the Mac director projector.

    I was hoping that by using the LINGO.ini file to execute I could save space and time by just creating the one file.

    Anyone with ideas on how to make this work?

    Thanks in advance

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Posts
    25

    !!

    a

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