I can also open (redirect) the current lzEmbbed movie url to another by JS can't I?

On Wed, 2006-10-11 at 16:45 +0100, DL wrote:
On 11 Oct 2006 at 15:00, Kimus Linuxus wrote:


> Is it possible to navigate between LZX applications?
>
> Instead of developing an application in one single XML file and all the logic to show and hide panels and windows I want to navigate between several LXZ.
> Is this possible


Yes .. you can do this .. e.g. it is useful for skinning with multiple lzx.swf compiled files.


As pointed out you cannot import multiple lzx movies into an lzx parent movie.


This allows HTML Objects to be included in the "browser canvas" (view port).


There is a thread in laszlosystems forum explaining layout with multiple swf files.


The summary is ..


(a) Give each lzx app a unique ID in canvas tag (otherwise, they will all have the default ID "lzapp").


(b) Use SWFObject.js (not embed.js) for writing/rendering the multiple movies into different div containers in HTML wrapper pag.


(c) Each div container should have a unique class and ID in div tag.


(d) CSS stylesheet defines class properties of all div containers.


(e) _javascript_ can drive the properties of the div containers . e.g. hide/show/reposition.


(f) If all movies are compiled as Flash 8, then ExternalClass API can be used to communicate between movies. For earlier Flash versions, different inter-movie communications techniques must be used.
SWFObject also allows FlashVars to be passed easily by calling SWFObject function.


 DL
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to