tags:

views:

44

answers:

1

jquery slide out tab is going over my flash

http://isomham.com/TEST/index2.html

any ideas on how to solve?

+1  A: 

Set the wmode parameter of the flash to "transparent"

See this http://kb2.adobe.com/cps/155/tn_15523.html

Change your code like so:

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','218','height','386','src','working','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','working', 
'wmode','transparent'  ); //<--- add this!
LightX