Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create an AutoRun-Enabled application

Status
Not open for further replies.

qotyebw

Programmer
Aug 24, 2000
103
US
I've never been to this particular forum, but looks like I might learn something.
How's the best way to have (for example) a user insert a CD-rom, and to automatically have a Flash movie play?
 
Simple. Compile the flash as an .exe and create an autorun.inf in the root of your cd-image that looks like this...

Code:
[autorun]
open=flashanimationname.exe
icon=flashanimationname.exe
-or-
Code:
icon=someiconfile.ico

Rob
robschultz@yahoo.com
-Focus on the solution to the problem, not the obstacles in the way.-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top