Hi, im fighting with this whole day, maybe you guys could help me.
Our testing department found that my flash menu sometimes doesnt work after going back to a page by clicking Back button in browser (Firefox).
It happens rarely and randomly, yet still it happens.
i cant see any pattern in its behavior and any reason in it.
here is link to our page. its powered by drupal 7 cms.
http://pruftechnik-technology.pl/?q=en/node/71
flash is embedded in a block this way:
http://pastebin.com/YKGtr6GM
and menu actionscript code is here:
http://pastebin.com/u3sqb2Ng
i’ve tested this in every way i could think of,
it gets ROLL_OVER event, but not CLICK event.
ive also tested it with hasEventListener and it always has. its just not triggering function.
BUT clicking anywhere on page outside flash makes it work again.
Question: whose fault is this? Flash? Drupal? Firefox? God?
and how to fix this?
==========================
UPDATE: it looks like its caused by <param name=“wmode” value=“transparent”/>.
Firefox seem to have problem with that.
See: http://www.rooftopsolutions.nl/blog/79
i tried different solutions but none seem o work by far.