PDA

View Full Version : Flash MX.HOWTO? : Locate component in the library via LinkageID


JabbyPanda
02-12-2003, 12:45 PM
How can I locate the asset in the library when I know its Linkage ID?

I mean the exact path through the folders to this asset .

Right now I just open and close all the folders in the Library while I am looking for those assets.

Thank you

Artie Effem
02-12-2003, 11:13 PM
er, I don't think there is a "path" associated with the folders - they are just for your visual organisation. As far as MX is concerned I think they are all in the same library - they just must have unique ID (names are different). So in theory you must just address them by ID - no path required - unless youare using an external Library?

JabbyPanda
02-12-2003, 11:50 PM
Ok, the addresing issue is not so important now,, but searching for the asset among 500 other assets became tricky...

Thank you for the answer.