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

Flash movie in director

Status
Not open for further replies.

btaber

Programmer
May 26, 2002
307
US
I have a flash movie embeded in a director stub, everything works except the exit button. How can I tell the director projector to exit with a button in the flash movie?
 
Just assign the following ActionScript to your exit button in Flash:
//
on(release){
getURL("lingo:quit");
}
//
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top