Director Shockwave EXE File

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • alyssum277
    Forum Member
    • Jun 2003
    • 1

    Director Shockwave EXE File

    I made a shockwave movie (.exe file) and plan on burning it to a cd and passing it out. I would like the .exe file to start playing when the cd is put into the drive. Is this possible? I don't want the client to have to dig around to their cd rom drive - then double click on the .exe file to get it to run. Help!?!
  • Corey
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9741

    #2
    Re: Director Shockwave EXE File

    So you want to create an Autoplay app to launch it? Hmmm... OK if that's what you want then:

    1. Drop your shockwave .exe in your distribution folder.

    2. Add a a FILE > EXECUTE action to your opening page's OnInitialize event which points at your Shockwave.exe.

    3. Add an application APPPLICATION > EXIT action right afer that.

    That's it. Simply build your project and drop all the files on a CD.

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • eric_darling
      Indigo Rose Customer
      • Jun 2002
      • 1801

      #3
      Re: Director Shockwave EXE File


      So you want to create an Autoplay app to launch it? Hmmm... OK if that's what you want then:
      [img]/ubbthreads/images/icons/laugh.gif[/img]
      Eric Darling
      eThree Media
      http://www.ethreemedia.com

      Comment

      • User1
        Forum Member
        • May 2003
        • 9

        #4
        Re: Director Shockwave EXE File

        Not to knock a great app like AMS, but if the movie's already an exe file then I don't think you need to go to the bother of making an AMS project to autorun it. If all you need to do is run the movie, then you could just include a file called autorun.ini in the root directory of your CD. Just put the following in the autorun.ini file (where <font color=red>movie.exe</font color=red> is the movie file, including the path if it's not in the root directory).

        [autorun]
        open=<font color=red>movie.exe</font color=red>

        Obviously if you want a menu or something then AMS is the way to go, but if all that the disc does is play the movie then this should be a lot simpler.

        Comment

        • Corey
          Indigo Rose Staff Alumni
          • Aug 2002
          • 9741

          #5
          Re: Director Shockwave EXE File

          Ummm, actually that should read ".inf" not ".ini"...

          Corey Milner
          Creative Director, Indigo Rose Software

          Comment

          • User1
            Forum Member
            • May 2003
            • 9

            #6
            Re: Director Shockwave EXE File

            Sorry, my mistake. Yes that should be ".inf"

            Comment

            Working...
            X