1/29/2011 3:53:30 PM
Title:
Advice on organizing library items
Hi I'm working on a project that's pulling a lot of library items out onto the stage via attachMovie - there's not problem in doing so - it's just some of the items inside the main.fla are quite complex (ie; faceplates for a popup panel) and changing them from time to time is a little sluggish.
What's the best way to deal with library items for attachMovie? Is there a way to load them externally and still have them for LINKAGE? etc
Thanks!
1/29/2011 10:30:45 PM
to update a library item you can simply click the update button in properties window. This allows to update any object like image, sounds in library, rather than importing again.
For attachMovie you should have the object with instance name in library. You can create external libraries which load on runtime.
2/1/2011 6:42:03 AM
Thanks for your reply Wilbur, can you explain how to go about using external libraries? How do you do it?
2/2/2011 9:42:15 AM
I think you need to create shared Libraries. Shared library in flash can be a single swf containing symbols that can be used in multiple projects without the need to download again and again. Check this URL for tutorial on creating shared object library
http://www.kirupa.com/developer/flash8/shared_library.htm
2/2/2011 2:57:20 PM
Thanks Banni! I'll look into that