A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: autorun question

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    1
    we're creating an interactive cd on the mac, but it will be used on the pc. is there a way for me to make the cd autorun? i've read some of the instructions throughout the forum, but i cant seem to find a set of instructions that's suitable for what i need.

    thanks in advance for your help.

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    666
    You'd probally need a IBM to pull of writing the .inf file (but I could be wrong.. I ain't a expert when it comes to apple's yet)

    http://www.flashkit.com/tutorials/ad..._autorun.shtml

  3. #3
    Junior Member
    Join Date
    Sep 2000
    Posts
    1

    Smile Solution for Autorun

    I have a solution for your problem. There is a program names Auto Play Menu Studio. The latest version is 3.0 and it's simple. You can make your cd to autorun. I am also making some of the cd presentations and for autorun I am using this software. If you need any other help just drop some lines at my email add; "andyd@consultant.com".
    If you want me to do it for you in really cheap price. Let me know.
    Best of luck for you project. --------AndY

  4. #4
    Senior Member Black_phoenix's Avatar
    Join Date
    Oct 2000
    Location
    Leeds, UK
    Posts
    2,194
    write the cd using the iso setting this will enable a pc to read it. just dump your autorun.ini on the cd and a pc will read it,

    look at any cd computer arts etc to see how they use autorun

    bp

  5. #5

    Exclamation Autorun.inf

    Use a autorun File like this:

    [autorun]
    OPEN=Play.exe
    icon=Play.exe

    [autorun.x86]
    OPEN=Play.exe
    icon=Play.exe

    [autorun.alpha]
    OPEN=notepad readme.txt

    [autorun.MIPS]
    OPEN=notepad readme.txt

    [autorun.PPC]
    OPEN=notepad readme.txt

    It must be named "autorun.inf"
    This works good. :-)

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