You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by lizhi <sl...@qq.com> on 2015/07/24 09:19:27 UTC

[flexjs] how get native js function inline

the as code

function a():void{
//document.xxx()
}
a();

and output the js inline

document.xxx()



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/flexjs-how-get-native-js-function-inline-tp48620.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [flexjs] how get native js function inline

Posted by Alex Harui <ah...@adobe.com>.
When you get the build with the js.swc, you should be able to do that.

On 7/24/15, 12:19 AM, "lizhi" <sl...@qq.com> wrote:

>the as code
>
>function a():void{
>//document.xxx()
>}
>a();
>
>and output the js inline
>
>document.xxx()
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/flexjs-how-get-native
>-js-function-inline-tp48620.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.