StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-11-2008, 07:57 AM
Brian Gardner's Avatar
Brian Gardner Brian Gardner is offline
Administrator
 
Join Date: Sep 2008
Location: Chicago, IL
Posts: 5,360
Default How to Make a Video Display In the Background

If your Video (Youtube, Vimeo, etc.) is not displaying in the background, BEHIND other content (lightboxes, etc) ... add the following parameter to the OBJECT tag:

Code:
<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:
Code:
wmode="transparent"
Example:
Code:
<object width="300" height="250"><param name="movie" value="http://www.youtube.com/v/bJqCFzHUekk&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/bJqCFzHUekk&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="230" height="200" wmode="transparent"></embed></object>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make the text in my video posts not appear on the home page with the video? foxxxyastaria General Discussion 1 12-15-2009 05:52 PM
How do I make the Sub Nav Bar Background the Same Sevillano General Discussion 2 10-21-2009 07:32 AM
How to make my categories not display the whole post aelalfy1989 General Discussion 2 02-17-2009 05:24 PM


All times are GMT -5. The time now is 06:21 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.