[Laszlo-checkins] r3826 - in openlaszlo/branches/legals/docs/src: dguide tutorials
jsundman@openlaszlo.org
jsundman at openlaszlo.org
Thu Feb 15 11:51:13 PST 2007
Author: jsundman
Date: 2007-02-15 11:51:07 -0800 (Thu, 15 Feb 2007)
New Revision: 3826
Modified:
openlaszlo/branches/legals/docs/src/dguide/program-development.html
openlaszlo/branches/legals/docs/src/tutorials/index.html
Log:
added note about spurious content block messages when developing in IE.
Modified: openlaszlo/branches/legals/docs/src/dguide/program-development.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/program-development.html 2007-02-15 18:42:20 UTC (rev 3825)
+++ openlaszlo/branches/legals/docs/src/dguide/program-development.html 2007-02-15 19:51:07 UTC (rev 3826)
@@ -104,8 +104,29 @@
<p>
The standalone compiler is called <code>lzc</code>. Its location depends on how you have installed OpenLaszlo. Developers who build OpenLaszlo from the source will find lzc in <code>$LPS_HOME/WEB-INF/lps/server/bin/</code>. Developers who install OpenLaszlo with a binary installer will find it in the directory <code>OpenLaszlo Server 3.x.x/bin</code>.</p>
<p>Developers with more than one version of the OpenLaszlo server in play should define an alias: <code>alias lzc='$LPS_HOME/WEB-INF/lps/server/bin/lzc'</code>. By defining an alias based on $LPS_HOME, one can have multiple shells -- each with a different $LPS_HOME -- and the alias will map to the correct compiler for each shell</p>
+<h4><a name="IE_spurious_warning" id="IE_spurious_warning"></a>Spurious Internet Explorer Content Block Warning</h4>
+<p>
+If you open a local
+SWF file in Internet Explorer, or an HTML page that accesses a local SWF file in Internet Explorer,
+you will get a "blocked content" warning message. You can safely disregard this message and continue developing. Here is why: this is not a problem with OpenLaszlo nor is it a problem with IE per se. Rather it is a security feature built into IE
+to keep viruses from accessing ActiveX controls, and it only appears when you're developing applications, not when you're deploying them.
+</p>
+<p>
+Internet Explorer uses an ActiveX
+control to display Fash files. It assumes that a local file
+trying to access an ActiveX control may very well be a virus, so it
+puts up the warning.
+</p>
+<p>
+When you actually deploy your OpenLaszlo
+application, however, it will be served to your visitors through a Web Server
+(IIS, Apache, etc) off of an actual domain, and therefore will not
+show the error message. To verify this, run a web
+server locally on your system and serve the page off of your local
+web server. you will see that the error message will not be
+displayed.
+</p>
-
<h3>Debug and modify the program</h3>
<p>
Modified: openlaszlo/branches/legals/docs/src/tutorials/index.html
===================================================================
--- openlaszlo/branches/legals/docs/src/tutorials/index.html 2007-02-15 18:42:20 UTC (rev 3825)
+++ openlaszlo/branches/legals/docs/src/tutorials/index.html 2007-02-15 19:51:07 UTC (rev 3826)
@@ -59,6 +59,6 @@
</body>
</html>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2001-2007 Laszlo Systems, Inc. All Rights Reserved. *
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
More information about the Laszlo-checkins
mailing list