External swf Font.enumerateFonts()

Hello,

I’m coding a FontRegister class that register fonts from an external library.swf.

Instead of writing ‘manually’ all the font class names as strings (“MyFont1”,“MyFont2”,…) to be registered via getDefinition(), I wanted the script to automatically list and register all the fonts in the loaded swf.

Font.enumerateFonts() only works on the current ApplicationDomain… How do I check|trigger enumerateFonts in library.swf when loading is complete?

Thanks in advance,
T