I'm a little confused about what you are trying to do exactly, but using
flash.utils.Proxy might be able to help solve your problem.

On Fri, Jan 9, 2009 at 6:40 AM, Mendelsohn, Michael <
michael.mendels...@fmglobal.com> wrote:

> Hi list...
>
> I'm passing a var to this signature:
> private function assignContent(Content:*):void
>
> // example
> assignContent(msg.ONE);
>
> How can I get the "ONE" part of it, so I can correlate with another
> object like info.ONE, or if it is passed msg.TWO, I can cross reference
> info.TWO?
>
> There must be an efficient way...
>
> Thanks,
> - Michael M.
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 

Cheers,
Nate
----------------------------------------
http://blog.natebeck.net
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to