Guest rbeynon Posted March 14, 2006 Report Posted March 14, 2006 Is there anywhere that gives the specs for how to make a Windows Mobile 5/Windows Media Player 10 skin? I want to make my own skin, but since I don't know what I'm editing, I'm having some trouble. I want to make a skin for my 2125 that just shows title, artist, & time in large text, along with some small buttons. Basically an iPod SCREEN, but I don't need to show the click-wheel - just the screen. Thanks for your help.
Guest mini_man Posted March 16, 2006 Report Posted March 16, 2006 This is a guide to creating skins, its really the same for all OS's. http://www.theunwired.net/?itemid=1855&catid=90&catid=90 But a guy on the forum created one for WM5 as well. This is the coding [Pocket WMP Skin File v10.2.0] ////////////////////////////////////////////////////////////////////////////// [ Description ] // <X,Y> <DPI> // ------ ----- Dimensions 240, 320 96 // <Orientation> // ------------- Orientation Portrait ////////////////////////////////////////////////////////////////////////////// [ Branding ] // <Name> <Location> // ------ ------------- Background 0, 0, 239, 221 ////////////////////////////////////////////////////////////////////////////// [ Bitmaps ] // <Name> <File name> <X,Y> // ------ ----------- ----- Background background.bmp 0,0 Disabled disabled.bmp 0,0 Pushed pushed.bmp 0,0 Region region.gif 0,0 ////////////////////////////////////////////////////////////////////////////// [ Video ] // <Location> // ---------- 6,5,226,118 ////////////////////////////////////////////////////////////////////////////// [ Buttons ] // <Function> <Type> <Location> <Push Image Src> <Dis Image Src> <Hit R,G,B> <Norm 2 Image Src> <Push 2 Image Src> // ---------- ------ ------------ ---------------- --------------- ----------- ------------------ ------------------ PlayPause NA 89,158,62,58 Pushed @ 40,32 Disabled @ 40,32 0, 0, 0 Pushed @ 40,32 Disabled @ 40,32 Stop NA 89,126,62,32 Pushed @ 40,0 Disabled @ 40,0 0, 0, 0 Prev NA 49,158,40,58 Pushed @ 0,32 Disabled @ 0,32 0, 0, 0 Next NA 151,158,40,58 Pushed @ 102,32 Disabled @ 102,32 0, 0, 0 Mute NA 89,216,62,32 Pushed @ 40,90 Disabled @ 40,90 0, 0, 0 Shuffle NA 181,7,30,16 Pushed @ 112,0 Disabled @ 112,0 0, 0, 0 Repeat NA 26,7,30,16 Pushed @ 0,0 Disabled @ 0,0 0, 0, 0 ////////////////////////////////////////////////////////////////////////////// [ Status ] // <Item> <Location> <Align> <Font> <Color> // ------ ---------- ------- ------ ------- On 62,8,65,15 Left Tahoma,8,B 65,64,59 ////////////////////////////////////////////////////////////////////////////// [ AlbumArt ] // <Location> // ---------- 20,30,60,65 ////////////////////////////////////////////////////////////////////////////// [ Text ] // <Item> <Location> <Align> <Font> <Color> // ------ ---------- ------- ------ ------- Time 138,8,60,15 Left Tahoma,8,B 65,64,59 Track# 78,108,30,15 Right Tahoma,8,B 65,64,59 #Tracks 130,108,30,15 Left Tahoma,8,B 65,64,59 Title 89,35, 130,15 Left Tahoma,8,B 65,64,59 Author 89,55, 130,15 Left Tahoma,8,B 65,64,59 Status 89,75, 135,15 Left Tahoma,8,B 65,64,59 ////////////////////////////////////////////////////////////////////////////// [ Trackbars ] // <Function> <Location> <Dis Image Src> <Thumb Image Src> <Thumb Size> // ---------- ---------- --------------- ----------------- ------------ Seek 38,98,163,9 Disabled @ 1645,218 ipod\thumb.gif 18,9 Volume 38,254,163,9 Disabled @ 1644,232 ipod\thumb.gif 18,9 And heres the file, place it in \Application Data\Microsoft\Media Player\Skins and place the ipod folder in the skins folder. Just create these directorys if they are not there. Ipod.zip
Guest adzisfat Posted June 6, 2006 Report Posted June 6, 2006 Hi, i tried to use the ipod skin but windows media player didn't seem to detect it. Please could you help me! thanks, adz
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now