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);