Tag Archives: library

Accessing the library dynamically

For an upcoming Video Jack project, I’ve been trying out accessing random elements from the library – without knowing previously if they were present there or not. I found some tutorials/references on the subject. To find if a class exists: … Continue reading

Posted in Flash | Tagged | Leave a comment

Exporting library symbols in ActionScript 3.0

One of the important changes from ActionScript 2.0 to 3.0 is exporting library symbols. Now, when you export a library symbol, you are creating a new class. This Adobe tutorial provides an interesting insight on this topic: http://livedocs.adobe.com/flash/9.0/main/00000215.html

Posted in Flash | Tagged | Leave a comment