Hi, I am currently working on a project and I have been try to solve it for several days and I still couldn’t fix it. Can some1 pls give me a hand??
The case is I created a flash button and this button will show/hide div on html page. well, It works fine in every pc browser and some of the mac browser. But not the god damn IE(mac). When I click on it in IE mac, it do nothing.
This has been bother me for a long time to find the solution on the internet. I had test it and the flash button is work great in IE mac. For an instance, I click on the flash button and it gotoAndPlay something.
Unfortunately if I want to trigger something to HTML from flash, it do nothing. I can’t show/hide div and even I used the javascript:
‘alert(“test”)’
to print the message in IE mac.
Please help…