On Thu, May 29, 2008 at 1:39 PM, ghus32 <[EMAIL PROTECTED]> wrote:
> I am looking to pass a simple variable to a popup window..
>
> how would I go about doing this

name the popup.  create a public var in the popup (e.g. public var
myvar:String = "";)

from the 'parent', mypopup.myvar = "foo";

-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's
wrong?" Byte says "Parity error." Bartender nods and says "Yeah, I
thought you looked a bit off."

Reply via email to