alg
July 29th, 2007, 11:24 PM
I'm starting a new project that is quite heavy on forms, but also requires a fair bit of animation... My current plan is to build the framework for the site in Flash CS3/AS3 and pull in the pages as external swfs. All fairly easy so far...
I've tried loading a swf generated in Flex (just a simple form), this is fine - but I'm stumped as to how I would go about calling a method within flex swf or vice versa. I need to pass some data to the form.
Even localConnection (which seems like a terrible hack for avm2-avm2 communication) returns a statusEvent error when I call the localConnection connect/send on the creationComplete event in my MXML document.
Anyone have any ideas, it can't be this difficult surely!
Al
I've tried loading a swf generated in Flex (just a simple form), this is fine - but I'm stumped as to how I would go about calling a method within flex swf or vice versa. I need to pass some data to the form.
Even localConnection (which seems like a terrible hack for avm2-avm2 communication) returns a statusEvent error when I call the localConnection connect/send on the creationComplete event in my MXML document.
Anyone have any ideas, it can't be this difficult surely!
Al