Can you post some actual code?  It sounds like either you are executing
toString on the LoadVars function itself rather than an instantiated
LoadVars object, or you have forgotten the parentheses:
'LoadVars.toString()' instead of 'LoadVars.toString'.

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

Hi,
i have a perl cgi that pass variables to a flash movie.
Usually i use c++ but this time i need to use perl, so...

Tha problem is that when i run onLoad method it loads but i'm unable to take

variables values.
So i tried the LoadVars.toString method and it return [type Function] ... 
what means?

Thanks,Riccardo
_______________________________________________
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