Blackhat Codebreaker Infront of Flash

hwolfpack6

BANNED
Joined
Dec 11, 2008
Messages
646
Reaction score
178
Hi,
I have a little dilemma. We're trying to put a BHCB gateway in front of a flash object. However, the BHCB gateway shows up behind the flash object. How can we fix this?
 
Flash is drawn after page content so will always display on top. Just disable the flash till codebreaker unlocks.
 
Nah, it's alright, we just used an image of the video player which links to the actual video.
 
Sorry, I know this thread is a little old but I found a solution for anyone else looking.

You need to add:
Code:
<param name="wmode" value="transparent">
And add this to the embed:
Code:
wmode="transparent"
 
Back
Top