actionscript 3 - ArgumentError: Error #1508: The value specified for argument font is invalid -


i have air application loads external swf when prompted user. in external swf, have class loads necessary fonts particular swf. when air application attempts load swf argumenterror: error #1508: value specified argument font invalid. ideas? thanks.

i decided not load font libraries external swf used , opted use fonts loaded @ runtime main application.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -