∑:19  Sort:Rank

AS3Compile - ActionScript 3 Compiler
This chapter provides tutorial notes and example codes on AS3Compile - An ActionScript 3 compiler developed by the SWFTools team. Topics include compiling ActionScript 3 file with 'AS3Compile' command; extending flash.display.MovieClip class to build a Flash file; adding graphics and texts in MovieC...
2023-04-24, 1510🔥, 6💬

💬 2022-12-17 Basris: I loook forward

💬 2022-10-09 ethan liu: pp

💬 2021-03-01 alex: thanks

Downloading and Running Flash Player Projector
This section describes a tutorial example on how to download and run Adobe Flash Player Projector to play Flash applications stored in SWF files without using Web browsers.
2023-03-12, 9305🔥, 4💬

💬 2023-03-12 Pedro: thanks

💬 2020-12-02 acef: merci infiniment

Playing Movie with FFmpeg "ffplay" Command
This section provides a tutorial example on how to use the FFmpeg 'ffplay' command to play movie file stored in MPEG4 (*.mp4) format.
2022-07-13, 14243🔥, 2💬

💬 2022-07-13 Your Name: meaningful comment

💬 2017-07-17 Nishadi: thanks. it is works

Installing Adobe Flash Player 13 for IE 10
This section provides a tutorial example on how to download and install Adobe Flash Player 13 ActiveX for IE 10 on Windows XP.
2022-05-17, 930🔥, 1💬

💬 2022-05-17 Kia: Wow.

Table of Contents
This free book is a collection of notes and sample codes written by the author while he was learning Flash. Topics include ActionScript, ActiveX, classid, Flash, FFmpeg, OBJECT, Player, Plugin, Shockwave, SWF, SWFTools, Web.
2021-08-27, 7851🔥, 169💬

💬 2018-04-01 Herong: Citing pressure from HTML5, WebGL, and WebAssembly, Adobe has announced in July, 2017 that it will end development and distribut...

💬 2015-07-17 Joe: Is Flash dead?

Downloading and Installing Flex SDK 4.1
This section provides a tutorial example on how to download and install Adobe Flex SDK 4.1 on Windows system.
2021-01-13, 3208🔥, 15💬

💬 2020-06-30 liuzongcai: m=t think you

💬 2020-03-30 tonyzhangshi: thank you!

💬 2019-01-09 jack: thank you

💬 2018-02-27 syy: 谢谢 谢谢 谢谢 谢谢

💬 2018-02-27 sunyuanyuan: thank you

(More comments ...)

What Is SWF?
This section describes what is a SWF (Shockwave File) - file format for Flash program files which can be executed by Adobe Flash Player to deliver multimedia information and interactivity in Web pages.
2020-10-18, 471🔥, 1💬

💬 2020-10-18 jack miller: SWF is an Adobe Flash file format used for multimedia, vector graphics it is small web format SWF is used for adobe flash player...

embedSWF() Function and Arguments
This section describes the embedWF() function provided in SWFObject 2 and its 5 required arguments and 5 optional arguments.
2020-06-15, 362🔥, 1💬

Installing Adobe Flash Player Plugin for Chrome
This section provides a tutorial example on how to download and install Adobe Flash Player 13 for Chrome with Adobe Flash Player Installer on a Windows 7 system.
2019-09-18, 846🔥, 2💬

SWF File Example - Dump Output
This section provides a tutorial example on how to dump the file structure and list of tags of SWF file using the 'swfdump' command from 'SWFTools'.
2018-09-12, 620🔥, 1💬

💬 2018-09-12 jeff: this was so bad

SWF File Example - rectangle.swf
This section provides a tutorial example of SWF files, rectangle.swf, showing a rectangle with 5 tags.
2018-08-21, 578🔥, 1💬

"swfcombine -a" - Concatenate SWF Files
This section provides a tutorial example on how to concatenate two SWF files by appending frames from one file to the end of another file using the 'swfcombine -a' command.
2018-04-01, 794🔥, 2💬

💬 2018-04-01 Herong: Mike, SWF Tools has no commands to create loops. To create a slide show with loops, you can write a simple code in SWFC Script. ...

💬 2018-03-28 Mike: Is there a way to make the first slide show loop say 3 times before it moves onto the second slide show?? I mean I suppose you c...

Installing FFmpeg to Manipulate Video SWF Files
This section introduces the FFmpeg package that can be used to manipulate video stream SWF files, and other multimedia data.
2017-04-01, 1546🔥, 3💬

💬 2017-04-01 Herong: lisenhuayys, your movie.swf file may have other types of SWF objects that are not video or audio streams. ffmpeg can not convert...

💬 2017-03-29 lisenhuayys: ffmpeg -i Movie.swf -ss 00:00:25.80 -to 00:00:43.33 Movie2.swf will say:swf: could not find codec parameters

💬 2017-03-29 lisenhuayys: why? swf: could not find codec parameters

Space Explorer v.4 - Space Car Stabilized
This section provides a tutorial example on how to use ActionScript 3 statement blocks in SWFC script file to build my Space Explorer - Version 3: the space car is wondering between walls with a stable speed!
2017-04-01, 1172🔥, 1💬

💬 2017-04-01 Wayn: Good example. Thanks!

Installing Adobe Flash Player 13 for Safari 5
This section provides a tutorial example on how to download and install Adobe Flash Player 13 Plugin for Safari 5 on Windows XP.
2016-09-27, 480🔥, 1💬

💬 2016-09-27 pop: pop

Installing Adobe Flash Player 13 for Firefox 26
This section provides a tutorial example on how to download and install Adobe Flash Player 13 Plugin for Firefox 26 on Windows XP.
2016-01-31, 613🔥, 0💬

Using Flash to Provide Interactivity
This section provides a flash game example called Flash Tetris Game. It shows how Flash can be used to provide interactivity to Web pages.
2015-11-24, 1707🔥, 1💬

💬 2015-11-24 davka: nice

SWF Files for Video and Audio Streams
This chapter provides tutorial notes and example codes on SWF files for video and audio streams. Topics include SWF file structure for video and/or audio streams; installing FFmpeg to manipulate video/audio streams; 'ffprobe' to view video/audio stream properties; 'ffplay' to play stream SWF files; ...
2015-10-09, 935🔥, 2💬

💬 2015-10-09 Herong: Eduardo, what texts are you referring to?

💬 2015-10-08 Eduardo: when I convert a swf file does not show the texts

Video/Audio Stream Concatenation Order
This section provides a tutorial example of concatenation error message when using the 'concat' ffmpeg filter with incorrect video and audio stream order.
2015-08-23, 1446🔥, 2💬

💬 2015-08-23 Herong: You are welcome! What type of application are you using Flash for? I thought Flash is dead. Everyone is trying to replace it wit...

💬 2015-08-23 Queensoft: God THANK YOU !!! I tried to figure out this error for ages. It was as simple as placing video first, then audio !!!!!

  ∑:19  Sort:Rank