Hi,
If the client browser's flash player version is not update to the
swf(solo app), there is not any information show to user and tell them to
update their flash player. I think the script in the html wrapper:
<script type="text/javascript">
lzLPSRoot = '/lps-3.3.3';
lzCanvasRuntimeVersion = 8 * 1;
if (lzCanvasRuntimeVersion == 6) {
lzCanvasRuntimeVersion = 6.65;
}
if (isIE && isWin || detectFlash() >= lzCanvasRuntimeVersion) {
lzEmbed({url:
'art.lzx.swf?&lzproxied=false&__lzhistconn='+top.connuid+'&__lzhisturl=' +
escape('lps/includes/h.html?h='), bgcolor: '#ffffff', width: '100%', height:
'100%', id: 'lzapp', accessible: 'false'}, lzCanvasRuntimeVersion);
lzHistEmbed(lzLPSRoot);
} else {
document.write('This application requires Flash player ' +
lzCanvasRuntimeVersion + '. <a
href="http://www.macromedia.com/go/getflashplayer" target="fpupgrade">Click
here</a> to upgrade.');
}
</script>
Does not work fine as it should, does it ?
Jake Yang