@alex I see, I haven't tried it but it should be ok: the docs states that touch APIs are part of the Flash Player (since 10.1), see [1] and [2].
I think that the DPI scaling functions are part of the Flex components, but they probably rely on the value of Capabilities.screenDPI [3] which, while supported on desktop and browser runtimes, probably reports an incorrect value (at least on Windows, it seems locked to 72dpi).. [1] http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html [2] http://help.adobe.com/en_US/as3/dev/WS1ca064e08d7aa93023c59dfc1257b16a3d6-7ffe.html [3] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/system/Capabilities.html#screenDPI 2012/11/21 Harbs <harbs.li...@gmail.com> > That's a good move. I recently wanted that in a web app. I ended up using > an embedded swf to play a busy animation… > > Harbs > > On Nov 21, 2012, at 7:19 PM, Alex Harui wrote: > > > Justin already moved BusyIndicator from mobile to spark.swc. You are > > welcome to move others as long as they don't require touch APIs or other > > mobile infrastructure. > >