This example shows how to integrate Flare3D with the Starling framework. Keep in mind that this will only work with Flare3D 2.5 and Starling 1.2+. Usage Example This example is divided in two parts: The Flare3D-specific main classs and the Starling-specific main class. In your project, you should set your FlareMain as your project's main class. FlareMain.as package { import flare.basic.*; import f