hello team,
While compiling mxml file to java script.I got this error(ref:attachment).I don't know where i went wrong.Please assist me with this issue.

Thanks & regards
Barath Ramalingam
<?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"
				>
	
	<!-- Initial View -->
	<js:initialView>
		
		<js:ViewBase>
			<js:Container>
				<js:Label text="Hello World" x="100" y="100"/>
			</js:Container>
		</js:ViewBase>
		
	</js:initialView>
	
	<js:valuesImpl>
		<js:SimpleCSSValuesImpl />
	</js:valuesImpl>
	
</js:Application>

Reply via email to