Make sure JS.swc is in the -external-library-path.
On 10/29/16, 11:49 PM, "PKumar" <[email protected]> wrote:
>Thanks Alex, <inject_html> is working fine. It was my fault.
>
>Now i have successfully injected the amf.js in the index.html but i am
>not
>getting how can i acccess & call java script variable & methods. I
>checked
>the createJS & cordova implementation but luck. I am trying to access
>"document" in my class but getting compiler error. Please suggest.
>
>public function serialize():void
>{
> COMPILE::JS
> {
> var data:Object = {any: 'data',you: 'like!'};
> var encodedData:Object = document.AMF.stringify(data); // AMF is a
>javascript object.
> trace(encodedData);
> }
>}
>
>
>
>-----
>Regards,
>Prashant
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Support-in-BlazeDS-c
>ommunication-tp11562p13976.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.