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). +