[flexcoders] Adding more than one function to creationComplete

2009-01-13 Thread brucewhealton
Hello all, I am having trouble finding out how to do this. Is it not possible to call two different applications on creationComplete for the Application tag? I have an application that calls two different xml files that have lists of one full-size images and two thumbnail size images

Re: [flexcoders] Adding more than one function to creationComplete

2009-01-13 Thread Sam Lai
Should just be something like - mx:Application creationComplete=method1(); method2(); Code appearing in event attributes are compiled as an anonymous function I believe. 2009/1/14 brucewhealton br...@futurewavedesigns.com: Hello all, I am having trouble finding out how to do this.