nicewebguy
08-09-2001, 07:44 PM
Hi,
I'm embarking on a large Flash project - a front end to a content management system done in PHP. I've got about 50 highly complex screens that all use the same widgets for fields, popup menus, checkboxes, etc. It's become evident that I'm going to have to break this up into multiple flash movies and I'm wondering what the best way would be.
What first comes to mind is to put all my widgets into a shared library and then build a separate flash file for each screen using these assets. Each screen would be a movie clip that is shared with one main movie that contains the shared code base.
Is this sensible? Should I be staying away from shared libraries? Is it better to use loadMovie than set up stuff in the score like this?
Thanks for any advice you might have...
doug
I'm embarking on a large Flash project - a front end to a content management system done in PHP. I've got about 50 highly complex screens that all use the same widgets for fields, popup menus, checkboxes, etc. It's become evident that I'm going to have to break this up into multiple flash movies and I'm wondering what the best way would be.
What first comes to mind is to put all my widgets into a shared library and then build a separate flash file for each screen using these assets. Each screen would be a movie clip that is shared with one main movie that contains the shared code base.
Is this sensible? Should I be staying away from shared libraries? Is it better to use loadMovie than set up stuff in the score like this?
Thanks for any advice you might have...
doug