H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Sep 18, 2010 #1 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.
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.
H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Sep 18, 2010 Thread Starter Thread Starter #2 bump.
H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Sep 20, 2010 Thread Starter Thread Starter #3 Come on guys, there should be someone that knows how to fix this?
D danielgb123 Regular Member Joined Jun 21, 2008 Messages 391 Reaction score 163 Sep 20, 2010 #4 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.
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.
H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Oct 5, 2010 Thread Starter Thread Starter #5 Still searching for an answer?
D Deleted member 109954 Guest Oct 5, 2010 #6 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.
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.
The Scarlet Pimp Supreme Member Joined Apr 2, 2008 Messages 1,418 Reaction score 4,459 Oct 5, 2010 #7 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> Last edited: Oct 5, 2010
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>
J Jeremy_AM Regular Member Joined Sep 30, 2009 Messages 259 Reaction score 192 Oct 5, 2010 #8 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.
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.