Hi,
I need a quick bit of help in getting going -
I just got FlexBuilder3 - where can i hook up an as3 file to it? I mean for example I have the following mxml file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundGradientColors="[0xFFFFFF,0xAAAAAA]"
horizontalAlign="left"
verticalGap="15" horizontalGap="15" >
<mx:HBox width="100%">
<mx:Label text="My pathetic project:"/>
<mx:TextInput/>
<mx:Button label="Wow"/>
</mx:HBox>
</mx:Application>
that's great and all, but I want some "main()" function in a separate as3 file where I can maintain state variables, and get going with using as3 to interact with the visual elements. I figured out how to do that for flash cs3 but not flex. All the different names are beginning to give me a headache.
Anyway any info would be great,
Thanks