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

1120 Error: Flash SWF in Animate

New Here ,
Feb 26, 2021 Feb 26, 2021

Since Flash has been phased out, I need to create swf files in Animate. The code ebedded into the action frame is necessary for this file to run on the intended device. But Animate says "_root" is an undefined property. How can I keep this code embedded without errors? I know the better solution is to create a different file type since Flash has been phased out, and I will eventually do that, but I need an immediate solution. The device is playing outdated artwork and I need an udpated swf ASAP.

 

brittanyr65474318_0-1614376829710.png

 

148
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
Community Expert ,
Feb 27, 2021 Feb 27, 2021
LATEST

there's not _root in as3, but you can use root or more safely, assuming the main timeline/document class is a movieclip, MovieClip(root).

 

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