Environment:
Flash, Action Script 3
Scenario:
publishing FLA and getting the error "Error #1046: Type was not found or was not a compile-time constant: TextField"
Problem:
You have not imported everything you are including in your movieClip. For example if you are using dynamic textField inside your movieClip and you didn't imported the TextFiled class
Even if you create a dynamic text field and yet you didn't create the code to handle this dynamic text field you'll see this error.
Solution:
Import the the relevant class.
In this case:
import flash.text.TextField;
Showing posts with label as3 flash import action script. Show all posts
Showing posts with label as3 flash import action script. Show all posts
Subscribe to:
Posts (Atom)
linux bulk prefix filenames
In order to bulk add prefix to filenames in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...
-
In order to bulk add prefix to filenames in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...
-
Flash Builder 4 (Flex) +Google Chrome : Failed to connect; session timed out Or "Show redraw regions" don't appear although ...
-
See the Pen JS Inheritance OOP by Ariel Barkan ( @ArielBarkan ) on CodePen .