A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: CD Help.....

  1. #1
    Veteran Member
    Join Date
    Feb 2000
    Location
    DETROIT
    Posts
    84
    My client wants this flash to be at the begining of the CD, and wants it to auto run with 4 buttons at the end of the flash. I made it autorun, and i made one button link to the site. He then wants 1 button that installs the software, 1 button to browse the CD, and one to exit the program. I'm pretty sure I got the install and browser buttons working, but could you guys post on how you might do it. I have batch and .inf files to go with the buttons, and the setup.exe is already made. Now my problem is probably the easiest, how do you exit the program?

  2. #2
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Use:

    FS Command ("quit", "")

    To close the flash movie

    To run the installer use:

    FS Command ("exec", "setup.exe")


    And for anymore help regarding flash projectors for cd-roms etc.. you will be best going to http://www.flashlite.net


    Hope that helps!!
    Reagrds FlashGuru

  3. #3
    Veteran Member
    Join Date
    Feb 2000
    Location
    DETROIT
    Posts
    84
    Is this right?

    FS Command ("quit",intro_cd.exe "")

    or do i just leave it like before?
    FS Command ("quit", "")

  4. #4
    Senior Moderator
    Join Date
    Apr 2000
    Location
    Sheffield, UK
    Posts
    3,881
    Leave it as: FS Command ("quit", "")

    Regards FlashGuru

  5. #5
    Veteran Member
    Join Date
    Feb 2000
    Location
    DETROIT
    Posts
    84
    thanks, so i leave it as is and it should work. cool, and i make it so complicated. aaaahh!!!

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