Dardango
Member
Posted 1 year ago #
Hi all:
I posted a video to my blog here: http://www.thejazzpage.com/
But unlike the rest of content on the page which scrolls below the masthead banner, the video floats above the masthead when you scroll down.
Anyone know of something I can add to the code to have video appear below the masthead image?
ClaytonJames
Member
Posted 1 year ago #
Try adding this parameter inside the object tag
<param name="wmode" value="transparent">
and add this inside of the embed tag.
wmode="transparent"
Sample of the new code for your current video:
<object height="225" width="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param value="true" name="allowfullscreen"><param name="wmode" value="transparent"><param value="always" name="allowscriptaccess"><param value="http://vimeo.com/moogaloop.swf?clip_id=12205114&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" name="src"><embed height="225" width="400" allowscriptaccess="always" allowfullscreen="true" src="http://vimeo.com/moogaloop.swf?clip_id=12205114&server=vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1" type="application/x-shockwave-flash" wmode="transparent"></object>
I think that will do it.
Dardango
Member
Posted 1 year ago #
Hey, Clayton!
That's perfect!
Thank you!
ClaytonJames
Member
Posted 1 year ago #