Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

calling php from flash

Options
  • 25-03-2004 6:40pm
    #1
    Registered Users Posts: 155 ✭✭


    hi all,
    trying to do something which i'm sure is pretty straightforward but am having some problems. heres what i'm at, i have a flash button, the actions i have associated with this button should call somefile.php and thats it. But it keeps saying somefile.html not found so i'm guessing the getURL() function in flash is only for html?? Heres what i have for my actionscript
    on (press) {
    getURL(somefile.php);
    }
    any ideas, should i be providing other parameters and if so what are they?? ta for any help
    tammy


Advertisement