RE: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Steve Kellogg @ Project SOC
Of akash Sent: Saturday, October 07, 2006 12:01 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Variable Initialization Problem Hi all, This is my action script file. Here I am initializing the variable with some value..but I find it outside that particular code block it is showing

Re: [flexcoders] Variable Initialization Problem

2006-10-07 Thread Ralf Bokelberg
with the scope of the variable . Regards, Akash, From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] On Behalf Of Steve Kellogg @ Project SOC Sent: Saturday, October 07, 2006 5:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Variable Initialization Problem

[flexcoders] Variable Initialization Problem

2006-10-06 Thread akash
Hi all, This is my action script file. Here I am initializing the variable with some value..but I find it outside that particular code block it is showing undefined even tthough the variable is global. Can anybody suggest me how to resolve this problem? import mx.core.UIObject;