Receiving events on embedded objects using javascript

I'm trying to get events to register when clicking on a Flash object, but I can't seem to get it to work. In the link below, clicking on all other textboxes / buttons registers something but not to the Flash object. Any ideas?

http://dl.getdropbox.com/u/139980/flash%20events/flash_events.htm

0


a source to share


1 answer


You can catch events in flash and then send them to JS. You can also place a div in front of your flash element (position: absolute) and get events on that.



edit: I'm not 100% sure I got your problem. If you could be more specific to help

+1


a source







All Articles