So I'm wanting to pass the php session id in my flash navigation. How do i do this?
my sessions var is $sessionID and inside of flash I have a link to say calendar.php?id=$sessionID.. but as i'm sure all of you know that doesn't work inside of flash (the $sessionID doesn't get parsed by php and therefore the sessionID doesn't get passed through the flash navigation).
So my question is how do I pass the $sessionID to the flash movie so that when my user clicks on a links like calendar.php the sessionID will be pasted with it?
thanks!