Author: lou
Date: 2007-10-31 10:50:45 -0700 (Wed, 31 Oct 2007)
New Revision: 7059

Modified:
   openlaszlo/trunk/docs/src/developers/proxied.dbk
Log:
Change 20071031-lou-F by [EMAIL PROTECTED] on 2007-10-31 11:08:59 AST
    in /Users/lou/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Chapter 25 Section 3.1.1 correct example url and minor error in 
following information

Bugs Fixed: LPP-4927

Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: John Sundman

Documentation:

Release Notes:

Details:
changed 
http://localhost:8888/[server]/crossdomain.xml
to
http://[server]/crossdomain.xml 

change browser warning to Flash warning, and make it a <note>

Tests:



Modified: openlaszlo/trunk/docs/src/developers/proxied.dbk
===================================================================
--- openlaszlo/trunk/docs/src/developers/proxied.dbk    2007-10-31 15:14:51 UTC 
(rev 7058)
+++ openlaszlo/trunk/docs/src/developers/proxied.dbk    2007-10-31 17:50:45 UTC 
(rev 7059)
@@ -259,20 +259,24 @@
 <para>
 2. put this code in your OpenLaszlo application:
 </para>
+<!-- fix LPP-4927: Chapter 25 Section 3.1.1 misleading example url and minor 
error in following information. IORIO 31 oct 2007 -->
 <programlisting>
 &lt;script&gt;
-System.security.loadPolicyFile("http://localhost:8888/[server]/crossdomain.xml";);
+System.security.loadPolicyFile("http://[server]/crossdomain.xml";);
 &lt;/script&gt;
 </programlisting>
 <para>
 Where "server" is the name of the directory in which the crossdomain file 
resides.
 </para>
+<note>
 <para>
-Note also that some versions of browsers do not recognize the
+Older versions of the Flash player do not recognize the
 crossdomain.xml file when asked to do POST requests, but do recognize it for
-querystrings.  If this situation arises, the user will have to upgrade to an 
accommodating browser in order to make POSTs.
+querystrings.  If this situation arises, you will have to upgrade your Flash 
player to version 7,0,68,0 or higher in order to make POSTs.
 </para>
-<para/></section><section><title condition="dhtml">Restrictions on 
DHTML</title>
+<para/>
+</note>
+</section><section><title condition="dhtml">Restrictions on DHTML</title>
 <para>
 In SOLO applications compiled to DHTML, the application and the data do not 
originate at the same URL, the data load will fail. This is a consequence of 
the XMLHTTPRequest() object, which enforces this policy. There are 
browser-specific workarounds to this problem, but they are nonstandard and not 
recommended. 
 </para>


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to