Navbar hidden by mp4 flash video

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Navbar hidden by mp4 flash video

Post by buntrosgali »

here is my site

linky

u see the navbar is going behind the flash the code is this
       

   






i have researched this and found ppl say if you add:

param name="wmode" value="transparent"

this will sort it, i have tried putting it in but it didnt make any difference not sure if i was putting it in right place. Anywone help me?
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Navbar hidden by mp4 flash video

Post by Nullig »

Change it to:

Code: Select all

<div id="rotator">
<param name="src"  value="iStock_000007383235Big%20Web.mp4" / >
<param name="wmode" value="transparent" />
<div style="text-align: center;">
<embed style="text-align: left;" src="iStock_000007383235Big%20Web.mp4" pluginspage="http://www.macromedia.com/shockwave/download/" height="222" width="600" wmode="transparent">
</embed></div>
Nullig
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Navbar hidden by mp4 flash video

Post by buntrosgali »

this is weird i put this code u suggested in yesterday and it worked perfect ive come online today and its now hidding the actually flash movie  ??? ??? ??? ???

i havent done anything to it over night, but from playing about with the code therenow it seems the




is making the actually flash invisable

????
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Navbar hidden by mp4 flash video

Post by Nullig »

I think you must have removed the whole div, as I don't see it in the source.

Nullig
buntrosgali
Forum Members
Forum Members
Posts: 167
Joined: Thu Apr 17, 2008 9:02 pm

Re: Navbar hidden by mp4 flash video

Post by buntrosgali »

oops i  did remove it when i was showing customer ill put it back in now. and you will see it not working.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Navbar hidden by mp4 flash video

Post by Nullig »

Ah, I see the problem - it's a Quicktime movie.

You'll have to check on the Apple site for solutions.

Nullig
Post Reply

Return to “Layout and Design (CSS & HTML)”