diff --git a/functions/ming.xml b/functions/ming.xml
index ad0f442e0c..2b437cf2f0 100755
--- a/functions/ming.xml
+++ b/functions/ming.xml
@@ -185,7 +185,7 @@
swfmovie->add, swfmovie->remove,
swfmovie->nextframe, swfmovie->setbackground,
swfmovie->setrate, swfmovie->setdimension,
- swfmovie->setframes et swfmovie->streammp3.
+ swfmovie->setframes and swfmovie->streammp3.
See examples in :
@@ -219,7 +219,8 @@ header('Content-type: application/x-shockwave-flash');
convinces the browser to display this as a flash movie.
- See also swfmovie->save
+ See also
+ swfmovie->save.
See examples in :
@@ -249,7 +250,8 @@ header('Content-type: application/x-shockwave-flash');
file named filename.
- See also output
+ See also
+ output.
@@ -309,7 +311,8 @@ header('Content-type: application/x-shockwave-flash');
instance from the display list.
- See also swfmovie->add
+ See also
+ swfmovie->add.
@@ -354,7 +357,7 @@ header('Content-type: application/x-shockwave-flash');
- nom_de_la_fonction sets the frame rate to
+ swfmovie->setrate sets the frame rate to
rate, in frame per seconds.
Animation will slow down if the player can't render frames fast enough- unless
there's a streaming sound, in which case display frames are sacrificed to
@@ -506,7 +509,7 @@ header('Content-type: application/x-shockwave-flash');
swfdisplayitem->skewyto, swfdisplayitem->setdepth
swfdisplayitem->remove, swfdisplayitem->setname
swfdisplayitem->setratio, swfdisplayitem->addcolor
- et swfdisplayitem->multcolor.
+ and swfdisplayitem->multcolor.
@@ -536,7 +539,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->move.
+ See also
+ swfdisplayitem->move.
@@ -567,7 +571,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->moveto.
+ See also
+ swfdisplayitem->moveto.
@@ -597,7 +602,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->scale.
+ See also
+ swfdisplayitem->scale.
@@ -628,7 +634,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->scaleto.
+ See also
+ swfdisplayitem->scaleto.
@@ -741,7 +748,8 @@ header('Content-type: application/x-shockwave-flash');
- See also swfdisplayitem->rotate.
+ See also
+ swfdisplayitem->rotate.
@@ -770,7 +778,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->rotateto.
+ See also
+ swfdisplayitem->rotateto.
@@ -801,7 +810,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->skewx,
+ See also
+ swfdisplayitem->skewx,
swfdisplayitem->skewy and
swfdisplayitem->skewyto.
@@ -832,7 +842,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->skewx,
+ See also
+ swfdisplayitem->skewx,
swfdisplayitem->skewy and
swfdisplayitem->skewyto.
@@ -865,7 +876,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->skewy,
+ See also
+ swfdisplayitem->skewy,
swfdisplayitem->skewx and
swfdisplayitem->skewxto.
@@ -896,7 +908,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfdisplayitem->skewyto,
+ See also
+ swfdisplayitem->skewyto,
swfdisplayitem->skewx and
swfdisplayitem->skewxto.
@@ -956,7 +969,8 @@ header('Content-type: application/x-shockwave-flash');
the swfmovie->add.
- See also swfmovie->add.
+ See also
+ swfmovie->add.
@@ -1192,11 +1206,11 @@ header('Content-type: application/x-shockwave-flash');
SWFShape has the following methods : swfshape->setline,
- swfshape->addfill, swfshape->setleftfile,
- swfshape->setrightfile, swfshape->movepento,
+ swfshape->addfill, swfshape->setleftfill,
+ swfshape->setrightfill, swfshape->movepento,
swfshape->movepen, swfshape->drawlineto,
swfshape->drawline, swfshape->drawcurveto
- et swfshape->drawcurve.
+ and swfshape->drawcurve.
This simple example will draw a big red elliptic quadrant.
@@ -1374,11 +1388,14 @@ header('Content-type: application/x-shockwave-flash');
swfshape->addfill returns an swffill
- object for use with the swfshape->setfill functions
+ object for use with the swfshape->setleftfill
+ and swfshape->setrightfill functions
described below.
- See also swfshape->setfill.
+ See also
+ swfshape->setleftfill and
+ swfshape->setrightfill.
This simple example will draw a frame on a bitmap. Ah, here's another buglet in
@@ -1483,7 +1500,8 @@ header('Content-type: application/x-shockwave-flash');
Shortcut for swfshape->setleftfill($s->addfill($r, $g, $b [, $a]));.
- See also swfshape->setrightfill.
+ See also
+ swfshape->setrightfill.
@@ -1511,7 +1529,8 @@ header('Content-type: application/x-shockwave-flash');
- See also swfshape->setleftfill.
+ See also
+ swfshape->setleftfill.
Shortcut for swfshape->setrightfill($s->addfill($r, $g, $b [, $a]));.
@@ -1542,7 +1561,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->movepen,
swfshape->drawcurveto,
- swfshape->drawlineto et
+ swfshape->drawlineto and
swfshape->drawline.
@@ -1571,7 +1590,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->movepento,
swfshape->drawcurveto,
- swfshape->drawlineto et
+ swfshape->drawlineto and
swfshape->drawline.
@@ -1601,7 +1620,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->movepento,
swfshape->drawcurveto,
- swfshape->movepen et
+ swfshape->movepen and
swfshape->drawline.
@@ -1630,7 +1649,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->movepento,
swfshape->drawcurveto,
- swfshape->movepen et
+ swfshape->movepen and
swfshape->drawlineto.
@@ -1665,7 +1684,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->drawlineto,
swfshape->drawline,
- swfshape->movepento et
+ swfshape->movepento and
swfshape->movepen.
@@ -1701,7 +1720,7 @@ header('Content-type: application/x-shockwave-flash');
See also
swfshape->drawlineto,
swfshape->drawline,
- swfshape->movepento et
+ swfshape->movepento and
swfshape->movepen.
@@ -1952,7 +1971,8 @@ header('Content-type: application/x-shockwave-flash');
swfbitmap->getwidth returns the bitmap's width in pixels.
- See also swfbitmap->getheight.
+ See also
+ swfbitmap->getheight.
@@ -1974,7 +1994,8 @@ header('Content-type: application/x-shockwave-flash');
swfbitmap->getheight returns the bitmap's height in pixels.
- See also swfbitmap->getwidth.
+ See also
+ swfbitmap->getwidth.
@@ -2239,7 +2260,7 @@ header('Content-type: application/x-shockwave-flash');
- SWFMorph
+ SWFText
Creates a new SWFText object.
@@ -2495,7 +2516,7 @@ $f = newSWFFont("_sans");
- getwidth
+ swffont->getwidth
Returns the string's width
@@ -2586,7 +2607,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
swftextfield->setheight, swftextfield->setleftmargin,
swftextfield->setrightmargin, swftextfield->setmargins,
swftextfield->setindentation, swftextfield->setlinespacing,
- swftextfield->setcolor, swftextfield->setname et
+ swftextfield->setcolor, swftextfield->setname and
swftextfield->addstring.
@@ -2867,7 +2888,7 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
swfsprite has the following methods :
swfsprite->add,
swfsprite->remove, swfsprite->nextframe
- et swfsprite->setframes.
+ and swfsprite->setframes.
This simple example will spin gracefully a big red square.
@@ -3209,6 +3230,11 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
swfbutton->setup alias for addShape(shape, SWFBUTTON_UP).
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
+
@@ -3226,7 +3252,36 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
- swfbutton->setup alias for addShape(shape, SWFBUTTON_OVER).
+ swfbutton->setover alias for addShape(shape, SWFBUTTON_OVER).
+
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
+
+
+
+
+
+
+ SWFbutton->setdown
+ Alias for addShape(shape, SWFBUTTON_DOWN))
+
+
+ Description
+
+
+ void swfbutton->setdown
+ ressource shape
+
+
+
+ swfbutton->setdown alias for addShape(shape, SWFBUTTON_DOWN).
+
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
@@ -3247,10 +3302,45 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
swfbutton->sethit alias for addShape(shape, SWFBUTTON_HIT).
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
+
-
+
+
+ SWFbutton->addAction
+ Adds an action
+
+
+ Description
+
+
+ void swfbutton->addaction
+ ressource action
+ integer flags
+
+
+
+ swfbutton->addaction adds the action
+ action to this button for the given conditions.
+ The following flags are valid:
+ SWFBUTTON_MOUSEOVER, SWFBUTTON_MOUSEOUT, SWFBUTTON_MOUSEUP,
+ SWFBUTTON_MOUSEUPOUTSIDE, SWFBUTTON_MOUSEDOWN, SWFBUTTON_DRAGOUT and
+ SWFBUTTON_DRAGOVER.
+
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
+
+
+
+
+
SWFbutton->setAction
Sets the action
@@ -3268,6 +3358,11 @@ $t = newSWFTextField(SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_NOEDIT);
when the button is clicked. Alias for addAction(shape, SWFBUTTON_MOUSEUP).
action is a swfaction.
+
+ See also
+ swfbutton->addshape and
+ SWFAction.
+