in the world of Open Source, there doesn’t seem to be a library and i am confused as to how to use library objects, particularly components without having a library to draw from.
i’ve tried
var me:MovieClip = attachMovie…
~
var me:Echo.Controls.Component = new Component()
me = attachMovie(“Echo.Controls.Component”…
~
i even tried:
var me:Echo.Controls.Component = new Component(attachMovie(“Echo.Controls.Component”…
none works. SO… anyone?