Want to boost enrolments? Login and promote your courses
Searching for courses? Login or register
Courses    
  Most popular search | Share this page  
open My list: 0 courses
Homepage Design and Media Courses Web Design Courses Flash Courses

Flash Training: Adobe Macromedia Flash - Master Class

in Academy Class (England)

Classes Course

Place:

Manchester, Cardiff,...

Price:

£997 + VAT

Duration:

5 Days

Start:

10/01/2009 other dates
See course programme

Requirements:

To gain the most from this class, students should: Be familiar with Windows or Mac OS X Be familiar ... see more

Request free information
Academy ClassAcademy ClassAcademy Class
Academy Class
More courses Subject area
Place
 

Request information

Contact directly and with no obligation with
Academy Class
You must complete all fields on this form in order for us to send it to the course provider.
We have highlighted incomplete/ incorrect details in red.
* Compulsory fields
By clicking "Email request / Telephone" you registering and accepting the Terms of Use and privacy policy of Emagister.
I wish to receive the personalised newsletter (during a maximum period of 15 days)

Availability?
How do I enrol?
Where can I get more information?

The person in charge of this course will receive your information request instantly.

Response time:
:| :) ;)
Average Fast Very fast
 

Course details

Type Course Duration 5 Days
Method / place Contact course provider Classes in Manchester, Cardiff,... where
Suitability This course is for beginners: designers and developers new to Adobe Flash who want to learn the interface and commonly used features right through to learning ActionScript.
Course objectives By the time students have finished the course they will have know how 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 A...
  • Requirements
    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.
    Price £997 + VAT
    Get direct information on how to enrol, venues and availability...

    Flash courses (from other course providers)

     
    Adobe Flash CS3 Rich Content Creation
    Certitec
    London - £477 + VAT
     
    Flash CS3: Flash Video Development
    Media Training
    London - £990 + VAT
     
    Macromedia Flash MX
    ACS Distance Education
    Distance - £330 + VAT
     
    Macromedia Flash MX
    NCC Home Learning
    Distance - £249 + VAT
     
    Authorised Adobe Flash CS3 Essentials Training
    Symbiosis
    London - £495 + VAT
    Compare the selected courses

    Course programme

    Flash Training: Adobe Macromedia Flash - Master Class
    Course objectives:
    By the time students have finished the course they will have know how 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
    • Variables and Properties
    • Functions and Methods
    • Text Format Class
    • Attaching Movie Clip Objects at Runtime
    • Event Handling
    • Arrays, Objects, and built-in classes
    • Loops and Conditions
    • ActionScript Classes
    • ActionScript Animation

    Course content:
    Course Summary
    From Zero to Hero in just 5 days!
    Learn Flash from intro to an advanced level in just 5 days.
    Imagine being able to produce an engaging interface using text, graphics, animations, video, and sound for your next Flash website. And later - be able to create dynamically generated event-driven animation and interactive games with Flash all after just 5 days of training.
    That's what you'll be able to do after you take this Flash training course offered by Academy Class.
    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, creative professionals design and author interactive content rich with video, graphics, and animation for truly unique, engaging websites, presentations or mobile content.
    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.
    Course Content
    Introducing the Course

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

    Working in Adobe Flash

    • Setting Stage dimensions
    • Working with panels and panel layouts
    • Setting preferences
    • Identifying the development cycle
    • Publishing a file

    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 Colour 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 Adobe Flash 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 Adobe Flash 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 Adobe FLVPlayback component

    Publishing Adobe Flash Documents

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

    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 runtime
    see the full course programme

    on request

    get more information on the programme directly from Academy Class.

    Request information for free
    Get direct information on how to enrol, venues and availability...
     

    Venues and dates



    Where Manchester, 40 Princess Street see map
    When Start: 10/01/2009 Finish: 14/01/2009 See calendar
     
    Where Glasgow, 36 North Hanover Street see map
    When Start: 05/07/2009 Finish: 09/07/2009 See calendar
     
    Where Cardiff, Malthouse Avenue, Cardiff Gate Business Park
    When Start: 10/08/2009 Finish: 14/08/2009 See calendar
     
    Where Glasgow, 36 North Hanover Street see map
    When Start: 07/09/2009 Finish: 11/09/2009 See calendar
     
    Where Cardiff, Malthouse Avenue, Cardiff Gate Business Park
    When Start: 06/11/2009 Finish: 10/11/2009 See calendar
     
    Where Glasgow, 36 North Hanover Street see map
    When Start: 11/12/2009 Finish: 15/12/2009 See calendar
     
    Where London, 7a Bayham Street see map
    When Start: 04/04/2010 Finish: 08/04/2010 See calendar
     
    Where Glasgow, 36 North Hanover Street see map
    When Start: 09/05/2010 Finish: 13/05/2010 See calendar
     
    Where London, 7a Bayham Street see map
    When Start: 06/06/2010 Finish: 10/06/2010 See calendar
     
    Where London, 7a Bayham Street see map
    When Start: 03/07/2010 Finish: 07/07/2010 See calendar
     
    Where Leeds, Old Broadcasting House, 148 Woodhouse Lane
    When Start: Ask the course provider
     
    Where Devon, Stoodleigh see map
    When Start: Ask the course provider
     
    Where Nottingham, 27 South Road see map
    When Start: Ask the course provider
     
    Get direct information on how to enrol, venues and availability...
     

    Ex-students

     
    Opinions
     
    Have you attended this course?

    Voice your opinion and help thousands of other users

    opinions

    from users who have attended
    this course.
    Get direct information on how to enrol, venues and availability...
     

    On Academy Class

    Provider description
    Academy Class is the UK's premier digital media training centre, provides manufacturer-authorized training in all areas of digital media including Print & Design, Web Design and Development, 3D & CAD, Web Marketing, Digital Video and Apple and Adobe Certification. Academy Class is an authorized training provider for Adobe, Autodesk, Apple and Quark. Academy Class operates training facilities in Central London, Manchester, Devon, Glasgow and Leeds and offers on-site training UK and worldwide. Whether you're an experienced media professional or just looking to use computer technologies more effectively, we're here to help.

    All courses

    by Academy Class on emagister.

    See list of courses

    Get direct information on how to enrol, venues and availability...

    Training related to Flash

    More related courses
    Flash Actionscript Advanced £850 + VAT London
    Applied ActionScript 3.0 £975 + VAT London
    Flash CS4 Bootcamp £1,250 + VAT Blended
    Flash 8 £50 + VAT Distance
     
    International sites Spain  |  Italy  |  France  |  Mexico  |  Germany  |  UK  |  Japan  |  Argentina

    Words related to the courses viewed: actionscript 3 animation actionscript 3d animation animation diploma flash animation

    emagister.com complies with the 15/1999 Organic Law dated 13th December (Spain), the Data Protection Law and holds the inscription code 2002010053 on the General Register of the Data Protection Agency. Copyright 1999/2000 - Grupo Intercom - All rights