PDA

View Full Version : flash button linking to php


jammy
03-28-2004, 06:54 AM
hi all,
i'm doing a simple mailing list in php, when a user subscribes or unsubscribes they are shown the approptiate html details, ie thanks for subscibing joe soap or you have been unsubscribed along with all the other html details. I have a button in flash which i want to take the user to this php script. i have been trying
on (press) {
getURL("mysql_php.php", "_blank");
}
which doesn't work. So the question is how can i get to the .php externally, i realise i could do it in flash but don't really want to.
thanks for any tips
the
green
one :)

xxlm
03-28-2004, 07:12 AM
this should work...
Any fla?