Цитата:
Сообщение от wvxvw
Со слешем впереди лучше не делать, т.как можно перепутать с абсолютными путями.
|
Цитата:
If the path does not start with a slash character, Flex first searches for the file relative to the file that contains the [Embed] metadata tag.
If the path starts with a slash character, Flex first searches the directory of the MXML file for the asset, and then it searches the source path.
|
Т.е., по-русски это так:
Если начинается со слеша, то это путь построенный от корня проекта (source-path параметр компиляции)
Если НЕ начинается со слеша - путь построенный от файла с объявленным мета-тегом Embed