use php session whithin flash button?
Hello,
I'm using Flash to do the visual work of an php website, but I got a really big problem here.
I've a find textfield and a find button, calling a php function, working almost perfectly, but... if user is not logged.
if he is I can't find a nice way of tell flash that user is logged and that he must pass to php the string to find and the session variable I need to make this work like a charm.
I use this litle code as my flash button action
var path_php:URLRequest = new URLRequest("produtos.php?javascript:*checkTermo*();&pT="+pesquisa.text+"&search=1");
navigateToURL( path_php , "_self" );
How to include & session['d']&session['o'] ? (those are php sessions)
Thanks!