RE: [Flashcoders] Tutorial for ASP.NET 2.0 using C# and AS3

2009-03-11 Thread TS
hVar"]; // how to access the POST var Response.Write("sent=" + "OK"); // how to send a var back %> -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Glen Pike Sent: Wedne

Re: [Flashcoders] Tutorial for ASP.NET 2.0 using C# and AS3

2009-03-11 Thread Glen Pike
Try making the server side page use GET and POST, then debug your page in the browser with a normal query string to make sure that works first... Then plug it into Flash - you can use LiveHTTPHeaders for get requests, or a debugging proxy for more serious stuff :) Dave Watts wrote: I can't s

Re: [Flashcoders] Tutorial for ASP.NET 2.0 using C# and AS3

2009-03-11 Thread Dave Watts
> I can't seem to find a good tutorial using ASP.NET 2.0 using C# and AS3. I'm > trying to figure out how to POST vars to an .aspx page or rather I think my > Flash code is correct so I need the code to catch the vars in the .aspx > page. I'm totally familiar with PHP but, not the M$ way =8o) > > .