User Guide
Manuals
Brands
Macromedia Manuals
Other
FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
191
192
193
194
195
196
197
198
199
200
200
Chapter 3: Objects
Example
The following example changes the selected symbol
to refer to the first item in the library:
fl.getDocumentDOM().selection[0].libraryItem =
fl.getDocumentDOM().library.items[0];
1
...
...
198
199
200
201
202
...
...
386