Skip to main content
Known Participant
April 9, 2010
Question

How to script button to go to URL inside of flash form

  • April 9, 2010
  • 1 reply
  • 552 views

If a button is of type="button", how would you script it to go to a URL?

Would you use ActionScript 2 or 3 for ColdFusion 8 instead of JavaScript?

    This topic has been closed for replies.

    1 reply

    Known Participant
    April 9, 2010

    I figured it out. I had to use ActionScript inside of javascript, such as

    onclick="window.location='http://www.lynda.com'"

    This worked:

    onclick="getURL('http://www.adobe.com')"