How to Make FlashControl clickable

How to Make FlashControl clickable

I have a flashcontrol that can play .swf movies.
 
The thing now is that I need to embed this control in somehow to be able to click on the movie to open up a browserwindow as it doesn´t have any clickevent.
 
I was told that jQuery can solve a problem like this as this <div> or for example <a> can´t solve the problem.
I am not familiar with jQuery and would be happy to hear what a solution for this could be ?
 

<

div onclick ="top.location.href('http://www.google.com/');" style =" height : 300px ; width : 400px ; cursor : pointer ; background-color : #ffffff">

<

Bewise : FlashControl ID ="FlashControl1" runat ="server" Height ="300px" Loop ="True" Width ="400px" />

</

div >