SmartFoxBits Flex Controls - Base Pack

The ultimate ultra-rapid development tools for multiplayer programmers
SmartFoxBits are a set of Adobe Flex controls specifically designed to be used in conjunction with SmartFoxServer, to speed up the process of creating multiplayer applications and games.
The components were developed with simplicity in mind: they work with a simple drag and drop and they don't require any additional code. Programmers will also be able to customize dozens of features directly in the Flex Builder Properties panel: customize messages and icons, toggle various characteristics, create new skins for a completely different look and feel and more... Advanced developers will be able to access a large number of methods and events exposed by the components allowing them to create sophisticated behaviors and extend their functionalities.
Installation notes
Adobe Flex Builder 3
- Drop the SmartFoxBits swc file in the libs folder of your Flex project.
- In "Design view", the SmartFoxBits controls are listed in the Components panel, under the SmartFoxBits folder; drag&drop the controls in the design area.
- In "Source view", type <sfb to make the list of available SmartFoxBits controls appear and click on one of them to add it to your application.
Adobe Flex Builder 2
- Open the "Properties" panel of your Flex project, go to "Flex Build Path" and click on the "Library path" tab.
- Click on "Add SWC..." and browse to the SmartFoxBits swc file; confirm and close the "Properties" panel.
- In "Design view", the SmartFoxBits controls are listed in the Components panel, under the Custom folder; drag&drop the controls in the design area. RoomListRenderer and UserListRenderer are internal classes used by the RoomList and UserList controls respectively, and can be ignored.
- In "Source view", add the following attribute to the main Application tag: xmlns:sfb="http://www.smartfoxserver.com/bits".
Then type <sfb to make the list of available SmartFoxBits controls appear and click on one of them to add it to your application.