Показать сообщение отдельно
Старый 22.11.2012, 18:54
terbooter вне форума Посмотреть профиль Отправить личное сообщение для terbooter Найти все сообщения от terbooter
  № 2  
Ответить с цитированием
terbooter

Регистрация: Oct 2006
Адрес: Novosibirsk-Kaliningrad
Сообщений: 1,278
Отправить сообщение для terbooter с помощью ICQ Отправить сообщение для terbooter с помощью Skype™
Я бы посоветовал не вставлять этим ключом внешние ресурсы
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