Re: [Flashcoders] Reasons of failing onLoad of LoadVars
I still think it's some dodgy way of triggering events. If it works this way Yours, Weyert ___ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Reasons of failing onLoad of LoadVars
In a LoadVars object onLoad is invoked by the default onData handler. If you assign a custom onData handler, onLoad will not be triggered anymore, unless you call it explicitely (preferably after calling the decode() method) or invoke the original onData handler. Attila ___ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] Reasons of failing onLoad of LoadVars
It works. onLoad don't get triggered when you using onData Yours, Weyert de Boer ___ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

