[Laszlo-checkins] r3827 - openlaszlo/branches/legals/docs/src/dguide

jsundman@openlaszlo.org jsundman at openlaszlo.org
Thu Feb 15 12:06:09 PST 2007


Author: jsundman
Date: 2007-02-15 12:06:07 -0800 (Thu, 15 Feb 2007)
New Revision: 3827

Modified:
   openlaszlo/branches/legals/docs/src/dguide/program-development.html
Log:
further elaboration about IE/Eolas 

Modified: openlaszlo/branches/legals/docs/src/dguide/program-development.html
===================================================================
--- openlaszlo/branches/legals/docs/src/dguide/program-development.html	2007-02-15 19:51:07 UTC (rev 3826)
+++ openlaszlo/branches/legals/docs/src/dguide/program-development.html	2007-02-15 20:06:07 UTC (rev 3827)
@@ -104,7 +104,7 @@
 <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>
+<h4 condition="swf"><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,
@@ -126,6 +126,9 @@
 web server. you will see that the error message will not be
 displayed.
 </p>
+<p>
+Please see also the discussion of <a href="http://blog.deconcept.com/2005/12/15/internet-explorer-eolas-changes-and-the-flash-plugin/">SWFObject</a> in <xref linkend="browser-integration"/> for a more complete discussion of embedding Flash files in HTML pages.
+</p>
 
 <h3>Debug and modify the program</h3>
 



More information about the Laszlo-checkins mailing list