View Full Version : Music Player Skins Tutorial?
tp07022
June 17th, 2008, 05:40 PM
Does anyone know where I would find a tut on how to create the music skins? I would like to try to make some.
Enigmacsg
June 17th, 2008, 05:50 PM
I don't know of any tutorials but this might help.
Open up photoshop or any graphic program that you use. Make the canvas size 295px width 51px height. That is the size of the music player skin.
Then after you done spicing that graphic up..use any of the codes below to insert your music skin and you're done.
Hide Entire Music Player Making Background Visible only:
<style> table table div {width:295px; height:51px; background-image:url("IMAGE GOES HERE"); background-position:center center; background-repeat: repeat;} table.userProfileURL div, table table td.text div {width:auto; height:auto; background-color:transparent; background-image:none} table table div object, table table div embed {-moz-opacity:0.01; filter: alpha(opacity=1)} table table td.text div object, table table td.text div embed {-moz-opacity:0.01; filter: alpha(opacity=1)} </style>
Semi Transparent Player that shows some of the player still but mainly the background:
<style> table table div {width:295px; height:51px; background-image:url("IMAGE GOES HERE"); background-position:center center; background-repeat: repeat;} table.userProfileURL div, table table td.text div {width:auto; height:auto; background-color:transparent; background-image:none} table table div object, table table div embed {-moz-opacity:0.4; filter: alpha(opacity=40)} table table td.text div object, table table td.text div embed {-moz-opacity:0.4; filter: alpha(opacity=40)} </style>
tp07022
June 17th, 2008, 06:04 PM
Thanks for the help. I will give it a try.
Enigmacsg
June 17th, 2008, 06:06 PM
You're welcome (Y)
The only thing you that requires some work is creating the play buttons graphics etc
SamOwen
June 17th, 2008, 06:43 PM
See this page: http://www.createblog.com/scripts/script.php?id=1428
tp07022
June 17th, 2008, 07:15 PM
Thanks for the link. I'm welcoming all input. I like to try various ways of doing something to decide which is easiest for me.
Lubna
June 18th, 2008, 12:57 PM
This is really helpful, i've been looking for some help on loads of places but i just keep getting the skins not the tutorial.
Thanks a lot!
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.