Asp.net and Flash Variables...........
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have made a flash interface that opens web pages I have created in asp.net. The problem I have is that my whole site basically needs session variables to run, and these variables are decided on the opening page, which is now Flash, depending on the users selection. So I know that Flash variables can be sent using POST. But how do I retrieve these variables through Asp.Net/VB.net? Thanks.