Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FlexJS has some pre-releases, roughy of 'alpha' quality, available here. A simple POC example that allows you to choose a stock and get its price is here. Right-click and choose View Source to see the MXML and ActionScript used in the example. The MyInitialView.mxml contains the UI and uses view states, databinding and custom CSS just like a regular Flex-based Application. Then go here to view the app running in the browser without Flash. It is cross-compiled from the exact same source that created the Flash SWF version. If you right-click on this version, you will see that there is no entry about the Flash Player in the context menu which is proof that it does not use Flash, and you can choose View Source to see the minified JS output from the FlexJS compiler known as Falcon. Also note that both the SWF and non-SWF versions are much smaller than any version you could create with the current Flex SDK and start up much faster.

You can try developing code applications with FlexJS by following these instructions .

...