Flash Course

This Flash course uses the Adobe Flash CS5, if you have not used Adobe Flash or have worked with an earlier version, it's better to familiarize yourself with the main working windows, which is shown below.

Flash start Window

Adobe Flash start window
- This is the window which is shown when you open the Adobe Flash CS5 application. From here you can start to open the working window to create a new document or to open an existing document file, or a template from the Adobe Flash library. There is also in this window links to online documentation of the official website.
A file in Flash is called a document. To create a new document, usualy it's chosen ActionScript 3.0
The other options from the Create New column are for special Flash projects, they target different operating systems.
- The Adobe AIR 2.0 can be used to create Flash applications for desktop (for Mac, Windows, and Linux).
- iPhone OS for iPhone, iTouch, and iPad devices, Flash Lite 4 is a Flash player for less power and memory-constraint devices.
Also, you can open documents to write ActionScript code.

Adobe Flash working screen

Adobe Flash working screen
- This is the main working window, with menus and tools for creating, editing and saving Flash documents.

Daily Test with Code Example

HTML
CSS
JavaScript
PHP-MySQL
Which tag is a block element?
<div> <img> <span>
<div>Web Programming and Development</div>
Which CSS code displays the text underlined?
font-style: italic; text-decoration: underline; font-weight: 500;
h2 {
  text-decoration: underline;
}
Click on the JavaScript function that can access other function after a specified time.
insertBefore() setTimeout() querySelector()
function someFunction() { alert("CoursesWeb.net"); }
setTimeout("someFunction()", 2000);
Click on the instruction that returns the number of items of a multidimensional array in PHP.
count($array) count($array, 1) strlen()
$food =["fruits" =>["banana", "apple"), "veggie" =>["collard", "pea"));
$nr_food = count($food, 1);
echo $nr_food;       // 6
Viewing the Flash Window

Last accessed pages

  1. Star shapes with CSS (11171)
  2. Add /Delete rows in HTML table with JavaScript (4252)
  3. CSS Border (5975)
  4. jQuery background position (5242)
  5. PHP PDO - prepare and execute (9128)

Popular pages this month

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