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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

autorun

Status
Not open for further replies.

hazer

Technical User
Joined
Nov 22, 2002
Messages
1
Location
IE
I'm burning a website onto a CD. I want the CD to autorun. Since I can't autorun html, I'm autorunning a flash file that calls the html. My problem? The flash movie stays on the screen after it has called the html file. How do I make the flash movie automatically close after it has done its job??
(I'm using flash 4.0)
thanks!

 
Have a look: thread250-53769

It might help you out!

;-) "If nothing else, I can always serve as a bad example!”

 
save your flash file as an exe file
Create an autorun.inf in word pad
add the line
open=filename.exe
 
Put this action after your loading action:

FS Command ("quit", "")

Then publish your movie as an exe, and autorun it from autorun.inf

dave dave@davdesign.co.uk

^^^^^^^^^^^^^^^^
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top