0

So i recently added a video from youtube on my website and my footer is positioned as fixed, and the flash move goes above it, is it any way to fix that? Tricks and mix with css maybe?

Any help would be greatly thanked..

Preview: http://swipper.org

-swipper

Stian Olsen
  • 62
  • 1
  • 1
  • 9

3 Answers3

3

In your YouTube iframe, add &wmode=Opaque to the URL, see here

Note that transparent wmode usually isn't necessary (vs "opaque") for positioning, unless you truly want to make part of the Flash transparent since it's more resource intensive.

Community
  • 1
  • 1
ldg
  • 9,112
  • 2
  • 29
  • 44
2

Set the background of your Flash file to transparent by setting the wmode parameter to transparent in the embed code. See here for more info.

laurent
  • 88,262
  • 77
  • 290
  • 428
1

If you can use your URL like "http://www.youtube.com/embed/OleH02U_qRw?wmode=opaque", means you have to add "?wmode=opaque" at the end of URL then it will work fine for all major browsers.