The gods seldom listen to their public. I don’t say that the same applies to the AS3 geeks and gurus; except for some times
This query actually relates to my previous un-resolved thread, but with a twist. This time, I have downloaded the example from the following link (kindly referred to by dandylion13).
http://www.adobe.com/devnet/flash/ar…tadata_04.html
This example pertains to the Embedded Font within a Class. I simply downloaded the example, as it is, and used it as a Document class in my FLA. But, it resulted in the following errors:
[LIST]
[]1017: The definition of base class FontAsset was not found.
[]5000: The class ‘FontClass’ must subclass ‘flash.display.MovieClip’ since it is linked to a library symbol of that type.
[/LIST]
The FLA has the following library path:[INDENT] $(FlexSDK)/frameworks/libs/flex.swc
[/INDENT]and Flex SDK 3.4 is in the following location, on my PC:[INDENT]C:/Program Files/Adobe/Flex_SDK_3-4
[/INDENT]I am struggling with this issue for the last 3 days. As their faithful follower, I have special request to the gods of AS3 for the rescue.