Best practices of using Flex

text zoom
1.    Flex applications are not accessible by default and hence you need to create accessibility.

2.    The reading order of SWF file is not arrange in left-to-right or top-to-bottom order by default. This can be difficult for some users. So change it.

3.    While designing a component keep the file size as low as possible.

4.    Make the component reusable.

5.    Use higher level debugging tool for Flex application.
                    

Flex Discussion

...more

Flex Source Code

...more

Flex Related Tutorials

...more

New Flex Resources

...more

Copyright © 2010 VisualBuilder. All rights reserved