I have a .fla file created by our designer and he has created a set of SimpleButtons that I have wired to a video player. Now I need to set the status of a button to "over" if the video that it is associated with is playing.
The button is somewhat sophisticated graphically so its not something that I want to recreate with AS.
Is there some way to just set the myButton.upstate = myButton.overstate while the video is playing? I saw the question here which seems to lead me to believe that SimpleButton is not so amenable to manipulation. I have looked at the example of creating it from scratch with AS3 here but it's going to be a formidable task to recreate these buttons.
I can do that, but I don't want to go off on a tangent unless there is no other way to do it since it's one of those things that "seems" like it ought to be simple.