Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loadvariables 1

Status
Not open for further replies.

Cheech

Technical User
Nov 6, 2000
2,933
EU
Code:
loadVariables("email.php","POST");
I am trying to use the above to send an email. I have tested the php and all is okay.
If I put thie swf in an html page and use
Code:
_root.loadVariables("email.php","POST");
it works as planned.

My problem is that the form swf has to be embedded in another swf (flipbook) & I cant seem to get the correct format of the load statement. what should I be using instaed of _root ?

Cheech

[Peace][Pipe]
 
or how do I find out the name of the current swf in order to use something like
Code:
this.loadVariables("email.php","POST");

[Peace][Pipe]
 
Cheers for that its now working as required

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top