mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
2e5ba5800c
commit
15195840a4
1 changed files with 11 additions and 11 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue