Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Graphics Forum


You are currently viewing our Graphics Forum as a guest. Please register to participate.
Login



Reply
Button Action Script Not Working
Old 05-05-2006, 02:15 PM Button Action Script Not Working
Experienced Talker

Posts: 37
Trades: 0
Greetings Forum,
I am back again with the same problem I posted a couple of weeks ago.
Can someone pleeeease help me???
I have a flash movie clip with a button whose action script is not working.

I am trying to load a php page into the browser with this button. The php page contains data that needs to be displayed. This data is in a field, in a table, in a mysql db.

There a five variables that I use on this php page and after going through several tutorials I know I am suppose to load these variables into the flash movie and then somehow pass them to the action script for the button that calls the php page.

I have tried, in vain to make this work but I can't seem to do it.

I know someone in this forum knows how to fix this or at least tell how to.

Here is my as for the movie...............(when the movie loads)

_root.loadVariables("&employer_id=$employer_id&s_n _email=$s_n_email&email=$email&email2=$email2&comp any=$company&resoption=$resoption");

and here is the as for my button.........

on (release) {
getURL("jobseekeroptions.php",0,"GET");
}

jobseekeroptions.php is the page that I am trying to get to display what is being pulled from the mysql database.

Since jobseekeroptions.php is kind of long I will post only the part of the script that pertains to my problem......................

<table border='1' cellspacing='0' width='100%'>
<tr><td>
<hr color='#000066'>";
$_GET['$company'];
$_GET['$resoption'];
$row = mysql_fetch_object($result);
{
echo "
$row->company<br>
<table border='1' width='102%'>
<tr>
<td>";
//This is a field in a table of mysql database
//This field holds a text page - resume_options.php
$row->$resoption;
echo"
</td>
</tr>
</table><br>";
}
echo "
<hr color='#000066'>

With this current setup teh php page jobseekeroptions.php loads into the browser but there is nothing on the page?????

I know it is something simple that I am missing here. Any help will be greatly appreciated. Thanks
bmalex is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Button Action Script Not Working
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.98591 seconds with 12 queries