A Flash Developer Resource Site

Results 1 to 13 of 13

Thread: Media Player Skins

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512

    Media Player Skins

    These are some of the skins:

    www.koolmoves.com/mediaplayer/iOffWhite.html

  2. #2
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    Not sure who's ridin' the horse, but I know them musicians.
    Bob Godwin

  3. #3
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    Just noticed that was my 100th post. Don't I get a prize or something?
    Bob Godwin

  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    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.

  5. #5
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    And I get an avatar! Sounds like a beast in a Gothic horror film. And with my ugly mug...
    Bob Godwin

  6. #6
    Senior Member byweb's Avatar
    Join Date
    Apr 2007
    Location
    Andalucia (spain)
    Posts
    267
    The problem is that don´t resize any components, for example the micromp3.

  7. #7
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244

    some do

    Quote Originally Posted by byweb
    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.

  8. #8
    Senior Member byweb's Avatar
    Join Date
    Apr 2007
    Location
    Andalucia (spain)
    Posts
    267
    Thank you Blainus, is not a critique, I praise your work.

  9. #9
    Senior Member
    Join Date
    Aug 2006
    Posts
    109
    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?

  10. #10
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    There seems to be a problem with the "Classic Top List" skin. It wants to hug the top no matter where you position it.
    Last edited by bobgodwin; 02-26-2008 at 06:28 PM.
    Bob Godwin

  11. #11
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    Quote Originally Posted by bobgodwin
    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.
    Bob Godwin

  12. #12
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    I am aware of this and sent Bob the information for the next update.
    The line should have been
    Code:
    setClassicSkin({_y:_y+50,height:height-50,lpos:0,lsize:50,lvisible:true,lfsize:11});

  13. #13
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    That did it. Thanks.
    Bob Godwin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center