Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Apr 09, 2010 Apr 09, 2010

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?

514
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 09, 2010 Apr 09, 2010
LATEST

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')"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources