So, using 3.6 SDK, I want to put the artwork for my cursors in the stylesheet swf rather than embed them in our executable swf.
I know I can accomplish this by generating a Class for the artwork using
UIComponent's getStyle("skinNameInTheStylesheetSwf") and then using that to set
the cursor. Is this the preferred way or is there a more direct/cleaner
mechanism for it? thanks!

