ex: myapp.lzx.swf
On Wed, 2006-10-11 at 11:20 -0400, P T Withington wrote:
On 2006-10-11, at 11:04 EDT, Kimus Linuxus wrote: > Just need to navigate from one LZX to another LZX without reloading > the > browser (if possible) !! > > A possible solution; > - If is possible to have a <view> with a SWF resource, so there is > possible that resource be a LZX right? No. LZX does not support embedding another LZX app. > - And at rutime I can switch the <view> resource. change form 1.lzx > url > to 2.lzx url. right? If you are just talking about structuring your app so that different top-level views are visible at different times, then the suggestion of includes is appropriate. You might also look at import which will allow you to load pieces of your program at run time. http://www.laszlosystems.com/lps-3.3/docs/guide/program- structure.html#d0e6606 If you truly want separate applications, you want to look at the browser communication features and us browser _javascript_ to load your apps into the html wrapper page.
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
