A month ago I posted a question to flexcoders regarding cursors not showing in sub-applications loaded using the Loader control (mx:Loader). The solution was to embed the required assets into the root application.
Following this I needed to find out what cursors were available in the mx.skins.cursor package. But as Manish explains, this is not a package, yet a naming convention for symbols in the flex Library.swf
For a more detailed explanation, and steps on how you can read into the Library.swf, check out whats in mx.skins.cursor over at Manish Jethani’s Blog.
Related posts: