On Wed, Feb 14, 2007 at 01:00:51PM -0500, Henry Minsky wrote:
> example:
> 
> main.lzx:
> 
> <canvas>
>  <import name="lib" href="view-library.lzx" stage="late" />
> </canvas>
> 
> 
> view-library.lzx:
> 
> <library>
>  <text>Loaded</text>
>  <view y="20" width="100" height="100" bgcolor="red"/>
> </library>
> 
> The compiler will emit a file in build/main/view-library.lzx.swf
>
> but note that it won't contain anything very interesting, just function
> calls to
> LzInstantiateView(...)

lzc main.lzx ?
Using lzc-3.3.3 I don't get the view-library.lzx.swf, just the main.swf (73k).

--strk;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to