AS3 : Basic FLV Player

More resource may check here: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/media/Video.htmlhttp://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/NetConnection.htmlAS3 Simple: package { import flash.display.Sprite; import flash.display.MovieClip; import flash.net.NetConnection; import flash.net.NetStream; import flash.media.Video;

p1

Import Animated Gif to Frame in Photoshop

Make sure QuickTime 7 or later is installed on your computer.It is most likely installed during Adobe Photoshop or Adobe CS3 setup but can also be downloaded and installed from Apple web site.From the File menu, open Import submenu and select Video Frames to Layers… command.The Load dialog box shows up. (This will take more than two seconds the first time but appears immediately afterwards.)Navigate

p1

as3 : Get full homepage url

eg: http://localhost:8080function getHomeURL():String{ var homeURL:String; var port:String = ExternalInterface.call('window.location.port.toString'); var hostname:String = ExternalInterface.call('window.location.hostname.toString'); if(port && port!="") { port = ":" + port; } try { homeURL = ExternalInterface.call('window.location.protocol.toString')

p1

Animatin Article

http://minyos.its.rmit.edu.au/aim/a_notes/anim_contents.h

p1

Walk Animation

http://www.idleworm.com/how/anm/02w/walk1.sh

p1

My First AIR App : Facebook Avatar Maker

Facebook Avatar Maker.Click on browse you photo, then your photo appear on app under frame, drag or zoom it to match your need, then click save, don't forget put the (.jpg) after your file name.Next version:- Add more frame style like: Drop water, Heart sign, and moreDownload and Install:- you will need Adobe Air Player to install this app, please get it from http://get.adobe.com/air/ [15.12MB] -

p1