;

PDA

Click to See Complete Forum and Search --> : Media Player Skins


Bob Hartzell
04-19-2007, 01:02 PM
These are some of the skins:

www.koolmoves.com/mediaplayer/iOffWhite.html

bobgodwin
04-19-2007, 01:44 PM
Not sure who's ridin' the horse, but I know them musicians.

bobgodwin
04-19-2007, 01:45 PM
Just noticed that was my 100th post. Don't I get a prize or something?

blanius
04-19-2007, 11:52 PM
Naw Gotta break 3000 :)
There is actually some level at which you can change where it says Registered User to something custom and 100 might be it.

bobgodwin
04-23-2007, 12:29 PM
And I get an avatar! Sounds like a beast in a Gothic horror film. And with my ugly mug...

byweb
04-26-2007, 04:00 PM
The problem is that donīt resize any components, for example the micromp3.

blanius
04-26-2007, 04:22 PM
The problem is that donīt resize any components, for example the micromp3.

Some Skins are resizable and some are not. To build a sizable one is a little more complicated than non. Making your own fix size is really pretty easy. I'll try to get the tutorial on making one up soon.

byweb
04-27-2007, 07:33 AM
Thank you Blainus, is not a critique, I praise your work.

maed
04-28-2007, 12:20 AM
Wow, that's pretty cool.

So, not to sound like a moron or anything, you are achieving that (video over the player effect) by putting a seperate SWF movie over the WMP right?

bobgodwin
05-01-2007, 11:06 PM
There seems to be a problem with the "Classic Top List" skin. It wants to hug the top no matter where you position it.

bobgodwin
05-01-2007, 11:36 PM
There seems to be a problem with the "Classic Top List" skin. It wants to hug the top no matter where you position it.

I kinda fixed it by changing the load.as from:

setClassicSkin({_y:50,height:height-50,lpos:0,lsize:50,lvisible:true,lfsize:11});

To:

setClassicSkin({height:height-50,lpos:0,lsize:50,lvisible:true,lfsize:11});

But it still isnt't where it should be.

w.brants
05-02-2007, 12:58 AM
I am aware of this and sent Bob the information for the next update.
The line should have beensetClassicSkin({_y:_y+50,height:height-50,lpos:0,lsize:50,lvisible:true,lfsize:11});

bobgodwin
05-06-2007, 01:12 AM
That did it. Thanks.