Aelx, SWF side is working ok , problem is only JS side. Following is my code:
<?xml version="1.0" encoding="utf-8"?> <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="*"> <js:valuesImpl> <js:SimpleCSSValuesImpl /> </js:valuesImpl> <js:initialView> <local:MyInitialView /> </js:initialView> </js:Application> MyInitialView.xml <?xml version="1.0" encoding="utf-8"?> <js:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:js="library://ns.apache.org/flexjs/basic"> <js:beads> <js:ViewDataBinding /> </js:beads> <js:Label text="Hello FlexJS" /> </js:View> ----- Regards, Prashant -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Getting-Uncaught-type-error-tp15112p15142.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
