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

How do I navigate a flash presentation with the spacebar

Status
Not open for further replies.

Bear1977

Technical User
Mar 25, 2002
1
US
Please help, How do I program navigation of a Flash presentation using the space bar?
Thanx
 
Buttons with the following code:

on (keyPress &quot;<Space>&quot;) {
do_whatever_stuff;
}

You might have to have the user click once on the movie, when starting this whole thing, because the keyboard may not have the focus.

Regards,
new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top