I have two buttons that navigate back and forth through a series of images. (Flash 8, AS2). They work fine when I first open the SWF. But on the same screen is an input textfield with which a user can add or change a title. The title change is saved when the textfield loses focus (via onKillFocus()). > The problem is that once the user inputs a title, the two controller buttons only work intermittently -- sometimes once out of every two clicks, but often worse than that. The only way the buttons will work every time is if the user moves the cursor completely off the button and then back on. In that case the buttons work very dependably.

Danny Kodicek wrote:
>
Just a thought: is it possible the textField is overlapping the buttons and
catching the clicks? Perhaps the field is auto-resizing and only causing the
problem when they enter the title

It's not that. The textfield is at least 300px from the buttons. And in case anyone is wondering, the buttons are really just movie clips with an onRelease.

::. clive

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to