Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2001
    Location
    Canton, Ohio
    Posts
    5

    Default

    I have a movie that I need to start up as soon as the cd is inserted...How do I do this?...Thanks for the help
    IP

  2. #2
    Join Date
    Jun 2001
    Location
    Canton, Ohio
    Posts
    5

    Default

    I have a movie that I need to start up as soon as the cd is inserted...How do I do this?...Thanks for the help
    IP

  3. #3
    Join Date
    Aug 2000
    Location
    Toronto, Ontario, Canada
    Posts
    432

    Default

    Make sure you've made a project (.exe) and then create a file in the root folder of your CD called autorun.inf. The file should be a text file with only these lines:

    [autorun]
    open=%path%\%file%.exe

    where %path% is the relative path to %file%(example: open=myfolder\movie.exe)

    This only works on Windows, btw, so if you're making a Mac or a Hybrid CD, then use Toast - it has an option to Autostart a CD. I can't remember where the option is, though...


    hth,
    Deep (just a guy)
    <font face="arial" size="2">
    Pradeep Kumar Nair, B.Math
    Senior Web Designer
    http://www.blab.com
    ICQ: 39102360
    </font>
    hth,
    Deep (just a guy)
    --
    Pradeep Kumar Nair, B.Math
    CTO
    9 Story Entertainment
    http://www.9story.com
    IP

  4. #4
    Join Date
    Jun 2001
    Location
    Canton, Ohio
    Posts
    5

    Default

    thank you so much for your help...i'll give that a try
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •