xboxscene.org forums

Author Topic: Audio Player Skinning  (Read 126 times)

pink_panther

  • Archived User
  • Newbie
  • *
  • Posts: 33
Audio Player Skinning
« on: December 18, 2005, 09:24:00 PM »

CODE


        main_back.png

        
        
        vizbg.png
        
        viz_cover.png


        ButtonMap.png    
        
        
        
        
        
        
        
        
        
        
        

        
        

        
        

        
            pl_back.png
        

        
    

Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Audio Player Skinning
« Reply #1 on: December 18, 2005, 10:51:00 PM »

CODE

    Agency.xpr
    




Ahh hang on I notice that your colors only have 8 digits they need to be 10
you have 0xFFFFFF which is an invalid color if you want white you need to have 0xFFFFFFFF it works like this

Bit in blue Dont know what it does, Bit in red is how transperant the color is, bit in normal black is the actual color,

0xFFFFFFFF
Logged

pink_panther

  • Archived User
  • Newbie
  • *
  • Posts: 33
Audio Player Skinning
« Reply #2 on: December 19, 2005, 03:14:00 PM »

Thanks for the help. That worked out. Now any idea how to change the meter ( visualization ) color and song selector color? And in my skin itself, the active text color won't change, it stays blue, even if I did change it with UXArchitect. Where is it in the .xml file, maybe I can fix it there...
Ok, NM I found it. For anyone else wondering though, here it is:
-1) Change the colors for the default music player skin. Refer to the following image for more info:
IPB Image

The whole page can be found here: Skin media player

Just scroll down a little and it will show you. laugh.gif
Logged

Jezz_X

  • Archived User
  • Hero Member
  • *
  • Posts: 2893
Audio Player Skinning
« Reply #3 on: December 19, 2005, 04:11:00 PM »

Ok you need to look at this
IPB Image

Basically you need to add these items to the bottom of the skin.xml in the colorscheme section

      <MMActiveForeColor>0xFFB6FF00</MMActiveForeColor>
      <MMForeColor>0xFFADADAD</MMForeColor>
      <MMOffForeColor>0xFF808080</MMOffForeColor>
      <MMDarkBarColor>0xFF404040</MMDarkBarColor>
      <MMLightBarColor>0xFF404040</MMLightBarColor>
      <MMDarkBackColor>0x99404040</MMDarkBackColor>

Haha you beat me to it
Logged

pink_panther

  • Archived User
  • Newbie
  • *
  • Posts: 33
Audio Player Skinning
« Reply #4 on: December 19, 2005, 04:27:00 PM »

yea but thanks anyway, now we have a little information for others that might need this stuff.

ADDED: Ok the text and highlighter over lap to the outside of my playlist ( on the right side, left side is good. ) how do I fix that? I have a small curve in my playlist by the way, so the middle is skinnier then the upper and lower. It curves like this --->  " | P ( "     P is the area for the playlist...
Logged

pink_panther

  • Archived User
  • Newbie
  • *
  • Posts: 33
Audio Player Skinning
« Reply #5 on: December 19, 2005, 05:57:00 PM »

ADDED: Ok the text and highlighter over lap to the outside of my playlist ( on the right side, left side is good. ) how do I fix that? I have a small curve in my playlist by the way, so the middle is skinnier then the upper and lower. It curves like this ---> " | P ( " P is the area for the playlist...

Logged