Optionally use Flash 10.2 cursors, while still being compatible with Flash 10.0?
问题 I have a Flash application that requires Flash version 10.0 to run. I want to add native mouse cursors, which were introduced in Flash 10.2, but I don't want to require all my users to upgrade, and I don't want to have to compile two separate versions of my app. Is there any way at runtime I can detect if the cursors are available, and then use them? It seems like if you only compile for Flash 10.0, it marks the SWF version header "10", and you have no access to the new APIs. And if you