Skip to main content
Participant
August 6, 2014
Question

Access of Undefined Property Root - AS2 - FLV video

  • August 6, 2014
  • 1 reply
  • 425 views

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 11120: Access of undefined property _root.
Scene 1, Layer 'actions', Frame 163, Line 1, Column 11120: Access of undefined property _root.
Scene 1, Layer 'actions', Frame 169, Line 1, Column 11120: Access of undefined property _root.
Scene 1, Layer 'actions', Frame 175, Line 1, Column 11120: 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);



This topic has been closed for replies.

1 reply

Ned Murphy
Legend
August 6, 2014

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.

mikeCAAuthor
Participant
August 7, 2014

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.