RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-05 Thread Bjorn Schultheiss
: Tuesday, 4 July 2006 7:05 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How to integrate Flash and Flex well done ? Just dont expect everything to run smoothly, if you load flash 8 content (with code) into a 9player swf, you can get all kinds of weird memory issues

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-03 Thread Bjorn Schultheiss
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Pan Troglodytes Sent: Tuesday, 20 June 2006 7:31 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to integrate Flash and Flex well done ? I'm very new at this, so I gave you all the info I really have

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-07-03 Thread Tom Versweyveld | VERSO
[mailto:flexcoders@yahoogroups.com] On Behalf Of Bjorn Schultheiss Sent: dinsdag 20 juni 2006 1:42 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How to integrate Flash and Flex well done ? Heres a nice article on Flash Swfs within Flex2/AS3 http://www.asserttrue.com/articles/2006/05/23

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-20 Thread David Mendels
the local connection technique. Hope this helps. -David -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of roberto.rosenthal Sent: Monday, June 19, 2006 1:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to integrate Flash

RE: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-20 Thread Bjorn Schultheiss
[mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels Sent: Wednesday, 21 June 2006 4:11 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How to integrate Flash and Flex well done ? Hi, Future yes; present--requires some hoops. Background: the new Flash Player contains both

Re: [flexcoders] Re: How to integrate Flash and Flex well done ?

2006-06-19 Thread Pan Troglodytes
I'm very new at this, so I gave you all the info I really have. As Tim said, in the *future*, SWFs created for Flash 9 and up will likely be very friendly with Flex. But the help is pretty clearly stating that right now anything made for 8 and below can only talk using LocalConnection. But who