I want to dynamically hide and show flash buttons. The buttons have dynamic text and talk to my C++ application using FSCommand.
I hide the button by changing the visibility of the DIV layer it is in.
When a button has been hidden (or was created on a hidden layer) and is shown again (by making the layer visible), the text is not displayed and it no longer fires an event when it is pressed.
Any ideas what I can do?
I hide the button by changing the visibility of the DIV layer it is in.
When a button has been hidden (or was created on a hidden layer) and is shown again (by making the layer visible), the text is not displayed and it no longer fires an event when it is pressed.
Any ideas what I can do?