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 tag defines the clickable areas inside the image map?
<map> <img> <area>
<img src="image.jpg" usemap="#map1">
<map name="map1">
  <area shape="rect" coords="9, 120, 56, 149" href="#">
  <area shape="rect" coords="100, 200, 156, 249" href="#">
</map>
Which CSS property defines what is done if the content in a box is too big for its defined space?
display overflow position
#id {
  overflow: auto;
}
Click on the event which is triggered when the mouse is positioned over an object.
onclick onmouseover onmouseout
document.getElementById("id").onmouseover = function(){
  document.write("Have Good Life");
}
Indicate the PHP variable that contains data added in URL address after the "?" character.
$_SESSION $_GET $_POST
if(isset($_GET["id"])) {
  echo $_GET["id"];
}
Adobe Flash ActionScript 3 resources

Last accessed pages

  1. Node.js Move and Copy file (28269)
  2. The Mastery of Love (6768)
  3. Check if table exists in database (9941)
  4. JavaScript strip_tags and stripslashes (8668)
  5. Change CSS file with jQuery (5370)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (250)
  2. Read Excel file data in PHP - PhpExcelReader (86)
  3. The Four Agreements (73)
  4. PHP Unzipper - Extract Zip, Rar Archives (73)
  5. The Mastery of Love (65)