Quick start from Rebol/View console:

;prepare working directory:
my-rswf-dir: %/c/rswf/ ;or another directory
if not exists? my-rswf-dir [make-dir/deep my-rswf-dir]
change-dir my-rswf-dir
;load the latest RSWF dialect script:
do http://box.lebeda.ws/~hmm/rswf/rswf_latest.r
;and compile the latest rswf example:
make-swf/save/html http://box.lebeda.ws/~hmm/rswf/examples/swf6/mx-news-ticker.rswf
;list directory to see new created files:
list-dir

RSWF Examples:
IDFNAMEPURPOSEBYTESMODIFIED
1756MX - News-tickerJust a very simple scrolling text example7392008-05-05 13:38:06
1748FLASH8 - IconListTo show how to create IconList in a layout.178042007-11-16 17:41:50
1738FLASH8 - GUI_BBPositionerTo show how to use BBPositioner Class with ImageStream and a fullScreen displayState as a bonus:)980622007-10-26 17:32:39
1726MX - ImageStreamImageStream key word creates Sprite with sequence of images on each frame. You can also define action for first, last and each frame and use lit-words: 'streamImageNumber 'streamImageSpriteId 'streamImageBitmapId to get value of exported linkage IDs for bitmap and sprite with an image.823632007-10-26 02:33:40
1718FLASH8 DateChooserDateChooser (Calendar) GUI example64832007-10-24 10:52:01
1708FLASH8 - layout fieldsExample of layout with fields (Field, Password and Area)73962007-10-19 19:48:01
1698FLASH8 - layout ScrollPaneTo show how can be used ScrollPane class in a layout170662007-10-18 01:01:24
1688FLASH8 - layout buttonsThe new layout minidialect can be used to place different types of buttons. Note that this can change a little bit in a future as this is still under developement and this script is just a first public test file.44692007-10-18 01:11:34
1678FLASH8 DraggableClipHandlerDemontstrates how to extend existing Class to create a new one117522007-10-08 20:48:46
1668FLASH8 ClipHandlerGUI_ClipHandler example - loads clip with animated edge as a progress bar115962007-10-08 18:55:11
1658Flash8 - pixelDissolveTo test and demonstrate pixelDissolve and loadBitmap functions90192005-10-11 13:36:44
1648Flash8 - Perlin noiseTo test and demonstrate the perlinNoise function and bitmapFill7082005-10-06 12:01:28
1638FLASH8 - merger effect (v2)Example of function merge (per-channel blending from a source image to a destination image).236272007-09-05 14:24:35
1628FLASH8 - merger effectExample of function merge (per-channel blending from a source image to a destination image).235672007-09-05 14:24:25
1618Flash8 - Life in a MazeMore advanced example how to use setPixel and getPixel functions250222005-10-13 17:03:46
1608FLASH8 - Gradient displace (ripple)How to use radial gradient as a displacementMap to make a ripple effect239882005-10-19 13:51:36
1598FLASH8 - Gradient displaceHow to use gradient as a displacementMap239542005-10-19 13:25:54
1588FLASH8 - Flood fillTo test possibillity of use floodFill on bitmaps.208262005-10-18 18:17:24
1578Flash8 - DropShadowFilterTo test and demonstrate the DropShadowFilter5322005-10-05 10:24:40
1568Flash8 - GlowFilterTo test and demonstrate the GlowFilter4622005-10-05 10:24:30
1558Flash8 - BlurFilterTo test the BlurFilter4462005-10-05 10:24:48
1548Flash8 - GradientBevelFilterTo test and demonstrate the GradientBevelFilter6152005-10-05 10:24:02
1538Flash8 - BevelFilterTo test and demonstrate the BevelFilter5282005-10-05 10:24:10
1528Flash8 - File uploadTo test file uploading possibility of the Flash 811772007-09-05 14:02:21
1518FLASH8 - DisplacementMapFilterExample of bitmap displacement using the perlinNoise function as a displace map235502005-10-19 12:32:54
1508FLASH8 - Copy pixelsSimple example how to use function copyPixels (fast routine to perform pixel manipulation between images with no stretching, rotation, or color effects).235552007-09-05 13:54:47
1498Flash8 - Convolution2To test and demonstrate the ConvolutionFilter5892005-10-13 20:26:16
1488Flash8 - Convolution1To test and demonstrate the ConvolutionFilter7432005-10-05 20:11:18
1478FLASH8 - color picker (v2)Another color picker variation95942005-10-18 11:39:26
1468Flash8 - color pickerMore complicated example how to use some of the new Flash8 functions113262005-10-11 17:32:22
1458Flash8 - color matrixTo test the ColorMatrixFilter6852005-10-12 12:22:36
1448Flash8 - blendMode2To test and demonstrate the blending modes6652005-10-10 18:26:56
1438Flash8 - blendModeTo test and demonstrate the blending modes8702005-10-05 15:37:42
1428Flash8 - Blend drawingSimple example how to draw into bitmap using sprite as a brush.10282005-10-13 18:03:44
1417MX2004-setClipboardHow to put values into the clipboard3362003-09-22 15:08:24
1407MX2004 - ScriptLimitsHow to override the default settings for maximum recursion depth and ActionScript time-out: MaxRecursionDepth and ScriptTimeoutSeconds.3822006-03-17 14:22:38
1397MX2004-MouseWheelHow to use your mouse wheel4462003-12-10 23:20:12
1387MX2004 - MovieClipLoaderHow to load image/movie using MovieClipLoader class9592005-10-12 12:56:14
1377MX2004-ContextMenu2How to control the Context menu6082003-09-21 14:37:06
1367MX2004-ContextMenuHow to hide all builtInItems in the Context menu2962003-09-21 14:35:30
1356MX-Bitmaped resizable windowTo create resizable reusable window using bitmaps2332007-09-12 17:16:51
1346MX-WebCam testJust to test WebCamera in Flash6232004-08-31 10:31:58
1336MX-tweening5 - frameToSimple demonstration of frameTo tweening90472006-03-16 12:26:38
1326MX-tweening4 - colorTransformToSimple demonstration of colorTransformTo tweening322742006-03-16 10:17:38
1316MX-tweening3 - brightOffsetToSimple demonstration of brightOffsetTo tweening323272006-03-16 10:32:10
1306MX-tweening2 - contrastToSimple demonstration of contrastTo tweening323262006-03-16 10:18:38
1296MX-tweening1 - scaleToSimple demonstration of scaleTo tweening87862006-03-16 10:18:56
1286MX-Translator3special object for sprites movement with scaling as well10992007-09-12 14:03:23
1276MX-Translator2special object for sprites movement with scaling as well9342005-10-08 13:56:54
1266MX-Translatorspecial object for sprites movement9202003-10-02 17:26:48
1256MX-TracerJust to see what's going on...4442005-10-07 16:54:24
1246MX-TextFieldTo make textfield with scroller7272005-10-08 12:13:44
1236MX-TextField propertiesTo show some of the new TextField properties5372003-06-11 00:10:36
1226MX-System capabilitiesTo show all System.capabilities properties6122003-09-22 15:48:42
1216MX-Stage classHow to access and manipulate information about the boundaries of a SWF file.3802003-09-17 14:35:16
1206MX-SpiralTest spiral generation6812003-10-31 12:26:02
1196MX-MP3Stream exampleTo show how to load MP3 stream into the swf file5772003-09-18 18:35:14
1186MX-Shared ObjectsTo show how to store variables in the user's machine4412002-06-04 09:54:40
1176MX-Scratch movieshow to scratch multiple movies6222007-09-12 15:35:24
1166MX-Organic WindowJust another tweening example90612006-03-16 14:57:20
1156MX-MouthSimulate talking mouth6382005-10-08 13:58:20
1146MX-Local connectionlocal connection object demonstration5702002-06-04 14:23:02
1136MX-Local connection - senderlocal connection object demonstration - sender6552002-06-04 14:22:14
1126MX-LoadVarsHow to communicate between Flash and browser (using LoadVars object)5252002-04-29 15:47:12
1116MX-Load JPG as movieTest of loading JPG photo into the movie5082003-09-23 15:37:48
1106MX-Key eventsto test onKeyDown and onKeyUp events4382004-01-17 19:48:36
1096MX-MP3 JukeboxTo show a simple way how to play more MP3 streams8452007-09-12 17:24:54
1086MX-GUI-ChoiceHandlerTo show how to use gui-checkbox21632003-06-10 23:31:52
1076MX-GUI-CheckBoxTo show how to use gui-checkbox13682003-06-11 00:07:18
1066MX-FontTestTo see how looks standard fonts in the player4592003-06-25 12:30:10
1056MX-FontListHow to change fonts in the TextFields6322002-04-29 22:52:54
1046MX-Folder menu (part2)Menu with folders using XML structure - part 220202004-01-05 21:39:34
1036MX-Folder menu (part1)Menu with folders using XML structure - part 16432004-01-05 13:59:38
1026MX-Draw linesHow to use ActionScript to draw lines + including scripts7832002-04-29 19:57:58
1016MX-DoInitActionJust to show how to use the DoInitAction4292002-11-19 18:37:38
1006MX-cursor exampleSimplest cursor for SWF version 6 and later4432007-09-07 15:35:53
996MX-Chineseto see stupid chinese wathing atomic bomb explosion131922003-10-14 13:56:34
986MX-Animated maskHow to use animation (sprite) to mask an image33842007-09-12 17:57:51
978local-with-networkingJust an example how to set local-with-networking flag in your file.7462006-03-16 21:18:24
965SWF5-XMLSocket exampleTo create TCP/IP connection7352003-07-13 19:33:34
955SWF5-XML objectTo test some of the XML object methods8072002-06-06 11:07:52
945SWF5-WindowTo create resizable reusable window28362002-04-26 18:05:58
935SWF5-Switch exampleHow to control flow with 'switch function5712007-09-06 15:23:00
925Star field 2just another simple animation6652007-09-07 14:19:05
915Star field 1just another simple animation17162007-09-07 14:19:33
905SWF5-SpiralTest spiral generation5402003-10-31 12:09:54
895SWF5-MP3Stream exampleTo show how to include MP3 stream in the swf file291912003-09-23 15:32:44
885SWF5-Sound exampleTo show how to include sample sound in the swf file35562003-09-17 17:31:06
875SWF5-SnowFalling snowflakes example7832003-12-28 15:01:14
865SWF5-Slider..hmm... to make a slider?...10182007-09-05 14:12:13
855SWF5-SET variableTo show how to set dynamically created variables5492007-09-13 01:36:16
845SWF5-Selection objectTo show how to use the "selection" object and it's methods6562002-02-05 15:25:30
835SWF5-Scrolling textjust to scroll a text32782002-11-13 17:43:58
825SWF5-Screen ScrollerHow to smoothly scroll sprites to given position.7392003-07-29 12:14:06
815SWF5-ScrollerTo make scroller (slider with arrows)14212003-12-11 18:46:06
805SWF5-Scale sliderHow to make scales using precise bitmap grids + HTML text10682007-09-07 15:45:55
795Rotated textTo show how to rotate text44572007-09-07 15:54:36
785SWF5-RotationsHow to use ActionSript to animate objects8762005-10-08 13:28:28
775SWF-Random dotsNo purpose here... just some dots on the screen:-)4872003-10-29 17:05:20
765SWF5-Progress barProgress bar example5942002-02-07 15:50:18
755SWF5-Parallax scrollingjust another practical example180052005-10-08 13:24:28
745SWF5-Flash MethodsHow to communicate between Flash and browser (and/or server)4642002-04-15 16:58:36
735Moving linesjust some simple horizontal lines animation4432003-07-29 18:37:38
725SWF-menu exampleJust a simple one9362007-09-07 15:55:47
715SWF5-Math objectTo show how to use the "math" object and it's methods (and 'with' action)6732002-02-05 13:15:56
705SWF5-MathematicsTo show how to provide some of the mathematic functions4362007-09-12 17:15:01
695SWF5-Walking manHow to include more images - simple avatar example127842007-09-12 15:22:02
685SWF5-LimbStrange limb following your cursor7372003-10-30 19:59:30
675SWF importHow to import a SWF file into other SWF during compilation of the dialect. One may say: why don't use the import or loadMovie function. The reason is that in some cases it's better to have all in one file (it speedups the load time)42412005-10-18 18:01:24
665SWF5-Image-FX random lines 2Another variation of the random lines image effect with randomization on the client side20702005-10-08 13:39:30
655SWF5-Image-FX random linesAnother variation of the image effect149722005-10-08 13:38:54
645SWF5-Image-FX interlaceSimple noise image FX18692005-10-08 13:37:54
635SWF5-Image-FX noiseSimple noise image FX150792005-10-08 13:35:52
625SWF5-Image-FX scalingSimple scaling image FX186452005-10-08 13:35:36
615SWF5-Image-FX waveSimple wave image FX141712005-10-08 13:31:52
605SWF5-GetTimeTo show how to get time elapsed since the movie's start3262001-12-28 20:49:44
595Font GC ChanelTo have this font with shapes for sharing in movies43082007-09-05 14:17:48
585SWF-Simple ball gameHow to catch collisions in the ActionScript46012003-10-29 16:54:36
575SWF5-FunctionsTo show how to define function and use the build one8012003-09-23 13:11:26
565SWF5-ForeachEvaluates a block for each value(s) in an array4512007-09-06 14:45:58
555SWF5-Eyeballs2eyeballs staring at your cursor8042003-12-28 15:09:06
545SWF5-Eyeballseyeballs staring at your cursor6872003-10-29 11:50:32
535Font Euromode BoldTo have this font with shapes for sharing in movies108012007-09-05 14:22:32
525Font Euromode testTo use shared 'font with shapes' in movie4322007-09-05 14:19:22
515SWF5-Control FlowTo show how to Control Flow and frames variables4122003-10-29 18:05:08
505SWF5-Distribute space 2Function for objects distribution using specified space size - with centering10952005-10-08 13:45:22
495SWF5-Distribute spaceFunction for objects distribution using specified space size8832005-10-08 13:44:56
485SWF5-cursor2 exampleThis is more advanced example of own's one cursor using clipActions5272002-02-05 15:39:18
475SWF5-cursor exampleTo show how to hide default mouse cursor and use one's own3772007-09-07 15:39:54
465SWF5-ColorTransform2Another Color transorm example - using sliders8062007-09-12 14:06:54
455SWF5-ColorTransformHow to modify color of some objects...7422007-09-12 14:45:50
445SWF5-Color objectTo show how to work with a color object in SWF53532007-09-05 13:19:35
435SWF5-Analog clockJust another clock example12122005-10-07 16:23:32
425SWF5-Clock exampleSimple "clock" example4252002-02-03 16:00:36
415SWF5-ClipActionsTo show how to assign actions to movies4562003-10-29 17:09:50
405SWF5-Checkbox..hmm... to make a checkbox?-)...7912003-10-29 17:07:50
395Calendarif you need to work with dates:)20272007-09-12 16:40:04
385SWF5-3D-text testJust a silly rotating texts11352004-01-15 21:26:24
374SWF-EditText exampleTo show how to make text fields4122001-12-19 02:31:48
364Test_linesTo test lines with width less then 1 pixel3202002-06-20 17:06:14
354SWF-Star2 exampleAnother STAR shape example - how to reset transformation5172002-02-07 15:17:12
344SWF-Star exampleNice STAR shape example - using 'transform, 'n-star and 'ExportAssets6702005-10-07 17:14:38
334SWF-SmoothingJust a simple comparison between smoothing ON and OFF3232002-04-27 13:53:08
324SWF-Shape skewTo show how to use skew transformation in shapes3392002-11-13 14:14:24
314SWF5-Noise shapesTo show how to use noise key word to make random shapes4842002-11-13 16:07:04
304SWF-shape exampleTo show how to create shapes with simple lines and curves4932002-01-12 20:17:48
294SWF-SetPropertiesTo show how to set properties of movies3832002-01-12 22:29:48
284SWF-Remove depthsTo show how to remove depths (layers)3512002-08-06 01:26:24
274SWF-RejoinTo Rejoin multiple strings3352003-10-29 18:24:12
264SWF-Oval exampleTo show how to draw ovals5722002-07-02 15:20:26
254SWF-Ngon exampleTo show how to create n-gon shapes4392001-12-19 02:21:18
244SWF-MoveDepth (layer) exampleTo show how to move existing layers (depths)3932002-07-24 11:12:18
234SWF-mask exampleTo show how to use 'ClipDepth in the PlaceObject26212001-12-11 17:06:52
224SWF-ImportAssetsTo show how to import part of the movie from other file2782005-10-07 17:55:00
214SWF-Images2 exampleTo show how to include JPG image in the Flash movie102782005-10-07 17:19:32
204SWF-Images exampleTo show how to include pregenerated images (BitsLossless)180502001-12-28 20:11:36
194SWF-Images example (shadow)To show how to include pregenerated images (BitsLossless) with shadows181072002-04-11 19:00:54
184SWF-Grid exampleTo show how to use 'grids in the Shape6012001-12-11 16:48:32
174SWF-Gradient exampleTo show how to use fill gradients6212003-10-07 12:01:26
164SWF-FOR cycleTo test the FOR loop4062005-10-07 17:04:56
154FSCommand ExecTo show how to run programm from the SWF (only from FlashPlayer).2462005-10-09 17:11:28
144SWF-Eval (arrays)To show how to simulate an arrays in Flash 4 using EVAL function3752003-10-29 17:08:58
134SWF-drag exampleTo show how to create dragable objects5312002-01-12 20:16:30
124SWF-CrossTo show how to create cross shapes4012002-08-06 01:29:54
114SWF-CounterTo show how to make simple mathematic action3732001-12-19 21:07:30
104SWF-Columns exampleTo show how to use fill gradients and columns9382001-12-19 02:28:06
94SWF-Circle exampleTo show how to make circles in the Shape7082001-12-12 15:07:42
84SWF-capsule exampleTo show how to create shapes with rounded boxes6472002-01-12 20:15:10
74SWF-Button2 exampleHow to create button with more layers inside5192002-04-27 16:37:08
64SWF-button exampleTo show how to create a button with some assigned actions4692002-01-12 20:13:02
54SWF-Bitmap layoutHow to create bitmaps using the Rebol layout function and VID dialect29402002-11-04 17:56:12
44SWF-Transparent shapesTo create shapes with transparent colors3292002-11-13 12:30:12
34SWF-Arc animationThis simple example may be used as a part of slideshows or progress bars16592005-10-07 17:15:08
24SWF-Arc exampleTo show how to make arcs in the Shape4712001-12-19 02:27:12
14SWF-Circle animationTo show how to include Rebol code to create a simple animation8752005-10-07 16:48:52