Skip to content
MoritzStefaner edited this page Sep 14, 2010 · 2 revisions

The demos do not seem to work?
Do you have Flash Player 10 installed? Also, make sure to allow local access to the data files with the Security Settings Manager

I saw the demos source code, but I don’t find the “main” file for the demo project (mxml flex file).
I’m not sure that I understand how to integrate the demo into a flex application (how do I need to write the mxml main file)

The main class files for the demo are the …App.as classes (e.g. NobelApp). These will compile as pure Actionscript applications. As they extend Sprite, it should be possible to write a wrapper to attach them as child of a Flex UIComponent. But I have not tried that yet.

Clone this wiki locally