toString is a method, not a property.  Try list_lv.toString(); instead.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, May 03, 2006 1:13 PM
To: flashcoders@chattyfig.figleaf.com
Subject: RE: [Flashcoders] LoadVars problems

Here is the code :

list_lv.onLoad=function(success:Boolean)
{
    if(success)
   {
 //test is the var associated to a text area
     test = list_lv.contentType+" "+list_lv.toString;
  }
}
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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

Reply via email to