stage="late" causes the library to get loaded (via loadMovie()) after the main app is up and running, while stage="defer" waits until you expliicitly call "load()" on the named library object.
On 2/26/07, Henry Minsky <[EMAIL PROTECTED]> wrote:
stage="defer" or stage="late" will both work On 2/26/07, strk <[EMAIL PROTECTED]> wrote: > > > On Mon, Feb 26, 2007 at 04:58:37PM -0500, Henry Minsky wrote: > > Can you try this > > > > main.lzx: > > > > <canvas> > > <import href="mylib.lzx"/> > > </canvas> > > Compilation errors occurred: > main.lzx:2:27: required attributes missing > name is a required attribute of import; compilation aborted > > Adding name attribute: > > stage is a required attribute of import; compilation aborted > > What's a valid value for the 'stage' attribute ? > > --strk; > -- Henry Minsky Software Architect [EMAIL PROTECTED]
-- Henry Minsky Software Architect [EMAIL PROTECTED]
_______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

