BHCB lock over embedded video

hristo

Registered Member
Joined
May 15, 2009
Messages
87
Reaction score
14
Hey guys how to make the BHCB lock to appear over an embedded video. So far everything I try leads to the video appearing over the lock.
 
Come on guys, there should be someone that knows how to fix this?
 
Dollarade has a gateway that appears as soon as a user clicks the video/flash app - not sure how it can be done in BHCB though.
 
Still searching for an answer?
 
I don't use BHCB but have you tried putting the video in an iframe and put the code over the real page? Might work.
 
use the style-sheet absolute tag to hold the position...

p.infront {
position:absolute;
top:84px;
left:50px;
z-index: 2;
}

<p class="infront"><embed="your-gay-porno-video-here.swf"></p>

:D :D :D
 
Last edited:
In the video's object HTML, set
<param name="wmode" value="transparent">
In the embed HTML, set
wmode="transparent"

May or may not be the same issue with BHCB but I know it's a problem with other gateways. It has to do with how video is rendered.
 
Back
Top