Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can access SESSION variables from ASP.NET into Macromedia Flash 8. Kunal Sagwaria
You can't. A session variable never leaves the server, and the flash is running on the client. If you want to access the value from the session variable, you have to send it along in the page.
--- b { font-weight: normal; }
You cannot access Session variables directly, however you can make the session data available as GET / POST variables to your flash script.