Flash-as3 Course

Here you will find links to pages where you can download for free: the Adobe Flash CS5 aplication, and various resources to learn Adobe Flash and ActionScript 3.0, ebooks in PDF-format, audio-video courses and tutorials.
- All resources posted here are not hosted on this server

Adobe Flash Ebooks

  1. Adobe Flash CS5 (943 MB) - Not available
    • The complete Adobe Flash CS5 Professional with registration key.
  2. Adobe Flash Professional CS5 (31 MB)
    • E-book in PDF format for learning Adobe Flash. The lessons have examples and explanations accompanied by pictures.
  3. Flash CS5 The Missing Manual (20 MB)
    • Another ebook for Flash. It contains the FLA files with the examples from the lessons presented in Manul.

Adobe Flash Video courses and tutorials

  1. Total Training Adobe Flash CS5 Professional Essentials (562 MB) - Not available
    • Audio-video Course, WMA files grouped in eight chapters with lessons about: Flash Scene, buttons, animation, 3D, ActionScript and interactivity.
  2. Flash Professional CS5 New Features (96 MB)
    • Video Tutorials (MOV), grouped in seven chapters in which are presented some of the new things that have been added and can be made in Adobe Flash CS5 over previous version.
  3. Flash Professional CS5 Essential Training (178 MB) - Not available
    • Several dozen video tutorials (MOV), grouped in seven chapters about: Drawing, working with the Timeline and frames, working with text images, symbols and the Library panel.

ActionScript 3.0 Ebooks

  1. Essential ActionScript 3.0 (4 MB)
    • PDF manual with detailed lessons (over 900 pages) to learn AS3 (ActionScript 3.0), edited in 2007.
  2. Object Oriented ActionScript 3.0 (6 MB)
    • E-book in PDF format for learning OOP in AS3, with Flash and Flex 2. Publishing Year: 2007
  3. Foundation ActionScript 3.0 Image Effects (8 MB)
    • Course in PDF format that teach you how to make graphic effects using AS3. Publication year - 2009
  4. Foundation ActionScript 3.0 Animation Making Things Move (3 MB)
    • Ebook with lessons on how to create animation and 3D animation effects using AS3. Published in 2007

ActionScript 3 Video courses and tutorials

  1. ActionScript 3 with Flash CS4 Professional OOP (273 MB) - Not available
    • Video course with 9 lessons (from lynda.com) and exercises that teach you the OOP techniques (Object Oriented Programming), how to work with classes and objects in ActionScript 3.
      These tutorial use the Adobe Flash CS4.
  2. ActionScript 3.0 Working with XML (180 MB) - Not available
    • Nine video lessons and exercises (from lynda.com) that show how to work with XML in AS3, with PHP.
  3. ActionScript 3 with Flash CS3 Professional Beyond the Basics (273 MB) - Not available
    • Video tutorials for beginners in learning AS3 programming language. It uses Adobe Flash CS3.
  4. ActionScript-3.0 in Flash CS3 Professional Essential Training (447 MB) - Not available
    • Video course with 13 lessons and exercises to learn ActionScript 3.0. In these tutorials is used Adobe Flash CS3.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which attribute specifies the HTTP method (GET, POST) used to submit the form-data?
action method value
<form action="script.php" method="post"> ... </form>
Which CSS property allows to add shadow to boxes?
background-image box-shadow border-radius
#id {
  background-color: #bbfeda;
  box-shadow: 11px 11px 5px #7878da;
}
Which function removes the first element from an array?
pop() push() shift()
var fruits = ["apple", "apricot", "banana"];
fruits.shift();
alert(fruits.length);           // 2
Indicate the function that can be used to check if a PHP extension is instaled.
function() filetype() extension_loaded()
if(extension_loaded("PDO") === true) echo "PDO is available."
Adobe Flash ActionScript 3 resources

Last accessed pages

  1. Awareness - by Anthony de Mello (6383)
  2. PHP-MySQL free course, online tutorials PHP MySQL code (69612)
  3. Check if table exists in database (10159)
  4. Get Mime Type of file or string content in PHP (6280)
  5. Area and Perimeter Calculator for 2D shapes (10190)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (129)
  2. PHP-MySQL free course, online tutorials PHP MySQL code (15)
  3. CSS cursor property - Custom Cursors (13)
  4. PHP Unzipper - Extract Zip, Rar Archives (13)
  5. The Mastery of Love (11)