Copy link to clipboard
Copied
Hello.
I have a site that is video intensive with several FLV files associated with it. (Action Script 2)
I am in the process of updating the site however in Flash CC 2014 I get the following errors:
Scene 1, Layer 'actions', Frame 158, Line 1, Column 1 | 1120: Access of undefined property _root. |
Scene 1, Layer 'actions', Frame 163, Line 1, Column 1 | 1120: Access of undefined property _root. |
Scene 1, Layer 'actions', Frame 169, Line 1, Column 1 | 1120: Access of undefined property _root. |
Scene 1, Layer 'actions', Frame 175, Line 1, Column 1 | 1120: Access of undefined property _root. |
Here is the code placed in the action that used to work in previous versions of Flash:
_root.container.loadMovie("aboutPREVIOUS.swf",1);
Copy link to clipboard
Copied
As far as I know, Flash CC does not support AS2, so it will not recognize common AS2 code such as _root.
If there is no relationship to AS3 for this posting/file/effort, you should post in the AS2 forum instead of here.
Copy link to clipboard
Copied
Thanks Ned! Appreciate the time you took to answer. I will try the AS2 forum also.
I was hoping there would be a new Action code to update the previous one so that the Flash file could be revised in Flash CC.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now