Re: [Flashcoders] Call method by name: A few questions...

2011-01-15 Thread Henrik Andersson
You want the getDefinitionByName function, not the dynamic property access syntax. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Call method by name: A few questions...

2011-01-15 Thread Leandro Ferreira
You must declare each class or they are not gonna be compiled. Just put all the class names you need separated by comma: ZoomControl, PositionControl, ScaleControl; * * * @leandroferreira* * 55 61 91151257* On Sat, Jan 15, 2011 at 07:31, Henrik Andersson he...@henke37.cjb.netwrote: You

RE: [Flashcoders] Subtle XML/Font loading/CSS issue, limited test capabilities - looking for suggestions

2011-01-15 Thread Chris Foster
Thanks Karl, appreciate the help. I'll reply with my solution as soon as it works! Cheers, C -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Karl DeSaulniers Sent: Friday, 14 January 2011 9:58 PM To: Flash

Re: [Flashcoders] Call method by name: A few questions...

2011-01-15 Thread Micky Hulse
Hi All! Many thanks for the replies, I really appreciate the pro help. :) See inline replies below: On Fri, Jan 14, 2011 at 8:48 PM, Dave Watts dwa...@figleaf.com wrote: I'm not sure if this is what you're asking for. Doh, sorry if my question was a little convoluted and ambiguous. :( new