Mar 25, 2002 #1 Bear1977 Technical User Mar 25, 2002 1 US Please help, How do I program navigation of a Flash presentation using the space bar? Thanx
Mar 25, 2002 #2 oldnewbie Technical User Dec 6, 2000 9,142 CA Buttons with the following code: on (keyPress "<Space>" { 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, Upvote 0 Downvote
Buttons with the following code: on (keyPress "<Space>" { 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,