- Posts: 8
COMMUNITY FORUM
[Solved]Transparency
- bruno05
-
Topic Author
- Offline
- New Member
Less
More
15 years 4 months ago - 15 years 3 weeks ago #30244
by bruno05
[Solved]Transparency was created by bruno05
Hi,
Everything works, but the transparency does not. My menu appears behind the swf file. Also, I am loading the swf file via a content page content in a Roktabs module.
Please see the site: www.cacdcchampions.com
Thanks for your help
bruno
Everything works, but the transparency does not. My menu appears behind the swf file. Also, I am loading the swf file via a content page content in a Roktabs module.
Please see the site: www.cacdcchampions.com
Thanks for your help
bruno
Please Log in or Create an account to join the conversation.
- Primordial
-
- Offline
- New Member
Less
More
- Posts: 4
15 years 3 weeks ago #30245
by Primordial
Replied by Primordial on topic Re: Transparency
Hey people, i have the same problem with 3.3 all videos plugin..
where in the old version the player was still embeded with a java script... it's now embeded without it, and that makes the menu of swmenu (sw menu) fall behind the swf or flv file with all videos player. People say make the embed code transparent or opaque, but no luck with any of these options.
any suggestions, anyone?.. i've tried updating the sources.php with this... but no luck..
cheers!
niels
"swf" => "
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" title=\"JoomlaWorks AllVideos Player\">
<param name=\"movie\" value=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<embed src=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" allowfullscreen=\"true\" quality=\"high\" wmode=\"transparent\" pluginspage=\"www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"{BACKGROUND}\" style=\"{WIDTH}\" height=\"{HEIGHT}\">
</object>",
where in the old version the player was still embeded with a java script... it's now embeded without it, and that makes the menu of swmenu (sw menu) fall behind the swf or flv file with all videos player. People say make the embed code transparent or opaque, but no luck with any of these options.
any suggestions, anyone?.. i've tried updating the sources.php with this... but no luck..
cheers!
niels
"swf" => "
<object type=\"application/x-shockwave-flash\" style=\"width:{WIDTH}px;height:{HEIGHT}px;\" data=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" title=\"JoomlaWorks AllVideos Player\">
<param name=\"movie\" value=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" />
<param name=\"quality\" value=\"high\" />
<param name=\"wmode\" value=\"{TRANSPARENCY}\" />
<param name=\"bgcolor\" value=\"{BACKGROUND}\" />
<param name=\"autoplay\" value=\"{AUTOPLAY}\" />
<embed src=\"{SITEURL}/{FOLDER}/{SOURCE}.swf\" allowfullscreen=\"true\" quality=\"high\" wmode=\"transparent\" pluginspage=\"www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" bgcolor=\"{BACKGROUND}\" style=\"{WIDTH}\" height=\"{HEIGHT}\">
</object>",
Please Log in or Create an account to join the conversation.
- Primordial
-
- Offline
- New Member
Less
More
- Posts: 4
15 years 3 weeks ago #30246
by Primordial
Replied by Primordial on topic Re: Transparency
finally found the solution!! it's in the CSS part.. I had the lightbox popup option on and the z-index was 99 of this container.. changed it to 2 and voila... fixed!
span.avPlayerContainer {display:block;text-align:center;clear:both;position:relative;z-index:2;}
hope this helps anyone.
span.avPlayerContainer {display:block;text-align:center;clear:both;position:relative;z-index:2;}
hope this helps anyone.
Please Log in or Create an account to join the conversation.
- woodstock
-
- Offline
- New Member
Less
More
- Posts: 1
14 years 11 months ago #30247
by woodstock
Replied by woodstock on topic Re: [Solved]Transparency
This was great as I was having the same problem but looking in the wrong direction.
I couldn't find what css file you were referring to, so I took a chance with the Horizontal Menu css in my suckerfish.css file and change the Z-index there to a value of 1000, as follows:
Worked out fine - Thanks for your posts.
I couldn't find what css file you were referring to, so I took a chance with the Horizontal Menu css in my suckerfish.css file and change the Z-index there to a value of 1000, as follows:
#horiz-menu li ul {
top: 30px;
position: absolute;
z-index: 1000;
left: -999em;
height: auto;
width: 170px;
font-weight: normal;
border-width: 0;
margin: 0;
padding: 0;
}
Worked out fine - Thanks for your posts.
Please Log in or Create an account to join the conversation.