I worked in flash cs3. Have “People.swf”- library MovieClips, they have export for actionscript and first frame. Names classes “Head1″…”Head2” and so on.
How i make create object “Head1” in other flash project?
I worked in flash cs3. Have People.swf- library MovieClips, they have export for actionscript
Share
load your “library.swf” into a new ApplicationDomain within your application and
try something like that:
regards..