# Button Help Please

**URL:** https://forum.kirupa.com/t/button-help-please/190910
**Category:** flash
**Created:** [June 15, 2006, 4:03pm UTC](https://forum.kirupa.com/t/button-help-please/190910 "2006-06-15T16:03:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bmalex](https://avatars.discourse-cdn.com/v4/letter/b/34f0e0/32.png) [@bmalex](https://forum.kirupa.com/u/bmalex)
#### Post date: [June 15, 2006, 4:03pm UTC](https://forum.kirupa.com/t/button-help-please/190910/1 "2006-06-15T16:03:22Z")

</div>

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…

```auto

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
