0845 686 0266  Please click here to chat with a certified trainer
Flash Training logo - UKFlash CS4 Training Course



We offer a 2-day introductory and a 3-day ActionScript Flash training course.

Flash Level 1 - Beginner Course outline

Flash Level 2 - ActionScript Course Outline

We currently offer public Flash training courses in many cities around the country. Please click on the schedule link to your right to see a complete list of our Flash course offerings.

You can book for these courses by clicking on the booking link at the top of this page or by clicking on the book link next to the scheduled dates on the right

We also offer bespoke Flash training courses and consulting which can be tailored and targeted specifically to you and your staff. These courses can be held at many training centres or on-site at your location anywhere in the United Kingdom. We also provide Flash live online training courses in a virtual classroom. Our Flash training and support team are all Adobe Certified.
Please contact training@multimediacentre.co.uk if you would like more information on our Flash bespoke training courses.




COURSE OUTLINES
Flash Level 1 Course
Next scheduled courses begin on
08/02/2012 Birmingham £495 book
09/02/2012 Cardiff £475 book
09/02/2012 Bristol £475 book
20/02/2012 London N5 £475 book
07/03/2012 Birmingham £495 book
12/03/2012 Bristol £475 book
12/03/2012 Cardiff £475 book
14/03/2012 Leeds £495 book

Courses are run over 2 consecutive days

Flash Level 1 Complete Schedule

Flash Level 2 Course
Next scheduled courses begin on
20/02/2012 Manchester M1 £675 book
29/02/2012 London SE1 £675 book
19/03/2012 London N5 £675 book
03/04/2012 London SE1 £675 book
30/04/2012 London N5 £675 book

Courses are run over 2 consecutive days

Flash Level 2 Complete Schedule

Adobe Certified Training Logo - London, UK

Flash level 1 course - top

Description

This Adobe authorised course is designed for new users of Adobe Flash CS4 who wish to create visually engaging rich media content using the powerful design and animation tools available in Flash.

Flash CS4 is a web standard - fusing the precision and flexibility of vector graphics with animation, interactivity, video and audio to create visually powerful web content that attracts and engages users. With powerful ActionScripting capabilities and dramatically improved integration with Photoshop and Illustrator, Flash is a web design and development tool of the future.

This extremely popular two day course has proved to be the most effective way of getting up and running in Adobe Flash quickly and easily. The course covers all the Flash basics, importing, creating and editing vector graphics and working with text as well as creating animations, building a navigational system, creating interactive elements using built-in ActionScript behaviours, incorporating sound and video and publishing and testing your Flash movies.

Adobe Flash Level 1 Course Outline

Introducing the Course

  • Understanding the course format
  • Reviewing the course objectives and prerequisites
  • Looking at the course outline

Adobe Flash CS4 New Features

  • New user interface
  • Adobe Photoshop and Illustrator integration
  • New drawing tools
  • Actionscript 3.0
  • Actionscript 3.0 Animation
  • Actionscript 3.0 Debugger
  • Flash Video Technology
  • UI componenets
  • Adobe Device Central CS4

Creating and Importing Graphic Assets

  • Working with different graphic formats
  • Importing bitmap graphics
  • Importing vector graphics
  • Working with layers and layer folders
  • Using the drawing tools
  • Using object and merge drawing
  • Working with the Color panels
  • Creating and using Graphic symbols
  • Using the Library panel

Using Text Effectively

  • Using the Text tool
  • Adding and formatting static text
  • Changing font rendering methods
  • Adding input text fields
  • Embedding fonts in input text fields
  • Using font best practices

Creating Animations

  • Working with the Timeline
  • Using keyframes, blank keyframes, and frames
  • Creating motion tweens
  • Creating shape tweens
  • Creating transition effects
  • Using animation best practices

Adding ActionScript with Script Assist and Behaviors

  • Using Script Assist
  • Adding actions to a frame
  • Creating and using Button symbols
  • Adding behaviors to a button
  • Loading external SWFs

Using Moving Clips

  • Creating and using Movie Clip symbols
  • Organizing a Movie Clip Timeline
  • Using actions to control a Timeline
  • Using frame labels
  • Responding to user interactions

Adding Sound and Video

  • Importing sound
  • Changing sound properties
  • Adding sound to a Timeline
  • Embedding video in a Timeline
  • Using the FLVPlayback component

Publishing Flash Documents

  • Using different publishing formats
  • Using publishing profiles
  • Adding Flash Player detection
  • Publishing for deployment

 


Audience

This course is for anyone who wants to learn Flash. Flash is an animation and interactive development tool that can dynamically transform a website or be used to create a complete e-learning application

Course Summary

This two day introductory course that provides designers and developers new to the Flash environment the knowledge and hands-on practice they need to create rich Flash content.  

Students will produce an engaging interface using text, graphics, animations, video, and sound.  Simple user interactions are added using built in ActionScript behaviors and Script Assist.

In addition to teaching essentials, the course focuses on teaching best practices for creating Flash content.

Pre-Requisites

You should have the following experience prior to taking this course:

  • This course is for beginners: designers and developers new to Flash who want to learn the interface and commonly used features. To gain the most from this class, students should:

    Be familiar with Windows or Mac OS X

    Be familiar with the web and its terminology

On Completion

Upon successful completion of this course, students will be able to:

  • Create an Adobe Flash Document
  • Set up a Adobe Flash document
  • Import and create graphics
  • Use Adobe Flash drawing tools
  • Create and use symbols
  • Produce Motion and Shape animations
  • Import Sound and Video
  • Use Scipt Assist and Behaviors to add simple interactivity
  • Publish an Adobe Flash Document in one of several formats

Flash level 2 (ActionScript 3) course - top

Description

Adobe Flash: Introduction to ActionScript is a three day Adobe authorised training course designed for people who already have some experience of using Flash to create animations and non-dynamic Flash content and who want to use Flash to create dynamic content and learn the fundamentals of ActionScript. Please note: this course is for those intending to use ActionScript vs3, if you are working with vs2 of ActionScript, you should attend the Introduction to ActionScript 2 course instead. If you are not sure which version to use, please give us a call to discuss your requirements.

The course assumes no previous programming or ActionScript experience and will provide you with the core skills needed for developing Flash websites, interactive presentations, games and more.

This course focuses on developing the practical ActionScript skills required to build rich media applications using Flash. The course has been designed to enable designers and budding developers to exploit the vast potential of Flash and to explore the power and functionality of ActionScript. This course teaches ActionScript 3.

Adobe Flash Level 2 Course Outline

Introducing the Course

  • Understanding the course format
  • Reviewing the course objectives and prerequisites
  • Looking at the course outline

Controlling Visual Objects with Adobe Flash ActionScript

  • Using the Actions and Help panels
  • Declaring variables and their data types
  • Using the trace() function
  • Using code hinting
  • Assigning instance names and using them to assign runtime property values
  • Using the with operator
  • Introducing core properties of visual built-in classes: Movie Clip, Button, and Text Field
  • Controlling Button and Movie Clip position and visual state
  • Controlling Text Field content
  • Introducing core properties of non-visual built-in classes: Math
  • Using mathematical operators
  • Understanding data type conversion

Using and Writing Functions

  • Working with Adobe Flash Player global functions
  • Converting values returned from functions and assigning them for display
  • Writing user defined functions
  • Returning, or not returning, data from a function
  • Understanding variable scope
  • Adding code within a Movie Clip symbol's own timeline
  • Introducing the this operator
  • Understanding object methods
  • Introducing core methods of visual built-in classes: Movie Clip and Text Field
  • Controlling the Movie Clip play head within its timeline
  • Loading external Movie Clip content
  • Understanding cross-domain security issues
  • Exporting and attaching Movie Clip symbol instances at runtime
  • Writing and using user defined functions to create visual content
  • Understanding depth
  • Dynamically referring to instance names and property names at runtime

Using Text, Dates, Math, and Paths

  • Controlling Text Field formatting through code
  • Creating and formatting Text Fields at runtime
  • Using Date objects
  • Working with String concatenation
  • Generating random numbers and integers using the Math class
  • Understanding relative path names
  • Controlling nested Movie Clip objects

Understanding and Handling Events

  • Understanding event driven programming
  • Working with event handler syntax
  • Moving from symbol-based to timeline-based event handling
  • Introducing core events of visual built-in classes: Button, Movie Clip, and Text Field
  • Controlling the play head within an event handler
  • Understanding the this keyword inside an event handler
  • Creating rollover effects
  • Responding to Text Field focus events
  • Calling a single function from multiple event handlers
  • Referring to a parent object from within an event handler

Managing Color, Sound, and Data with Built-In Classes

  • Understanding complex (aggregate) variables
  • Working with Arrays
  • Working with generic Objects
  • Transforming Movie Clip objects using Transform and Color Transform objects
  • Generating random color transformations
  • Using Sound objects
  • Creating audio feedback with event-driven sounds linked from the Library

Making Decisions and Repeating Yourself

  • Understanding looped code
  • Using loops and arrays to attach, name, and control Movie Clip objects
  • Using loops to create, name, and control Text Fields to display data object values
  • Understanding conditional code execution
  • Surveying the comparison and logical operators
  • Using if/else comparison to toggle Movie Clip visual states

Animating with Adobe Flash ActionScript

  • Dragging and dropping a Movie Clip object
  • Testing for collision between Movie Clip objects
  • Initializing attached Movie Clip objects
  • Using the on Enter Frame event handler
  • Controlling visual change rate
  • Testing and responding to position at run



Best practice in Flash

Questions and answers



-top

Audience

This course is for Flash designers who have some experience with Flash design and would like to learn basic and intermediate ActionScript. To gain the most from this class you should already have:

  • Experience creating Flash designs and animation using the timeline
  • Equivalent knowledge from the Flash Level One course
  • This course teaches ActionScript version 3
Course Summary

Adobe Flash ActionScript provides experienced Adobe Flash CS4 designers with the knowledge and hands-on practice they need to create dynamically generated event-driven animation and interactive games with Adobe Flash CS4. The course teaches fundamental programming techniques. It begins by introducing core concepts including instance names, variables, functions, properties, and methods; then proceeds through conditions, loops, event handling, and animating with Adobe Flash ActionScript.

With this training course, you can use Flash, the industry's most advanced authoring environment to create interactive websites, digital experiences and mobile content.

With Flash CS4, creative professionals design and author interactive content rich with video, graphics, and animation for truly unique, engaging websites, presentations or mobile content.

Adobe Flash is the standard for web animation and multimedia. More and more websites are using this powerful technology to add interest and functionality. Learn to create interactive, animated content, publish a Flash movie and add it to an HTML page. Topics include frames, libraries, movie properties, shape morph, layers, tweening, and sound. Flash helps you put your website on the move.

Pre-Requisites

All delegates attending this course should have succesfully completed the Flash Level One course or have equivalent experience. This course covers ActionScript 3 and is not appropriate for Flash 8 users.

On Completion

Delegates will have a full understanding of using the following in Actionscript
  • Variables and Properties
  • Functions and Methods
  • TextFormat Class
  • Attaching MovieClip Objects at Runtime
  • Event Handling
  • Arrays, Objects, and built-in classes
  • Loops and Conditions
  • ActionScript Classes
  • ActionScript Animation

Flash training courses offered in the UK

We can offer you customised on-site training courses in Flash wherever you are in the UK:

Avon, Bedfordshire, Berkshire, Buckinghamshire, Cambridgeshire, Cheshire, Cornwall, Cumberland, Derbyshire, Devon, Dorset, Durham, Essex, Gloucestershire, Hampshire, Herefordshire, Hertfordshire, Huntingdonshire, Kent, Lancashire, Lincolnshire, Leicestershire, Middlesex, Norfolk, Northamptonshire, Nottinghamshire, Oxfordshire, Rutland, Shropshire, Somerset, Staffordshire, Suffolk, Surrey, Sussex, Warwickshire, Westmorland, Wiltshire, Worcestershire, Yorkshire, Midlands and Greater London

We also provide Flash training courses in the following cities:

Flash training courses in London
Flash training courses in Birmingham
Flash training courses in Bristol
Flash training courses in Manchester
Flash training courses in Edinburgh
Flash training courses in Glasgow
Flash training courses in Liverpool
Flash training courses in Cardiff
Flash training courses in Newcastle
Flash training courses in Nottingham
Flash training courses in Leeds
Flash training courses in Milton Keynes
Flash training courses in Brighton
Flash training courses in Bournemouth
Flash training courses in Exeter
Flash training courses in Plymouth
Flash training courses in Southampton


©Copyright 2009 Multimedia Centre Limited