Can't Bind an event to a div (flashembed plugin)
Hi everyone !
Here is my issue,
I have a div (id="logo") containing a flash object (via flashembed)
However, i can't bind the event "Click", on this one,
Without the flashobject, the event binds properly
I have tried to include direcly the flash within the html,
but i can't bind the "click" event also.
Quick preview :http://www.pixography.fr/
I use this plugin : http://flowplayer.org/tools/demos/flashembed/index.html
ps: take no notice of the pics, they are temporary
- $(function(){
var square5 = $('#square5');
$(square5).flashembed("data/swf/logo.swf");
$(square5).bind('click',function(){ ....... });});
Thanks for the help :)