First: the problem occurs only in firefox (tested: v3.6) on Max Os X (tested: 10.6.2). On mac/safari and win/ie8/ff/safari is all ok. The flash plugin used is the latest version.
Take a look and use any of the right arrows:
http://reghellin.com/clienti/tomaselli/test1/progetti.html
You should see some rollover ‘flash’ on a random button on the slide, only on the release phase of the arrow CLICK. This is REALLY STRANGE.
Every slide button has it’s own mouseover/out listener only to show the white border. They should fire only at target phase. They’re are added by default creating the buttons.
The slide itself (the mc that contains the 18 buttons), has a mouseover/out/click listeners, normally triggered at the bubbling phase. These listeners make the title on the left change, and at click, they set cookies and change page.
So, why the hell does some slide’s button’s mouseover listener execute at the release of an arrow button??? By the way, the arrow buttons are placed outside the slide mc, on an higher timeline layer…
Quite crazy… Any idea? Do you need the source?