Flash Question , Please Help
Flash Question , Please Help
- Started
- Last post
- 4 Responses
- agent_lulu
I need help in Flash.
How do I link a php file on a flash button ? Do I use getURL ?I have this link from html
my card= "mycards.php?id="
how should I make it work in flash ?
please help..thanks
- ********0
The power of Google, it's truly amazing: http://www.mambers.com/showthrea…
- jkosoy0
Now if you meant you want PHP and Flash to work together....
- agent_lulu0
Hmm,.. I try to serach for answer/sample.. but couldn't find one that I understand.
(I'm not a flash master.)here's what I want to do,.
I created a flash menu, and I want the button to link with php file. I tried the getURL, and it's not working.
Hmmmm....
- kbags0
on (release) {
getURL("YOURURL.php", "_self");
}