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/

ps: take no notice of the pics, they are temporary



$(function(){
	var square5 = $('#square5');
	$(square5).flashembed("data/swf/logo.swf");
        
        $(square5).bind('click',function(){
        });

}; /* End jQuery */

Thanks for the help :)