Moving Embedded fonts from Parent SWF to External Child SWF

Do you know if its possible to ‘move’ embed fonts sitting in a parent .SWF to that of an externally loaded .swf?

I understand that **attachMovie ** can only link to the SWF’s own library and not externally so that will be out of the question.

BUT, got a theory, (not in front of Flash at the moment) say I place in the parent SWF a movieclip that contains the embedded fonts textfield, call it “fonts_mc”. (which will be used for the PARENT’s fonts as well).

Then use a moviecliploader to load the child SWF into parent SWF.
Use on .onLoadInit listener, run a duplicateMovieCliip, to duplicate the “fonts_mc” movieclip into the child SWF. Will it work? Will the child SWF get the fonts?

Sorry I’m at a computer that doesnt have Flash installed, only be able to test this in a few hours time.

Puleez Lemme kno if this can be done, or if there is another method that actually works.

(Just please don’t say ‘use a shared library’) :expressionless: