Re: [SPAM] [flexcoders] How to call a Actionscript function in a UI child from UI father ?

2009-10-20 Thread Alen Balja
Also you would want to make all functions public that are to be accessed by outside objects. I see you marked getFileSize as private. On Thu, Oct 15, 2009 at 10:11 AM, Tracy Spratt tr...@nts3rd.com wrote: Don’t use binding braces in actionscript (the event handler declaration is

RE: [SPAM] [flexcoders] How to call a Actionscript function in a UI child from UI father ?

2009-10-14 Thread Tracy Spratt
Don't use binding braces in actionscript (the event handler declaration is actionscript) Try: click=getFileSize(data.filesize) That assumes the data object is created and has that property. Tracy Spratt, Lariat Services, development services available _ From: