[flexcoders] Repost: Seamless keyboard accessibility between flex shell app and loaded swfs

2007-04-25 Thread gerardjamesmcbreen
I'm building an app (a shell) that loads multiple flash9 as3 preview swfs which are listed in an xml file. The swfs are referenced ok in the shell app, properties and methods working fine. In terms of accessibility the following happens: 1) If the loaded swf is also flex app you can tab to each

[flexcoders] reparenting flex display containors

2007-04-25 Thread gerardjamesmcbreen
I've read Ted P's two articles http://www.onflex.org/ted/2006/12/developing-in-trees-part-2.php on developing in trees in AS3. He's promised a 3rd one which discusses reparenting in flex - which would be really useful. Meanwhile does anyone have any advice regarding reparenting display objects in

[flexcoders] Accessibilty for loaded swf (as3) files

2007-04-23 Thread gerardjamesmcbreen
I'm trying to unite flex accessibility with that of loaded swfs without success. The swfs lose their focus inside the flex app. Help appreciated.

[flexcoders] Re: Accessibilty for loaded swf (as3) files

2007-04-23 Thread gerardjamesmcbreen
[mailto:[EMAIL PROTECTED] On Behalf Of gerardjamesmcbreen Sent: Monday, April 23, 2007 8:02 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Accessibilty for loaded swf (as3) files I'm trying to unite flex accessibility with that of loaded swfs without success. The swfs lose

[flexcoders] Swfloader or custom classes architecture advice

2007-04-18 Thread gerardjamesmcbreen
I'm building an RIA that loads and interacts with many as3 swfs. The process is dynamic with the load list coming from an xml file. Is there a more efficient alternative to loading the same swf multiple times - or does this matter? I've also built an alternative prototype that doesn't load swfs

[flexcoders] Re: Swfloader or custom classes architecture advice

2007-04-18 Thread gerardjamesmcbreen
Just tested this and custom classes can be altered without requiring a recompile.

[flexcoders] Re: Referencing methods in dynamically loaded swfs

2007-04-13 Thread gerardjamesmcbreen
appreciated --- In [EMAIL PROTECTED], Alex Harui [EMAIL PROTECTED] wrote: content is valid until the complete event. creationComplete is too soon. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gerardjamesmcbreen Sent: Thursday, April 12

[flexcoders] Re: Referencing methods in dynamically loaded swfs

2007-04-13 Thread gerardjamesmcbreen
PROTECTED] On Behalf Of gerardjamesmcbreen Sent: Thursday, April 12, 2007 5:03 AM To: [EMAIL PROTECTED] Subject: [flexcoders] Referencing methods in dynamically loaded swfs I'm using the swfloader to load swfs which are named in an xml file: mx:SWFLoader source={results.result[r.currentIndex

[flexcoders] Referencing methods in dynamically loaded swfs

2007-04-12 Thread gerardjamesmcbreen
I'm using the swfloader to load swfs which are named in an xml file: mx:SWFLoader source={results.result[r.currentIndex].src} id=myLoader creationComplete=initNestedAppProps(event) alpha=0.7 / All loads fine except I can't reference the loaded swfs via: public function