Page 1 of 1

Navbar hidden by mp4 flash video

Posted: Tue Sep 08, 2009 3:57 pm
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?

Re: Navbar hidden by mp4 flash video

Posted: Tue Sep 08, 2009 6:39 pm
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

Re: Navbar hidden by mp4 flash video

Posted: Thu Sep 10, 2009 10:25 am
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

????

Re: Navbar hidden by mp4 flash video

Posted: Thu Sep 10, 2009 6:48 pm
by Nullig
I think you must have removed the whole div, as I don't see it in the source.

Nullig

Re: Navbar hidden by mp4 flash video

Posted: Thu Sep 10, 2009 9:18 pm
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.

Re: Navbar hidden by mp4 flash video

Posted: Sat Sep 12, 2009 3:56 am
by Nullig
Ah, I see the problem - it's a Quicktime movie.

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

Nullig