Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization:
Make Your Drop Down Menu In Front Of The Flash Player
zues



Joined: 31 Mar 2006
Posts: 19

Posted: 10/16/06 11:16 
Thanks daddysylem for trying.

I posted the problem on MozillaZine's FireFox forum http://forums.mozillazine.org/viewtopic.php?t=474991

Looks like there's nothing we can do about this.

Back to top
oberon



Joined: 11 Jan 2007
Posts: 26

Posted: 02/01/07 11:19 
worked for me!

Thanks!

Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 09/22/08 14:05 
i added wmode opaque to my flash players but when i click a picture the lightbox picture fall behind the flash players. Also the lightbox does not work in firefox. If any has an answer i appreciate the help
http://www.prolifik203.com


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
Douglas
Jamroom Team


Joined: 08 Oct 2004
Posts: 6639
Location: Tornado Alley!

Posted: 09/22/08 14:11 

elygen:
i added wmode opaque to my flash players but when i click a picture the lightbox picture fall behind the flash players. Also the lightbox does not work in firefox. If any has an answer i appreciate the help
http://www.prolifik203.com


Try wmode transparent

Hope this helps Smile


_________________
Douglas Hackney
Jamroom Network Team Member: http://www.jamroom.net
Priority Support: http://www.jamroom.net/Support_Center
Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 09/22/08 15:15 
i did that first. didn't work i'll do one so you can see.
The video player is transparent


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
supportteambillyukco



Joined: 14 Dec 2006
Posts: 619

Posted: 09/23/08 14:15 
Hi:


I don't know if yee know on here but this is just not a problem with the Flash Player but you will have and get the same problem with the {jr_image_rotator} .

We have had in the end to take the {jr_image_rotator} of our site cuz of this problem as it was and will make your drop down menu go behind the {jr_image_rotator} so a user can not click on some links on the drop down menu.

We had a look at this here and we just can't find a way around this problem.

Thanks.


_________________
Yup I Got Got Got Yup Mail Yeeee WOW LOLOL
Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 09/23/08 16:04 

elygen:
i did that first. didn't work i'll do one so you can see.
The video player is transparent


Can you post the exact code your using to embed the Jeroen player?


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
Natedogg265
N8Flash Designs


Joined: 28 Jan 2007
Posts: 5866
Location: St. Louis, Missouri

Posted: 09/23/08 16:16 
You can also use wmode = "transparent"

You cant use wmode = "window" which is required to properly go fullscreen.


_________________
Modules, Skins, Flash Players and more.
Exclusively for Jamroom


Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 09/23/08 16:21 

Code
{jr_array name="vars" key="backcolor" value="0x000000"}
{jr_array name="vars" key="frontcolor" value="0x000000"}
{jr_array name="vars" key="lightcolor" value="0xFFFFFF"}
{jr_array name="vars" key="width" value="500"}
{jr_array name="vars" key="height" value="320"}
{jr_array name="vars" key="displaywidth" value="320"}
{jr_array name="vars" key="autostart" value="false"}
{jr_array name="vars" key="volume" value="50"}
{jr_array name="vars" key="wmode" value="transparent"}
{jr_flash_player player_type="jeroen" width="500" height="320" channel_id=1 params=$vars}



Code
{jr_array name="vars" key="backcolor" value="0xFFFFFF"}
{jr_array name="vars" key="frontcolor" value="0x000000"}
{jr_array name="vars" key="lightcolor" value="0xFFFFFF"}
{jr_array name="vars" key="width" value="388"}
{jr_array name="vars" key="height" value="140"}
{jr_array name="vars" key="displaywidth" value="130"}
{jr_array name="vars" key="autostart" value="false"}
{jr_array name="vars" key="volume" value="50"}
{jr_array name="vars" key="wmode" value="opaque"}
{jr_flash_player player_type="jeroen" width="388" height="140" band_id="1" params=$vars}



_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
Natedogg265
N8Flash Designs


Joined: 28 Jan 2007
Posts: 5866
Location: St. Louis, Missouri

Posted: 09/23/08 16:28 
I also "thought" z-index was required in the css, but I may be wrong on that.


_________________
Modules, Skins, Flash Players and more.
Exclusively for Jamroom


Back to top
elygen



Joined: 22 Feb 2007
Posts: 637

Posted: 09/23/08 16:38 
Doesn't z-index not work in ie or is it only works in ie


_________________
~ Todd
=================
Happy Jamrooming
New Jersey
www.bandarray.com
Back to top
daddysylem
DS Flash Players


Joined: 30 Mar 2005
Posts: 4086
Location: Southern California

Posted: 09/23/08 18:28 

elygen:
Doesn't z-index not work in ie or is it only works in ie


The code need to be set to.......
{jr_array name="vars" key="wmode" value="transparent"}
To get the player behind lightbox........

The problem is that the "output" of code is not getting set properly when it processed by Jamroom for this to work. I did some testing to confirm this.

The following is the output from the music player code you posted.......
<embed src="http://prolifik203.com/include/jeroen/mediaplayer.swf" width="388" height="140" allowscriptaccess="always" allowfullscreen="true" flashvars="height=140&width=388&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0x444444&width=388&height=140&displaywidth=130&autostart=false&volume=50&wmode=opaque&file=http%3A%2F%2Fprolifik203.com%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D1%26song_id%3Dall%26type%3Dxspf" />

The code needs to be this to work properly.......
<embed src="http://prolifik203.com/include/jeroen/mediaplayer.swf" width="388" height="140" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" flashvars="height=140&width=388&backcolor=0x000000&frontcolor=0xFFFFFF&lightcolor=0x444444&width=388&height=140&displaywidth=130&autostart=false&volume=50&wmode=opaque&file=http%3A%2F%2Fprolifik203.com%2Fplay.php%3Fmode%3Dsong_hifi%26band_id%3D1%26song_id%3Dall%26type%3Dxspf" />

Jamroom doesn't seem to be setting "jr_array" code properly for this to work.
This might be a bug.

We need to have Brian look at this.


For now you could just use the code I posted above on your site and test it....


_________________
I have no idea why I do this..................
Email: daddysylem[at]dsplayerskins.com
DSPlayerSkins.com
GCFireSprinkler.com
Back to top
Natedogg265
N8Flash Designs


Joined: 28 Jan 2007
Posts: 5866
Location: St. Louis, Missouri

Posted: 09/23/08 23:25 
No offense to JR, but the best way to embed flash is to use swfObjtect. I may make a how-to, if there isn't one already.


_________________
Modules, Skins, Flash Players and more.
Exclusively for Jamroom


Back to top
supportteambillyukco



Joined: 14 Dec 2006
Posts: 619

Posted: 09/24/08 03:43 

elygen:
Doesn't z-index not work in ie or is it only works in ie


Hi Natedogg:

We had a go with the style z-index tag on this and aswell this is just not or will not work on JR for the Flash Player or the JR tag {jr_image_rotator}.

And yes, The style z-index tag will work anyway in ie and a lot will use this tag in HTML Pages or other scripts and will work fine in ie and if you look you will see anyway that JR is using the style z-index tag in some parts in JR and is working ok but just doesn't work Confused if you use it in or for the Flash Player or the JR tag {jr_image_rotator}.

For example below aswell, You can use aswell the style z-index tag in orher ways like in the example you see below.


Code

<DIV style="position:absolute;left:280px;top:1311px;width:150px;height:150px;z-index:83" align="left">

</DIV>


Thanks.


_________________
Yup I Got Got Got Yup Mail Yeeee WOW LOLOL
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
User Site Design, Integration and Customization

< Previous12
 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.