Re: [flexcoders] logic code in another file

2008-05-19 Thread Leonardo
Need to say, tanks all you guys, those links helped a lot, especially the code behind approach. Since i never used other kind of presentation layer, this way to solve the tings is new to me. 2008/5/19 Tom Chiverton <[EMAIL PROTECTED]>: > On Friday 16 May 2008, Paul Andrews wrote: > > You need to

Re: [flexcoders] logic code in another file

2008-05-19 Thread Tom Chiverton
On Friday 16 May 2008, Paul Andrews wrote: > You need to use classes and put your logic there, just leave the use of the > script tags to control the UI and communicate with the logic. A swift google for the 'code behind' approach in Flex may help too: http://community.adobe.com/ion/search.html?q=

Re: [flexcoders] logic code in another file

2008-05-16 Thread Marcus Engene
com> *Sent:* Friday, May 16, 2008 12:12 AM *Subject:* [flexcoders] logic code in another file hello, usually when i'm doing a regular web application i have my html document, a small piece of javascript where i instantiate my general-purpose javascript objects and

Re: [flexcoders] logic code in another file

2008-05-16 Thread Paul Andrews
e foothils are a little steep at first. Paul - Original Message - From: Leonardo To: flexcoders@yahoogroups.com Sent: Friday, May 16, 2008 12:12 AM Subject: [flexcoders] logic code in another file hello, usually when i'm doing a regular web application i have my h

[flexcoders] logic code in another file

2008-05-16 Thread Leonardo
hello, usually when i'm doing a regular web application i have my html document, a small piece of javascript where i instantiate my general-purpose javascript objects and finally my especialists-objects. How can i do it with Flex? using the tag i can add some logic and do direct access on the wi