I'm using Flash MX.
I've a flash movie. Each frame has at least one interaction that causes one to move to the next frame (type the right thing into a text box, click the right button, drag something from point a to point b, etc)
I have 1 button that is consistent through the entire movie, an 'exit' button of sorts that passes getURL back to the Authorware file in which the Flash file is being presented. I don't wish for that button to be part of the tab order on any of the screens. I can't accomplish this. The button continues to be in the tabing order throughout the movie.
I've played with using button.tabEnabled(false) in just about every place I can think of (on the button, on the first frame, even on each damn frame...)
I've not been successful.
Can someone please advise me?
[edit]
Please excuse me for wasting your time. I'm a jackass.
myButton.tabEnabled(false) doesn't do jack.
The currect syntax is myButton.tabEnabled = false;
Move on with your lives.
shakes head in disgust of himself
[/edit]
[This message has been edited by mobrul (edited 05-06-2003).]