el_beardo
03-14-2005, 12:59 PM
Ok not sure if im posting this in the right forum but here goes....
I have a login form created in flash that passes its variables to an asp page which checks them against a database and if correct directs to another page. This is another asp page with this
Welcome <b>
<% Response.Write(Session("userID")) %>
</b> to the password proteceted area of the web site.
on it to welcome the user. I was wondering if it were possible to have a dynamic text box in flash with the userID session object passed to it(to write the userId into it)? Would i need a bit of asp to assign it to another variable that flash can use?
Any help would be much appreciated,
thanks,
rob
I have a login form created in flash that passes its variables to an asp page which checks them against a database and if correct directs to another page. This is another asp page with this
Welcome <b>
<% Response.Write(Session("userID")) %>
</b> to the password proteceted area of the web site.
on it to welcome the user. I was wondering if it were possible to have a dynamic text box in flash with the userID session object passed to it(to write the userId into it)? Would i need a bit of asp to assign it to another variable that flash can use?
Any help would be much appreciated,
thanks,
rob