These course is free and helps you to learn AS3 (ActionScript 3.0) programming language starting from the beginner level.
- These introductory Lessons in ActionScript 3.0 are a continuation of the Flash lessons section, where there are already presented the tools and basic element which must be known to create Flash documents, and also to use AS3 scripts.
<p>Web development courses: <em>CoursesWeb.net</em></p>
h3 { padding: 2px 0.2em; }
// gets first Div with class="cls", and shows its content var elm = document.querySelector("div.cls"); alert(elm.innerHTML);
if(isset($_POST["field"])) { echo $_POST["field"]; }