Hi There, Merry Christmas!
We have a website that works ok. But when we deploy it as solo, it does not support Chinese anymore. We are using the HTML wrapper as below (generated by OpenLaszlo's facility). As I said above, if we run the lzx directly (i.e., USTC.lzx), it works just fine. Is there something we need to specify when convert it to the solo deployment? Thanks! Chen Ding 1 <!DOCTYPE html 2 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " http://www.w3.org/TR/html4/loose.dtd"> 3 <html> 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link rel="SHORTCUT ICON" href=" http://www.laszlosystems.com/favicon.ico"> 7 <title>Zykie Application</title> 8 <style type="text/css"> 9 html, body { margin: 0; padding: 0; height: 100%; } 10 body { background-color: #eaeaea; } 11 </style> 12 </head> 13 14 <body> 15 <object type="application/x-shockwave-flash" 16 data=" http://192.168.99.99:8080/lps-4.6.1/prod/Homepages/USTC.lzx.swf8.swf?lzproxied=false " 17 width="100%" height="1500"> 18 <param name="movie" 19 value=" http://192.168.99.99/lps-4.6.1/prod/Homepages/USTC.lzx.swf8.swf?lzproxied=false "/> 20 <param name="quality" value="high"/> 21 <param name="scale" value="noscale"/> 22 <param name="salign" value="LT"/> 23 <param name="menu" value="false"/> 24 <param name="allowFullScreen" value="true"/> 25 </object> 26 </body> 27 </html>
