Hi,
I have built a component, but the assets do not appear in the symbol library of the destination fla when I drag the component to the stage. This is fine, except that I have embedded a font in the component. To ensure the font exists in the destination swf, it must exist in the symbol library of the destination fla.
My component extends the UIComponent class, and I have a component shim, although I’m still not entirely sure of its function.
I have followed all of the steps found in the 9 part MenuBar tutorial, and everything works, except for this one issue.
How do I ensure the assets of my component are brought into my destination file when I drag the component from the component panel on to the stage?