Re: [Flashcoders] LoadVars need to pass a var that is a keyword to a php script

2009-06-09 Thread Juan Pablo Califano
Hi,

Try

message[for] = blahblah;

Cheers
Juan Pablo Califano

2009/6/9 TS sunnrun...@gmail.com

 Hello,

 Ver: AS2

 I have an authentication form that needs vars passed to it via a loadVars
 object POST. I'm building my object up as such:

 message.uid = jimbo;
 message.for = somesite.com;

 I have to use for as the var name to send to the auth.form script.
 However, the Compiler obviously has a problem with this. Does anyone know a
 workaround for this?


 At least this is an attempt to solve the problem of authenticating the swf
 inside the members area. Every time the swf file tries to call up a file
 within the members area, it sends back the login page.

 Thanks ahead, T

 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] LoadVars need to pass a var that is a keyword to a php script

2009-06-09 Thread Karl DeSaulniers

Try

message.URL = somesite.com;

Karl

Sent from losPhone

On Jun 9, 2009, at 9:02 PM, TS sunnrun...@gmail.com wrote:


Hello,

Ver: AS2

I have an authentication form that needs vars passed to it via a  
loadVars

object POST. I'm building my object up as such:

message.uid = jimbo;
message.for = somesite.com;

I have to use for as the var name to send to the auth.form script.
However, the Compiler obviously has a problem with this. Does anyone  
know a

workaround for this?


At least this is an attempt to solve the problem of authenticating  
the swf
inside the members area. Every time the swf file tries to call up a  
file

within the members area, it sends back the login page.

Thanks ahead, T

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders