On 2006-03-25 19:43 EST, [EMAIL PROTECTED] wrote: >> We definitely want to be able to do things like that, and this is >> a first step toward it. >> > > Great. This is very positive indeed - I have a wealth of ideas for > apps that rely on the ability to import laszlo swfs into other > laszlo swfs and it seems to crop up often as a requested feature. > > Is it possible to include such functionality early on? I would > propose the addition of an "import" tag to the <canvas>. By default > this could be set to false, causing the lz core module to be > automatically included. > > Setting <canvas import = "true" name = "myUniqueName" > would omit > the lz module, and could allow importing of the compiled applet > into another laszlo applet as a resource.
The syntax may be a little different. Most likely there will be a compiler option to say that you are creating a swf that will share the core. Somehow we need to distinguish between not using the core at all and using the core and using the core but expecting to get a shared copy. > Is this something that sounds feasible? In the near term, are you aware of the <import> tag, that will let you load a library at runtime? I think you can go a long way with that. Although not officially supported, you can even unload a library that you import. _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
