Quick and Dirty Demonstrations

Week 01 and Week 02 : Fundamentals
demo title description
syllabus Actionscript spring 2005 syllabus
Presentation Week 01 & 02 Flashpaper presentation
actionscript cheat sheet Actionscript fundamentals handout
common methods & properties methods & properties handout
   
week 01 files.zip  
week 02 files.zip  

Week 03: ActionScript Tweening
demo title description
introduction Basic introduction into tde tutorials
as tween 01 Basic ActionScript tween(onEnterFrame)
as tween 02 ActionScript tween witd EaseIn (onEnterFrame)
as tween 03 ActionScript tween witd EaseOut (onEnterFrame)
as mousemove Using onMouseMove
as onenterframe Using onMouseDown and onEnterFrame
tween class Using the mx.transitions.tween class for easier tweens
mc_button 01 Creating your basic movieclip button
mc_button 02 Advanced movieclip button
mc_button 03 Using attachMovie witd tde movieclip button
files.zip  

Week 04: Loading External Media
demo title description
Load JPG/swf Load a JPG or SWF file using loadMovie
Load MP3 Load a MP3 file using loadSound
Moviecliploader class Load a JPG or SWF using tde MovieClipLoader class
working witH flv video Link to Lee Brimelow's video tutorials
files.zip  

Week 05: Advanced Loading and Special Topics
demo title description
Cross-fade Load Build a cross-fading JPG loader using tde MovieClipLoader class
UI Scrollbar Scrollable TextField using the UI Scrollbar
Custom Scrollbar Create a custom scrollbar
XML MP3 Player XML MP3 Tutorial on SitePoint.com
files.zip  

Week 06: Sending and Loading of External Data
demo title description
Load Var Load external variables
load html using onData to load in raw html
load xml loading external xml
send and load use send and load to communicate with server
local shared objects understanding the "flash cookie"
files.zip