Flare3D 2.0 pre-release includes a FlashDevelop project. To run it you need:FlashDevelop

System requirements

Follow these steps:

  1. Download, unzip and copy in your local disk Flex SDK 4.5
  2. Install Flash Player 11 incubator
  3. Download, unzip and copy in your local disk Flare3D 2.0 pre-release.
  4. Go to “flex_sdk_45\frameworks\libs\player” in your Flex SDK 4.5 folder.
    Create an empty folder called “10.1” and copy inside playerglobal.swc for Flash Player 11.2011-03-10_163336
  5. Open with Flashdevelop “flare3d_prerelease.as3proj“ included in Flare3D 2.0 pre-release.2011-03-10_155933
  6. Right Click  in the project and select “Properties…” option.2011-03-10_160203
  7. In “Output” tab. Select Flash Player 10.1 in target.2011-03-10_160225
  8. In “Compiler Options” tab. You must specify “SWF version” and Flex 4.5 SDK path.
    You can see in the image both configurations.2011-03-10_160347
  9. In the project, expand “examples” folder and select the file that you want to run.
    You can do it selecting “Allways compile” making right click in the file.2011-03-10_160520
  10. Run the example2011-03-10_160656
  11. Enjoy it!!!
  • Paolinos

    Exelent!!
    Amazing!!!

  • http://vigrx-plus-product-review.blogspot.com vigrx plus

    thank you for this.. by the way, your layout is wonderful.

  • Marcos Vincius

    Thanks for this wonderful tool, but I am wondering where’s the IDE to drag and drop like a kinda world editor shown in the homepage of this website?

  • Brian

    Is this still the best way to set up the project in FlashDevelop? I’m using the latest FlashDevelop (4.0.0 RC1) and I’m getting some compile errors:

    Error: Type was not found or was not a compile-time constant: Scene3D.
    Error: Type was not found or was not a compile-time constant: Pivot3D.

  • Brian

    Wow, I wish I had held off on that last comment just a few more minutes. The problem was that the new Flare3D library (Flare3D_2042.swc) was not being properly referenced in the flare3d_prerelease.as3proj.

    If anyone runs into this issue, right click on your project in Flash Develop, select Properties, go to the Compiler Options, and add “lib\Flare3D_2042.swc” to the SWC Libraries.

  • Pingback: Brian Lachniet » Flare3D & FlashDevelop

  • Darwin

    FYI, this does not seem to work with the latest release of FlashDevelop (i.e., 4.0.0 RC1)… In particular, I cannot figure out how to configure it to build any of the examples…

  • Darwin

    FYI, when I try to test the project (using Project–>Test Project), the following errors are produced, and there does not seem to be a way to run individual example files:

    Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe “C:\Program Files (x86)\Flare3D_prerelease\flare3d_prerelease.as3proj” -ipc 4ca621eb-a30e-4307-8b35-8ec90a758574 -version “4.5.1; 2.6″ -compiler “C:\Program Files (x86)\Flex_SDK_4.5.1.21328″ -library “C:\Program Files (x86)\FlashDevelop\Library”
    Building flare3d_prerelease
    mxmlc -load-config+=obj\flare3d_prereleaseConfig.xml -debug=true -incremental=true -swf-version=13 -o obj\flare3d_prerelease634541914911401937
    Incremental compile of 1
    Loading configuration file C:\Program Files (x86)\Flex_SDK_4.5.1.21328\frameworks\flex-config.xml
    Loading configuration file C:\Program Files (x86)\Flare3D_prerelease\obj\flare3d_prereleaseConfig.xml
    Files changed: 0 Files affected: 1
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(25): col: 21 Error: Type was not found or was not a compile-time constant: Scene3D.
    private var scene:Scene3D;
    ^
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(30): col: 16 Error: Call to a possibly undefined method Viewer3D.
    scene = new Viewer3D(this);
    ^
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(3): col: 20 Error: Definition flare.basic could not be found.
    import flare.basic.*;
    ^
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(4): col: 19 Error: Definition flare.core could not be found.
    import flare.core.*;
    ^
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(5): col: 22 Error: Definition flare.loaders could not be found.
    import flare.loaders.*;
    ^
    C:\Program Files (x86)\Flare3D_prerelease\examples\Test19_EmbedingColladaFile.as(7): col: 24 Error: Definition flash.display3D could not be found.
    import flash.display3D.*;
    ^
    Build halted with errors (fcsh).
    (fcsh)
    Done(1)

  • Darwin

    FYI, following Brian’s October 8 note, I was able to get the Project–>Test Project function to work, but now I cannot figure out how to execute one of the examples…

  • Pingback: Flare3D – Setup « Rockyip's Blog

  • Pharme387

    Very nice site!