A little addition to a previous post on adding symbols dynamically from the library. I was having difficulty adding classes(that weren’t in the library) dynamically – they weren’t being recognised. var classRef:Class = getDefinitionByName(“Square”) as Class; var shape:IShape= new classRef()…