A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: getting a flash exe to "auto run" when the CD is put in

  1. #1
    hey flashers,

    I am trying to get a flash-exported .exe file to run as soon as the CD is put into the drive. I can't seem to get it to work, or get my registry file configured correctly to test it.

    My understanding that to get the CD to launch immediately you only need to use an .inf file with simeple code like:

    [autorun]
    OPEN=example.exe -AUTORUN
    ICON=example.exe,0

    and that this file needs to be in a "root" directory.

    I put the auto run file into a "root" folder - and then had the .exe file outside the root folder, with the auto run file calling on the .exe file. it didn't work though.

    I am looking for anyone who has successfully done this with a flash exported .exe - any ideas on how to change the code, or maybe I'm doing something wrong with haivng the .inf file in the "root" folder or something.

    Thanks much,

    Donny

  2. #2
    Plutarian(From Pluto, stupid!) kitchee's Avatar
    Join Date
    Aug 2001
    Posts
    438
    A friend of mine had a program called CD run maker (or something like that). It's a really cool program and does all the work. It creates all the files you need to burn to a CD to make it auto run...

    k

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Posts
    11

    Flash on CD

    I use a program called JStart.

    You can get it for http://www.***********.com


    Hope it helps

  4. #4
    Junior Member
    Join Date
    Jul 2001
    Posts
    11

    Flash on CD

    I use a program called JStart.

    You can get it from http://www.***********.com


    Hope it helps

  5. #5
    It's 420 baby!!
    Join Date
    Apr 2000
    Posts
    43
    This works and it's free

    [AutoRun]
    open=Pres.exe
    icon=Pres.exe,0

    And the file should be called AUTORUN.INF

  6. #6
    Junior Member
    Join Date
    Jul 2001
    Posts
    11
    Originally posted by kel
    This works and it's free

    [AutoRun]
    open=Pres.exe
    icon=Pres.exe,0

    And the file should be called AUTORUN.INF
    kel is right. I use JStart to open a new browser window from a flash exe without having to be online. Sorry for the confusion.

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