Using Flex 3 without MXML, only ActionScript
Tuesday, February 12th, 2008Using Flex 3 Component without MXML:
This post is a sample AS3 code without any MXML that enables you using Flex Component in pure AS3, initializing manually Flex Application.
This should be an excellent resource for me to use tomorrow. I'm still on my quest to learn Flex and ActionScript by way of test-driven development.
So far, I have dabbled in PyAMF enough to run a remoting server that responds to remoting client code in a Python unit test, confirming that the server side is set up correctly.
The next step is to get a FlexUnit test working that does the same operation.
Not tonight, though! :)