Hello,
I just started learinig flex, I came across a flex for dummies book. they give an example of two buttons
and the code does not work I keep on getting this error
I cannot see anything wrong with the code. Am I missing something????
Are there any simple but good tutorials out there that anybody can suggest. I tried a few but were a bit too cumbersome
thanks in advance
I just started learinig flex, I came across a flex for dummies book. they give an example of two buttons
Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL unfurl="true"]http://www.adobe.com/2006/mxml"[/URL] layout="absolute"/>
<mx:HBox />
<mx:Button label="Button1"/>
<mx:Button label="Button2"/>
</mx:HBox>
</mx:Application>
and the code does not work I keep on getting this error
Code:
The element type 'mx:Application' must be terminated by the matching end-tag '</mx:Application>'.
I cannot see anything wrong with the code. Am I missing something????
Are there any simple but good tutorials out there that anybody can suggest. I tried a few but were a bit too cumbersome
thanks in advance