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 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 Video Tutorials

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)