Page 1 of 1

How to Change the Color of the Audio Dropdown Box

Posted: 20 Sep 2008, 12:34
by justadadathome
I want to be able to change the color of the dropdown audio box, which is white.
How can I do that?
Is it flash? I can edit flash.
Thanks.

<audioplayer>
<enabled>true</enabled>
<color>0xFFFFFF</color>
<path>content/mp3/</path>
<use_imagefolder>false</use_imagefolder>
<autostart>true</autostart>
<startvolume>75</startvolume>
<repeat>0</repeat>
<width>240</width>
<minimum_connection>20</minimum_connection>
<sorting>na</sorting>
<id3tags>TIT2,TPE1</id3tags>
<showplaylist>true</showplaylist>
<showcontrols>true</showcontrols>
</audioplayer>

Posted: 20 Sep 2008, 18:12
by shadoukat
I was also looking for an answer for this, but I noticed that even though I changed the value of the color in the stylesheet, it did not change in the gallery. I am using V2 of the gallery.

As far as basic info for you about what to look for to change colors, you need to have a value that you would want to change it to in the html value.

currently, your value is at white.. which is this part of the code:

<color>0xFFFFFF</color>

if you want to change it for example to red, you would change that value to this:

<color>0xff0007</color>

Once you have a color you want in the html hex code, you can replace it in the line above, but make sure you keep 0x before the actual value.

hope that helps. :)

Actually, that setting if changed does nothing.

Posted: 20 Sep 2008, 23:16
by justadadathome
That setting is suppose to change the Text Collor of the player.

<color>0xff0007<__>


I want to change the color of the WHOLE SQUARE, THE DROPDWON, WHITE SQUARE to say, black, blue, red.... Is that possible???


shadoukat wrote:I was also looking for an answer for this, but I noticed that even though I changed the value of the color in the stylesheet, it did not change in the gallery. I am using V2 of the gallery.

As far as basic info for you about what to look for to change colors, you need to have a value that you would want to change it to in the html value.

currently, your value is at white.. which is this part of the code:

<color>0xFFFFFF</color>

if you want to change it for example to red, you would change that value to this:

<color>0xff0007</color>

Once you have a color you want in the html hex code, you can replace it in the line above, but make sure you keep 0x before the actual value.

hope that helps. :)

Posted: 21 Sep 2008, 01:50
by shadoukat
yes there should be a way..but that is what I have also been looking into and cant find where to do it.. I was thinking maybe in the stylesheet.css but it didnt seem to work for me.

can anyone on the board help with this info??

Posted: 22 Sep 2008, 06:11
by mjau-mjau
Sorry, general color options for the audioplayer have been missing because of certain issues. We will be adding options in a release shortly!

Posted: 22 Sep 2008, 13:11
by shadoukat
oh good! glad to know that i was not crazy! :)

thanks!