Я бы посоветовал не вставлять этим ключом внешние ресурсы
http://help.adobe.com/en_US/flex/usi...9084-7ad5.html
Цитата:
|
All classes and components must be statically linked into the resulting library. When you use the compc compiler to create the library, do not use the include-file option to add files to the library, because this option does not statically link files into the library.
|
Лучше сделать так

Код AS3:
[Embed(source="logo.gif")]
public var imgCls:Class;
http://livedocs.adobe.com/flex/3/htm...t=embed_4.html