diff --git a/reference/swf/functions/swf-actionnextframe.xml b/reference/swf/functions/swf-actionnextframe.xml
index 727c9e4a58..e51e0f7792 100644
--- a/reference/swf/functions/swf-actionnextframe.xml
+++ b/reference/swf/functions/swf-actionnextframe.xml
@@ -1,11 +1,11 @@
-
+
swf_actionnextframe
Go forward one frame
-
+
&reftitle.description;
@@ -23,6 +23,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_actionprevframe
+
+
+
+
+
swf_actionplay
Start playing the flash movie from the current frame
-
+
&reftitle.description;
@@ -23,6 +23,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_actionstop
+
+
+
+
+
swf_actionprevframe
Go backwards one frame
-
+
&reftitle.description;
@@ -13,7 +13,7 @@
- &warn.undocumented.func;
+ Go backwards one frame.
@@ -23,6 +23,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_actionnextframe
+
+
+
+
+
swf_actionstop
Stop playing the flash movie at the current frame
-
+
&reftitle.description;
@@ -24,6 +24,15 @@
+
+ &reftitle.seealso;
+
+
+ swf_actionplay
+
+
+
+
+
swf_closefile
Close the current Shockwave Flash file
-
+
&reftitle.description;
@@ -14,7 +14,7 @@
Close a file that was opened by the
- swf_openfile function.
+ swf_openfile function.
@@ -115,6 +115,16 @@ function swf_savedata($data)
+
+
+ &reftitle.seealso;
+
+
+ swf_openfile
+
+
+
+
+
swf_definefont
Defines a font
-
+
&reftitle.description;
@@ -50,6 +50,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_definetext
+
+
+
+
+
swf_definetext
Define a text string
-
+
&reftitle.description;
@@ -15,7 +15,7 @@
intdocenter
- Defines a text string using the current font and font size.
+ Defines a text string using the current font and font size.
@@ -58,6 +58,50 @@
&return.void;
+
+
+ &reftitle.examples;
+
+
+ Horizontal text example
+
+
+]]>
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ swf_definefont
+
+
+
+
+
swf_endbutton
End the definition of the current button
-
+
&reftitle.description;
@@ -24,6 +24,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_startbutton
+
+
+
+
+
swf_enddoaction
End the current action
-
+
&reftitle.description;
@@ -24,6 +24,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_startdoaction
+
+
+
+
+
swf_endshape
Completes the definition of the current shape
-
+
&reftitle.description;
@@ -24,6 +24,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_startshape
+
+
+
+
+
swf_endsymbol
End the definition of a symbol
-
+
&reftitle.description;
@@ -24,6 +24,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_startsymbol
+
+
+
+
+
swf_getframe
Get the frame number of the current frame
-
+
&reftitle.description;
@@ -25,6 +25,15 @@
+
+ &reftitle.seealso;
+
+
+ swf_setframe
+
+
+
+
+
swf_lookat
Define a viewing transformation
-
+
&reftitle.description;
@@ -94,6 +94,57 @@
&return.void;
+
+
+ &reftitle.examples;
+
+
+ A simple 3D-rotation around a text
+
+
+]]>
+
+
+
+
+
+
swf_openfile
Open a new Shockwave Flash file
-
+
&reftitle.description;
@@ -120,6 +120,15 @@
+
+ &reftitle.seealso;
+
+
+ swf_closefile
+
+
+
+
+
swf_ortho
Defines an orthographic mapping of user coordinates onto the current viewport
-
+
&reftitle.description;
@@ -18,7 +18,7 @@
floatzmax
- Defines an orthographic mapping of user coordinates onto the current
+ Defines an 3D orthographic mapping of user coordinates onto the current
viewport.
@@ -79,6 +79,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_ortho2
+
+
+
+
+
swf_ortho2
Defines 2D orthographic mapping of user coordinates onto the current viewport
-
+
&reftitle.description;
@@ -21,7 +21,7 @@
the Flash movie.
- If a perspective transformation is desired,
+ If a perspective transformation is desired,
swf_perspective can be used.
@@ -68,6 +68,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_ortho
+
+
+
+
+
swf_popmatrix
Restore a previous transformation matrix
-
+
&reftitle.description;
@@ -23,6 +23,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_pushmatrix
+
+
+
+
+
swf_pushmatrix
Push the current transformation matrix back unto the stack
-
+
&reftitle.description;
@@ -23,6 +23,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_popmatrix
+
+
+
+
+
swf_removeobject
Remove an object
-
+
&reftitle.description;
@@ -13,7 +13,8 @@
intdepth
- Removes the object at the depth specified by depth.
+ Removes the last object drawn at the depth specified by
+ depth.
diff --git a/reference/swf/functions/swf-setframe.xml b/reference/swf/functions/swf-setframe.xml
index ee557daffc..84e4a1a359 100644
--- a/reference/swf/functions/swf-setframe.xml
+++ b/reference/swf/functions/swf-setframe.xml
@@ -1,11 +1,11 @@
-
+
swf_setframe
Switch to a specified frame
-
+
&reftitle.description;
@@ -39,6 +39,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_getframe
+
+
+
+
+
swf_shapecurveto
Draw a quadratic bezier curve between two points
-
+
&reftitle.description;
@@ -71,6 +71,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_shapecurveto3
+
+
+
+
+
swf_shapecurveto3
Draw a cubic bezier curve
-
+
&reftitle.description;
@@ -21,7 +21,7 @@
Draw a cubic bezier curve using the given coordinates.
- The current position is then set to the
+ The current position is then set to the
x3,y3 coordinate.
@@ -88,6 +88,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_shapecurveto
+
+
+
+
+
swf_shapefillbitmapclip
Set current fill mode to clipped bitmap
-
+
&reftitle.description;
@@ -40,6 +40,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_shapefillbitmaptile
+
+
+
+
+
swf_shapefillbitmaptile
Set current fill mode to tiled bitmap
-
+
&reftitle.description;
@@ -40,6 +40,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_shapefillbitmapclip
+
+
+
+
+
swf_startbutton
Start the definition of a button
-
+
&reftitle.description;
@@ -14,7 +14,7 @@
inttype
- Starts the definition of a button.
+ Starts the definition of a button.
@@ -35,7 +35,7 @@
Can either be TYPE_MENUBUTTON or
- TYPE_PUSHBUTTON. The
+ TYPE_PUSHBUTTON. The
TYPE_MENUBUTTON constant allows the focus to
travel from the button when the mouse is down,
TYPE_PUSHBUTTON does not allow the focus to
@@ -53,6 +53,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_endbutton
+
+
+
+
+
swf_startdoaction
Start a description of an action list for the current frame
-
+
&reftitle.description;
@@ -24,6 +24,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_enddoaction
+
+
+
+
+
swf_startshape
Start a complex shape
-
+
&reftitle.description;
@@ -39,6 +39,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_endshape
+
+
+
+
+
swf_startsymbol
Define a symbol
-
+
&reftitle.description;
@@ -14,7 +14,7 @@
Defines an object id as a symbol. Symbols are tiny flash movies that can
- be played simultaneously.
+ be played simultaneously.
@@ -40,6 +40,16 @@
&return.void;
+
+
+ &reftitle.seealso;
+
+
+ swf_endsymbol
+
+
+
+