Example code updated for beta 3
NOTE: This code is not being maintained, and has not been tested against recent versions of Flex. Use at your own risk!
All code below is public domain. No attribution is required, and there are no other licensing restrictions.
Hi folks. I’ve made updates to the CompletionInput, Drawer, and Explode effects for beta 3.
CompletionInput: A fairly flexible auto-complete widget that also has a “mustPick” mode so that it can serve as a substitute for combo boxes.
- Fixed issues related to depth management
- Updated for beta 3
Drawer: A subclass of Panel that hides on the side of the screen until your mouse moves toward the edge. Drawers can be pinned open or ripped off the edge to become floating panels.
- Changed hiding heuristics so the drawer slides out of view when your mouse leaves the browser window.
- Made sure that floating panels are repositioned to fit within the screen if the parent container changes size.
- Updated for beta 3.
Explode: An effect that takes a bitmap copy of the target object and zooms it larger as it fades away. Comprehensive explanation of the code can be found here.
- Updated for beta 3.
NOTE: Requires Flash Player 8.5 beta 3.
[Demo – Autocomplete input]
[Source code – Autocomplete input]
[Demo – Sliding drawers]
[Source code – Sliding drawers]
[Demo – Explode effect]
[Source code – Explode effect]