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

Buttons to URL

New Here ,
Mar 22, 2018 Mar 22, 2018

Hi guys. I need your help. i have old SWF animation (probably actionscript 1.0 or 2.0) with buttons which navigate to url. I have new website so i need to change URLs in scripts but i still get 1120 access of undefined property error. I tried many different codes but still the same problem. Can you help with that?

https://www.dropbox.com/s/79pt0esad1n370d/2018%20mapa_cviku_7.swf.rar?dl=0 Here is the file.

(sorry for my english, it is not my native language)

TOPICS
ActionScript
341
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
Community Expert ,
Mar 22, 2018 Mar 22, 2018

you're publishing an as3 file.  you should use cs6 to publish an as2 file.

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
LEGEND ,
Mar 22, 2018 Mar 22, 2018
LATEST

The file that you gave a link to is AS3. I think it is failing because none of your buttons have an instance name. 'button41' in the library would need that as an instance name for the addEventListener to work.

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