Flex mobile project does not support mx:Canvas?
问题 In Flash Builder, if I new a Flex Mobile Project, and paste the following code: <?xml version="1.0"?> <!-- Simple example to demonstrate the Halo Canvas layout container. --> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx"> <s:Group/> <mx:Canvas/> </s:Application> The "Canvas" line fails to compile. However it's OK in a Flex Project. My question is, is there any way to use Canvas or other halo