Hi All, I have a toggle button (play / pause), that needs to be 'clicked' externally from flash (e.g. a javascript call thru external interface to pause the video). I am able to make the button switch state by saying
playPauseButton.selected=true This succeeds in toggling the skin for the button, but doesn't seem to toggle the internal state of the button. So the next time the button is clicked with the mouse, the click action doesn't fire, and you have to click the button twice to have it work. Has anyone seen this before? Thanks, Adrian

