Autorun help! please

[font=Arial]I know how to create an autonrun for a CDrom. One that will start my flash movie when the users inserts the CDrom.

We are doing a project on USM Memory sticks, and when the user inserts it into their computer we want it to start the flash movie(exe).

I tried moving an autorun file and EXE tot he memory stick put it will not work…can someone suggests how to get this to work.

Thanks in advanced! [/font]

Impossible…?

OK, first of all, you need to create a **plain **text file in the root of your CD with the filename “AUTORUN.INF”.

Next, enter the following code in AUTORUN.INF:


[autorun]
open="Start.exe"
icon="Icon.ico"

Where “Start.exe” is the name of the program you want to run and “Icon.ico” is the filename of the icon you want to appear for the CD in My Computer. The icon=“Icon.ico” line is optional by the way.

If you’ve tried this and it doesn’t work then the most likely reason is probably that the user has turned off AutoRun in their system settings. There’s really nothing you can do about this other than give them instructions on what to click on if it doesn’t start automatically.

Oh sorry! I read it wrong!
Yeah, I think this is impossible. Neither Windows or any other operating system supports AutoRunning from this.