Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-05 Thread Muzak
The way I see it the following is just bad OOP: var text:TextArea = myflashmovie.myClass.getText(); regards, Muzak - Original Message - From: "Austin Kottke" <[EMAIL PROTECTED]> To: Sent: Thursday, April 05, 2007 4:23 AM Subject: Re: [Flashcoders] Flash 9 CS 3 an

Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread Austin Kottke
The main thing on this is if I load in a flash 9 cs3 swf with a textarea created. var t:TextArea; I then try and reference this same text area from flex var text:TextArea = myflashmovie.myClass.getText(); This would create a compiler error as the textarea would be the flex framework and the

Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread Muzak
>I mainly just want to be able to access components such as a text area and > have it work in flex and flash and not have to worry > about the kind > of text area I'm using if its flex or flash. They should both be able to work > together. Or a simple component such as a button, > they shou

Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread Austin Kottke
ication between Flex and a loaded (flash 8) swf is established through a LocalConnection. I guess we'll just have to wait and see ;-) regards, Muzak - Original Message - From: "Austin Kottke" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 04, 2007 11:56 PM Subject: Re

Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread Muzak
From: "Austin Kottke" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 04, 2007 11:56 PM Subject: Re: [Flashcoders] Flash 9 CS 3 and Flex framework > Thanks David, > >That helps, however, I meant more of a workflow, like create the animation > in flash cs3 and > the a

RE: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread David Mendels
, April 04, 2007 5:56 PM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Flash 9 CS 3 and Flex framework Thanks David, That helps, however, I meant more of a workflow, like create the animation in flash cs3 and the animation has certain flash components in it, such as a datagrid at

Re: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread Austin Kottke
Thanks David, That helps, however, I meant more of a workflow, like create the animation in flash cs3 and the animation has certain flash components in it, such as a datagrid at the end of the last frame or the flash animation has a few buttons in it on the side, along with other types such

RE: [Flashcoders] Flash 9 CS 3 and Flex framework

2007-04-04 Thread David Mendels
Hello, I am not sure I understand your question perfectly. If you are asking: "Will I be able to create components in Flash CS3 and then use them inside a Flex application?", then answer is YES. We are working on some things that will make this much easier, in the relatively near term. -David