Copy link to clipboard
Copied
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)
Copy link to clipboard
Copied
you're publishing an as3 file. you should use cs6 to publish an as2 file.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now