Hi,
I'm trying to "skin" my Flash application's buttons using either ActionScript or Flash Professional, without having to rely on Flex code or libraries.
Right now my buttons have no skins at all, though there is black text where the label is, so I know they're there.
I've tried using the getStyle and setStyle methods, but can't get them to work.
How do I link a button to a PNG image to skin it in Flash? Thanks in advance.