In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

flash on 2011-5-25

Get Adobe Flash player
by yasnis 24 May 2011
    Embed
/**
 * Copyright yasnis ( http://wonderfl.net/user/yasnis )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/7WDe
 */

package {
    import flash.display.Sprite;
    import org.papervision3d.materials.*;
    import org.papervision3d.materials.utils.*;
    import org.papervision3d.materials.shadematerials.*;
    import org.papervision3d.lights.*;
    import org.papervision3d.objects.*;
    import org.papervision3d.objects.primitives.*;
    import org.papervision3d.view.*;
    import org.papervision3d.cameras.*;
    import com.flashdynamix.utils.SWFProfiler; 
    
    public class FlashTest extends BasicView {
        public function FlashTest() {
            // write as3 code here.
            super(300, 300, true, false, CameraType.TARGET);
            SWFProfiler.init(this);
            startRendering();
        }
    }
}