Flash-as3 Course

Do you want to learn Adobe Flash and ActionScript 3 but don't have time to read books? You can learn the basics of these web technologies with the help of the online video tutorials posted here.

Total Training for Adobe Flash CS5 Professional

The Total Training for Adobe Flash CS5 Professional is a Flash CS5 video course with several tutorials that teach you about: Flash Scene, buttons, animation, 3D, ActionScript and interactivity.


- For original courses and online training, visit: totaltraining.com.

ActionScript 3 with Flash CS4 Professional OOP

ActionScript 3 with Flash CS4 Professional OOP is a video course with multiple tutorials (from lynda.com) that teach you the OOP techniques (Object Oriented Programming), how to work with classes and objects in ActionScript 3.
These tutorials were recorded in CS4, but is fine for Flash CS5 too.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag adds an image in web page?
<div> <img> <span>
<img src="http://coursesweb.net/imgs/webcourses.gif" width="191" height="63" alt="Courses-Web" />
Which of these CSS codes displays the text oblique?
font-style: italic; text-decoration: underline; font-weight: 500;
#id {
  font-style: italic;
}
Click on the jQuery function used to hide with animation a HTML element.
click() hide() show()
$(document).ready(function() {
  $(".a_class").click(function(){ $(this).hide("slow"); });
});
Click on the correctly defined function in PHP.
fname function() {} function fname() {} function $fname() {};
function fname($a, $b) {
  echo $a * $b;
}
Adobe Flash - ActionScript 3 Video Tutorials

Last accessed pages

  1. The Stage, Panels and Tools in Flash (10185)
  2. Conditional Statements if, else, switch (3289)
  3. Download JavaScript resources (508)
  4. CSS Outline (2570)
  5. Zodiac Signs JavaScript code (11025)

Popular pages this month

  1. Courses Web: PHP-MySQL JavaScript Node.js Ajax HTML CSS (313)
  2. Read Excel file data in PHP - PhpExcelReader (114)
  3. The Four Agreements (94)
  4. PHP Unzipper - Extract Zip, Rar Archives (91)
  5. The Mastery of Love (85)
Chat
Chat or leave a message for the other users
Full screenInchide