$_SESSION vars

Hi!

I’ve made a login system for my site using SESSIONS, when you log-in have one little pannel when appear ur name… in PHP it’s simple…

<? echo $_SESSION[“user”]; ?>

but now i want to make this “panel” in flash, but i haven’t any idea about how to do it in flash…

Someone can help me???

You can make a login screen in flash and place textboxes for username and password and a button to login.

When you hit the login button take the content of username and password fields and send it to server using either loadvariables method or LoadVars class for authentication and then respond back appropriately.

skyo sucks monkey balls!