Skip to main content
Participant
March 22, 2018
Question

Buttons to URL

  • March 22, 2018
  • 2 replies
  • 368 views

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)

This topic has been closed for replies.

2 replies

Colin Holgate
Inspiring
March 22, 2018

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.

kglad
Community Expert
Community Expert
March 22, 2018

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