Flash wmode issue

I create a flash banner with some links on it.

Which comes just after the main navigation of the site which have dropdown menu on it. so to bring the menu content above the flash i changed the flash wmode to transparent as i did that links present in flash didn’t worked.

i am using swfobject to integrate the flash file

params = {};
params.wmode = 'transparent';
params.scale = 'noscale';
swfobject.embedSWF("banner.swf", "myContent", "100%", "386", "9.0.0", "expressInstall.swf", '', params );

in this case link sin the flash file didn’t work.