all groups > coldfusion flash integration > june 2005 >
You're in the

coldfusion flash integration

group:

button onclick


button onclick nm1m
6/15/2005 8:32:30 PM
coldfusion flash integration:
I have a flash form with a button. When the button is clicked, I would like
the "onClick()" function to forward the user to a different page that I will
specify. This is easy enough in Javascript--I just update the location object.
How do I do it in a flash form?

Thanks,

nm1m
Re: button onclick nm1m
6/16/2005 12:00:00 AM
Thanks, Ken. That makes my life a lot easier. I had noticed the getURL
function in the Actionscript library, but had assumed (wrongly it seems) that
it just returned the current URL without actually doing anything.
Re: button onclick The ScareCrow
6/16/2005 7:13:58 AM
You use the flash function of
getURL("http://www.macromedia.com", "_blank", "POST");


AddThis Social Bookmark Button