Categories
- Air Native Extension
- AS3 Game Gears Blog
- Assets
- Augmented Reality
- Compression
- Computer Vision
- Cryptography
- Debug
- Engines
- Frameworks
- IDE
- IM
- Input
- Loaders
- Math
- Misc
- Monetization
- Multiplayer
- Obfuscation
- Particles
- Path Finding
- Physics
- Profiling
- Sound
- State machine
- Testing
- Text
- Tracking
- Tweening
- UI
- Uncategorized
- XML
Tag Archives: Apache 2.0
StageWebViewBridge
StageWebViewBridge is an extended version of flash.media.StageWebView, which is a class to display HTML content in a stage view port. It provides simple means to display HTML content on devices where the HTMLLoader class is not supported. Some features of StageWebViewBridge: Extends Bitmap … Continue reading
GaforFlash
GaforFlash is a lib with an API for Google Analytics data collection. It works as a standalone lib or as a Flash/Flex component. Sample package { import fl.video.FLVPlayback; import com.google.analytics.AnalyticsTracker; import flash.events.MouseEvent; /** * The VideoTracker sample class. */ public class … Continue reading
Away3D Particles System
Away3D Particle System is a particles system powered by GPU and based on Away3D game engine. Sample package { import a3dparticle.animators.actions.color.ChangeColorByLifeGlobal; import a3dparticle.animators.actions.drift.DriftLocal; import a3dparticle.animators.actions.rotation.BillboardGlobal; import a3dparticle.animators.actions.scale.ScaleByLifeGlobal; import a3dparticle.animators.actions.velocity.VelocityLocal; import a3dparticle.generater.SingleGenerater; import a3dparticle.particle.ParticleBitmapMaterial; import a3dparticle.particle.ParticleParam; import a3dparticle.particle.ParticleSample; import a3dparticle.ParticlesContainer; import a3dparticle.TransformFollowContainer; … Continue reading
Vizzy Flash Tracer
Vizzy Flash Tracer shows debug trace of SWF files without adding any extra code. It works in Firefox, Internet Explorer, Chrome, Safari, Flash IDE, Adobe AIR and other places where trace statements exist. Vizzy is cross-platform and has all features … Continue reading
B3D
B3D is a 3D engine based on Stage3D. Some of its features include an abstraction class for shader creation and parsers for 3D models such as 3DS.
