An attempt to document pieces of the FlexJS Framework which still need work in no particular order.
Flex has a really convenient way of using graphics by using "Embed" tags. FlexJS could benefit from a supported way of accomplishing the same thing.
Flash has "deep linking" which in modern terms is called "routing". For a certain class of application, changing the URL is important for being able to use browser history to navigate an application. FlexJS needs this as well.
Both HTML and Flash have APIs which allow transferring files. Abstracting these APIs would be very helpful
There is a strong need for image components which allow specifying content via either URL of raw binary data.
This is a huge project...
This is pretty straight-forward
The title says it all
ditto
(probably pretty low on the list)
An elegant way to deal with alerts and dialogs would be really good
There are ways to mask images and objects in both Flash and HTML. We need to abstract this.
This needs to be abstracted as well
Ditto
Abstracting cursor behavior is another task which needs to happen.