Extending Flash |
|
|
|
| Objects > SymbolItem object > symbolItem.sourceFilePath | |||
Flash MX 2004.
symbolItem.sourceFilePath
Property; a string that specifies the path for the source FLA file as a file:/// URI. The path must be an absolute path, not a relative path. This property is used for shared library symbols.
The following example shows the value of the sourceFilePath property in the Output panel:
fl.trace(fl.getDocumentDOM().library.items[0].sourceFilePath);
|
|
|
|