Greetings Forum,
I have a flash movie that is opened inside of a .php file. This movie has a button that when clicked, opens a .php page. My question is …
How do I get this button to include the variables that or associated with this .php file ??
When a user clicks this button I need it to read and load the php varibles so that the script will pull certain data out of a mysql database.
I have tried loading the variables into the movie with…play,load variables and I have tried to load the variables into the button on release event but nothing is working !!
Here is the as. for my button…
on (release) {
_root.loadVariables("&s_n_email=$s_n_email&company=$company&email2=$email2","confic.inc");
_root.getURL("jobseekeroptions.php","_blank");
I have searched this and other forums high and low for answers and have found no help !!
Can someone please help me with this?? I am very desperate to get this button to work right, as I am under a deadline.
Thanks in advance