Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Access of Undefined Property Root - AS2 - FLV video

Explorer ,
Aug 06, 2014 Aug 06, 2014

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



TOPICS
ActionScript
412
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 06, 2014 Aug 06, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Aug 06, 2014 Aug 06, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines