Note for swf10 app developers: OpenLaszlo currently ships with a copy of the Flex 4 Compiler SDK (Adobe's code name is Gumbo), specifically the last 'stable build', which is flex_sdk_4.0.0.6898 May 14
I am not sure which Adobe documentation web page corresponds most closely to this flex build. They are up to a Flex 4 Beta 2 release now, but I don't know how much the API differs from the milestone build we're using. I've been using this URL for documentation of the Flex SDK http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/index.html?filter_flex=4 On Mon, Nov 23, 2009 at 9:43 AM, Henry Minsky <[email protected]>wrote: > This compiles for me in swf10 without error in trunk > > > <canvas debug="true" height="500" width="100%"> > <attribute name="_conn"/> > <attribute name="s1"/> > <attribute name="s2"/> > > <switch> > <when property="$as3"> > <passthrough> > import flash.net.*; > import flash.events.*; > import flash.media.Camera; > import flash.media.Video; > import flash.media.Microphone; > > </passthrough> > </when> > </switch> > > > -- Henry Minsky Software Architect [email protected]
