jimw Wed Jan 2 06:51:18 2002 EDT
Modified files:
/phpdoc/en/functions ming.xml
Log:
swfaction: incorporate user notes re: getURL and loadMovie
Index: phpdoc/en/functions/ming.xml
diff -u phpdoc/en/functions/ming.xml:1.30 phpdoc/en/functions/ming.xml:1.31
--- phpdoc/en/functions/ming.xml:1.30 Sat Dec 15 09:47:51 2001
+++ phpdoc/en/functions/ming.xml Wed Jan 2 06:51:18 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
<reference id="ref.ming">
<title>Ming functions for Flash</title>
<titleabbrev>Ming (flash)</titleabbrev>
@@ -3782,22 +3782,22 @@
<varlistentry>
<term>getURL(url, target, [method])</term>
<listitem>
- <simpara>
- Load the given url into the named target. The target argument can be a
- frame name (I think), or one of the magical values "_level0" (replaces
- current movie) or "_level1" (loads new movie on top of current movie).
- The optional method argument can be post or get if you want to submit
+ <simpara>
+ Load the given URL into the named target. The target argument
+ corresponds to HTML document targets (such as "_top" or "_blank").
+ The optional method argument can be POST or GET if you want to submit
variables back to the server.
- </simpara>
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>loadMovie(url, target)</term>
<listitem>
- <simpara>
- Same as above, more or less. Come to think of it, I don't quite know what
- the difference is.
- </simpara>
+ <simpara>
+ Load the given URL into the named target. The target argument can be a
+ frame name (I think), or one of the magical values "_level0" (replaces
+ current movie) or "_level1" (loads new movie on top of current movie).
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>