[flexcoders] Passing variables from ASP to flex Application

2008-10-08 Thread Mark
I would like to pass session variables in to a flex application so it remembers the user one i get into my application(flex which im using as a platform).

Re: [flexcoders] Passing variables from ASP to flex Application

2008-10-08 Thread Adrian Williams
Hi Mark, The way I solved this challenge in our app (which is using C#/.NET for the data layer) was to create a web service call from our flex app, calling a C# WSDL. The WSDL calls a process that extracts the session variables and returns them as normal data points into the flex app,