Ok so that works good and every engine accept for webkit , is that a certain webkit version that doesn't work with openlaszlo ? All I get is a plugin symbol .
On Thu, Mar 26, 2009 at 2:42 PM, Henry Minsky <[email protected]>wrote: > If you want a SOLO app, maybe the best thing would be to run the SOLO > deployer tool (either from the 'SOLO' button on the LPS dev console, or from > the new command line tool (as of LPS 4.2), lzdeploy. > That will build you a zip file with everything you need, which is really > just the .swf and a wrapper html file, that you can customize. > > > > 2009/3/26 fit4lfe <[email protected]> > > Trying to Embed lzx files on a run time platform called titanium >> http://titaniumapp.com/ >> >> I have tried to use just swf files using SWFObject and the embed.js script >> for openlaszlo >> >> Here is what I have its very short but trying to get an example to work. >> >> >> PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " >> http://www.w3.org/TR/html4/loose.dtd"> >> <html> >> <head> >> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> >> <link rel="SHORTCUT ICON" href=" >> http://www.laszlosystems.com/favicon.ico"> >> <script type="text/javascript" src="embed.js"></script> >> <title>hello example</title> >> <script type="text/javascript"> >> >> lzEmbed({url: >> 'copy-of-hello.lzx?lzt=swf&lzr=swf8&debug=false&lzproxied=false&__lzhistconn='+top.connuid+'&__lzhisturl=' >> + escape('lps/includes/h.html?h='), bgcolor: '#ffffff', width: '100%', >> height: '100%', id: 'lzapp', accessible: 'false'}); >> lzHistEmbed(''); >> >> </script> >> >> >> When I load the script I get just a blue plugin because Titanium works on >> webkit. >> >> Any help is appreciated thanks. >> > > > > -- > Henry Minsky > Software Architect > [email protected] > > >
