ya… I dunno how to try to sum this up in a sentence but I think that title give’s ya an idea.
I have a class. Let’s say it’s a video player and I have a library of art for it. So I now want to load the swf of this video player into another project and type it as videoPlayer (class file).
The problem with this is the class starts looking in the parents library for the linked art. A simple fix is copy over all the objects with a linkage id from the original video player fla. But I would rather not to reduce file size.
Any idea’s on how to get around this or what it is I’m doing wrong?
Thanks a lot.