How do I download and use wonderfl code

by r.golden.dragon
♥0 | Line 7 | Modified 2011-12-31 06:08:45 | MIT License
play

ActionScript3 source code

/**
 * Copyright r.golden.dragon ( http://wonderfl.net/user/r.golden.dragon )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/xZax
 */

package {
    import flash.display.Sprite;
    public class FlashTest extends Sprite {
        public function FlashTest() {
            
 
// I have found the most wonderful visual effects on wonderfl!!!
// I have downloaded an example that I really like
//キラキラPixel3D!http://wonderfl.net/code/71344f9a655053d9f793a32c68f00921c67f1977    
// I watch the .swf . . . . . magic
// Now I want to connect the .as file to a .fla file on my PC (FlashCS4) 
// I have been learning to work on the stage for about a year now but am a real beginner with AS3
// Q1. How do I download and use wonderfl code alongside my own animation
// Q2. Would anyone be willing to act as a mentor as I try to learn AS3
// Thanks to you all
           
        }
    }
}