Makulaf
11-17-2007, 09:41 PM
Hey,
First Thanks for reading this im using the media player i need to use a extarnel playlist and change the font can someone please show me how to do this thanks.
Stoke Laurie
11-18-2007, 05:56 AM
Which skin do you want to use?
Makulaf
11-18-2007, 08:48 AM
classic Top List
o and how do you load as files in km?
blanius
11-18-2007, 10:27 PM
Looking at the AS for that skin it's using the simplest form I'm not sure if you can change the font....... The API says
setClassicSkin( initObject )
----------------------------
Initobject should contain _x, _y, with, height and the c and s arrays like the
other KoolMoves flash 8 components.
c [control base, control color 1, control color 2, control color 3, component background, display background] : colors
s [raise, angle, component shadow alpha] : styling options
Other variables the initobject can contain are lpos, lsize and lfsize.
lpos : position of the list display
0 top
1 right
2 bottom
3 left
lsize : width of the list display when lpos is 1 or 3, height of the list
display when lpos is 0 or 2.
lfsize : font size used in the list display.
As for loading AS into KM open the actionscript editor as if to type and look for the icon to load on the top bar