swfaction: incorporate user notes re: getURL and loadMovie

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66675 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
jim winstead 2002-01-02 11:51:18 +00:00
parent 2e5ba5800c
commit 15195840a4

View file

@ -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 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
<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>