Flash: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 10: Line 10:


See also [[SVG]] and Microsoft Silverlight (new MS attempt to have its own "flash")
See also [[SVG]] and Microsoft Silverlight (new MS attempt to have its own "flash")
== Flash related articles in EduTech Wiki ==


In EduTech Wiki we will try to develop a few introductory Flash tutorials. So far, we have:
In EduTech Wiki we will try to develop a few introductory Flash tutorials. So far, we have:
Line 19: Line 21:
# [[Flash button symbol tutorial]]
# [[Flash button symbol tutorial]]


== Related file formats and extensions ==
== Flash related file formats and extensions ==


'''Copyright notice''': The table below has been copied more or less as it from [http://en.wikipedia.org/wiki/Macromedia_Flash Wikipedia's Macromedia Flash] article on 19:32, 12 July 2007 (MEST). It's contents are available under the [http://en.wikipedia.org/wiki/GNU_Free_Documentation_License GNU Free Documentation License].
'''Copyright notice''': The table below has been copied more or less as it from [http://en.wikipedia.org/wiki/Macromedia_Flash Wikipedia's Macromedia Flash] article on 19:32, 12 July 2007 (MEST). It's contents are available under the [http://en.wikipedia.org/wiki/GNU_Free_Documentation_License GNU Free Documentation License].
Line 74: Line 76:


== Software ==
== Software ==
=== General / Indexes ===
* [http://osflash.org/projects OsFlash] has a large comprehensive list of links to Open Source Flash projects, both those hosted on OSFlash and elsewhere. Of particular interest are tools that generate flash in various ways.
=== Viewers ===


* [http://www.adobe.com/products/ Adobe] (Flash player download)
* [http://www.adobe.com/products/ Adobe] (Flash player download)
=== Authoring tools ===


* [http://www.adobe.com/products/flash/ Adobe Flash CS3 Professional]. The commercial authoring tool.
* [http://www.adobe.com/products/flash/ Adobe Flash CS3 Professional]. The commercial authoring tool.


* [http://osflash.org/projects OsFlash] has a large comprehensive list of links to Open Source Flash projects, both those hosted on OSFlash and elsewhere. Of particular interest are tools that generate flash in various ways.
=== Generating Flash ===
 
* Some tools (e.g. [[screen capture tutorial|screen capture]] programs) can generate Flash.
 
* [http://ming.sourceforge.net/ Ming] Ming is a C library for generating SWF ("Flash") format movies, plus a set of wrappers for using the library from C++ and popular scripting languages like PHP, Perl, Python, and Ruby.
 
=== Reusable code ===
 
; Indexes
* [http://www.hotscripts.com/Flash/Components/index.htmlFlash::Components at HotScripts.com]
 
; Free (need more)
* [http://www.flashcomponents.net/ Flashcomponents] (good site)
* [http://www.flash-db.com/ Flash-DB]
* [http://www.adobe.com/cfusion/exchange/index.cfm?view=sn110 Adobe Exchange beta] (some commercial).
* [http://www.flashkit.com/ Flashkit.com] (in particular movies and buttons).
 
; Commercial (I only want to have 5-6, the best at some point and not a long list ...)
* [http://www.ohmyflash.com/ Oh my Flash]
* [http://www.flashvalley.com/ Flash Valley] (some free)
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]


== Links ==
== Links ==
Line 89: Line 119:
* [http://www.flashkit.com/tutorials/ Flash Kit] Index of Tutorials
* [http://www.flashkit.com/tutorials/ Flash Kit] Index of Tutorials
(lots of outdated ones too).
(lots of outdated ones too).
* [http://netdiver.net/toolbox/flashware.php Netdiver Flashware]


=== Adobe ===
=== Adobe ===
Line 95: Line 126:
* [http://www.adobe.com/devnet/flash/ Adobe Flash Developer Center]
* [http://www.adobe.com/devnet/flash/ Adobe Flash Developer Center]
(includes some tutorials)
(includes some tutorials)
* [http://www.adobe.com/devnet/flash/testing_usability.html Testing and usability] (Adobe Flash Developer Center).
; Help
* [http://www.adobe.com/designcenter/video_workshop/ Video tutorials] at Adobe
* [http://www.adobe.com/support/documentation/en/flash/ Flash resources]


=== Tutorials ===
=== Tutorials ===
Line 116: Line 153:


* [http://www.flashvalley.com/ Flash Valley]
* [http://www.flashvalley.com/ Flash Valley]
=== Reusable code ===
; Indexes
* [http://www.hotscripts.com/Flash/Components/index.htmlFlash::Components at HotScripts.com]
; Free (need more)
* [http://www.flashcomponents.net/ Flashcomponents] (good site)
* [http://www.flash-db.com/ Flash-DB]
* [http://www.adobe.com/cfusion/exchange/index.cfm?view=sn110 Adobe Exchange beta] (some commercial).
* [http://www.flashkit.com/ Flashkit.com] (in particular movies and buttons).
; Commercial (I only want to have 5-6, the best at some point and not a long list ...)
* [http://www.ohmyflash.com/ Oh my Flash]
* [http://www.flashvalley.com/ Flash Valley] (some free)
* [http://www.flashloaded.com/flashcomponents/ Flashloaded]


=== Books ===
=== Books ===
(no idea if they are any good)
(no idea if they are any good, except Veer, The Missing Manual which is ok)


* Adobe Creative Team (2007). Adobe Flash CS3 Professional Classroom in a Book. ISBN 0321499824
* Adobe Creative Team (2007). Adobe Flash CS3 Professional Classroom in a Book. ISBN 0321499824

Revision as of 18:19, 8 August 2007

Draft

<pageby nominor="false" comments="false"/>

Definition

Adobe Flash, or simply Flash, refers to both the Adobe Flash Player, and to the Adobe Flash Professional multimedia authoring program. [..] The player features support for vector and raster graphics, a scripting language called ActionScript and bi-directional streaming of audio and video. (Wikipedia, , retrieved 19:32, 12 July 2007 (MEST)).

See also SVG and Microsoft Silverlight (new MS attempt to have its own "flash")

Flash related articles in EduTech Wiki

In EduTech Wiki we will try to develop a few introductory Flash tutorials. So far, we have:

  1. Adobe Creative Suite 3 Design Premium installation
  2. Flash CS3 desktop tutorial
  3. Flash drawing tutorial
  4. Flash layers tutorial
  5. Flash motion tweening tutorial
  6. Flash button symbol tutorial

Flash related file formats and extensions

Copyright notice: The table below has been copied more or less as it from Wikipedia's Macromedia Flash article on 19:32, 12 July 2007 (MEST). It's contents are available under the GNU Free Documentation License.

Ext. Explanation
.swf .swf files are completed, compiled and published files that cannot be edited with Adobe Flash. However, many '.swf decompilers' do exist. Attempting to import .swf files using Flash allows it to retrieve some assets from the .swf, but not all.
.fla .fla files contain source material for the Flash application. Flash authoring software can edit FLA files and compile them into .swf files.
.as .as files contain ActionScript Wikipedia:source code in simple source files. FLA files can also contain Actionscript code directly, but separate external .as files often emerge for structural reasons, or to expose the code to versioning applications. They sometimes use the extension .actionscript
.swd .swd files are temporary debugging files used during Flash development. Once finished developing a Flash project these files are not needed and can be removed.
.asc .asc files contain Server-Side ActionScript, which is used to develop efficient and flexible client-server Macromedia Flash Communication Server MX applications.
.flv .flv files are Flash video files, as created by Adobe Flash, Wikipedia:ffmpeg, Wikipedia:Sorenson Squeeze, or Wikipedia:On2 Flix. It's container format that uses (mostly) Wikipedia:H.263 for video and Wikipedia:MP3 for audio.
.swc .swc files are used for distributing components; they contain a compiled clip, the component's ActionScript class file, and other files that describe the component.
.jsfl .jsfl files are used to add functionality in the Flash Authoring environment; they contain Javascript code and access the Flash Javascript API.
.swt .swt files are 'templatized' forms of .swf files, used by Wikipedia:Macromedia Generator
.flp .flp files are XML files used to reference all the document files contained in a Flash Project. Flash Projects allow the user to group multiple, related files together to assist in Flash project organization, compilation and build.
.spl .spl files are Wikipedia:FutureSplash documents.
.aso .aso files are cache files used during Flash development, containing compiled ActionScript byte code. An ASO file is recreated when a change in its corresponding class files is detected. Occasionally the Flash IDE does not recognize that a recompile is necessary, and these cache files must be deleted manually. They are located in %USERPROFILE%\Local Settings\Application Data\Macromedia\Flash8\en\Configuration\Classes\aso on Win32 / Flash8.
.avi AVI file is a video file, standing for Audio Video Interleave. Flash includes several compression codecs, including some from Radius.
.gif A GIF image; either a single static frame or multi-frame animation.
.png A PortableNetworkGraphic image.

Software

General / Indexes

  • OsFlash has a large comprehensive list of links to Open Source Flash projects, both those hosted on OSFlash and elsewhere. Of particular interest are tools that generate flash in various ways.

Viewers

  • Adobe (Flash player download)

Authoring tools

Generating Flash

  • Ming Ming is a C library for generating SWF ("Flash") format movies, plus a set of wrappers for using the library from C++ and popular scripting languages like PHP, Perl, Python, and Ruby.

Reusable code

Indexes
Free (need more)
Commercial (I only want to have 5-6, the best at some point and not a long list ...)

Links

General

(lots of outdated ones too).

Adobe

(includes some tutorials)

Help

Tutorials

(to sort out, no endorsements here)

  • Wikivid Flash Video Tutorials (mostly Flash 8, CS3 is similar).
    • Wikivid creates video-courses made up of links to free video tutorials from around the web. Only managed to look at them with IE (probably some codec issue on Ubuntu, and some configuration issue for Win/Firefox)

Books

(no idea if they are any good, except Veer, The Missing Manual which is ok)

  • Adobe Creative Team (2007). Adobe Flash CS3 Professional Classroom in a Book. ISBN 0321499824
  • Anderson, Andy (2007). Adobe Flash CS3 Professional On Demand. ISBN 0789736926 592 pages.
  • Finkelstein Ellen and Gurdy Leete (2007). Flash CS3 For Dummies. ISBN 0470121009, 408 pages.
  • Gerantabee, Fred (August ? 2007). Dynamic Learning: Flash CS3 Professional. ISBN 10 0-596-51058-6
  • Veer, E.A. Vander and Chris Grover (2007). Flash CS3: The Missing Manual. ISBN 0596510446 - 527 pages. - O'Reilly page (From reviews on the web, this looks like the most suitable one for starters. The example files can be found on the Missing CD-ROM page. Daniel K. Schneider bought this and I think it's ok, can be used as a textbook, if you agree to cover topics by topics v.s a more project-oriented approach.)
  • Morris David (2007). Creating a Web Site with Flash CS3 Professional: Visual QuickProject Guide. ISBN 0321503007
  • Moock, Colin, Essential ActionScript 3.0. ISBN 0-596-52694-6. (From reviews on the web, this seems to be best action script 3.0 book)