From 15195840a4721d8cf9dc1416cb24b8ace51ca1e6 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 2 Jan 2002 11:51:18 +0000 Subject: [PATCH] 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 --- functions/ming.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/functions/ming.xml b/functions/ming.xml index c498726c7e..0bee1ecb0e 100755 --- a/functions/ming.xml +++ b/functions/ming.xml @@ -1,5 +1,5 @@ - + Ming functions for Flash Ming (flash) @@ -3782,22 +3782,22 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT); getURL(url, target, [method]) - - 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 + + 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. - + loadMovie(url, target) - - Same as above, more or less. Come to think of it, I don't quite know what - the difference is. - + + 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). +