Hi Riccardo !

your cgi must return you variables in the form of:

&var1=data of var1&var2=data of var 2

and in flash in the onLoad method you use

my_lv.onLoad = function(success){
  if(success){
     trace(this.var1); // this is the var name you defined in your cgi
     trace(this.var2);
  }
}

Rodrigo

On 5/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

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