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.
