An open API service indexing awesome lists of open source software.

https://github.com/hendrixstring/adobe-flex-4-comps

A collection of some good Flex 4 comps I have written
https://github.com/hendrixstring/adobe-flex-4-comps

Last synced: 6 months ago
JSON representation

A collection of some good Flex 4 comps I have written

Awesome Lists containing this project

README

          

Adobe-Flex-Comps
================

A collection of some good Flex 4 comps I have written

### Welcome to the Adobe-Flex-Comps wiki!

H all,

this is a collection of some Adobe Flex 4 components written some time ago.

1. AutoList

a list extension that scrolls automatically horizontally or vertically back and forth

2. BitmapButton

a Flex Button extension that makes it alot easier to compose bitmap buttons with states.

3. CameraDisplay

a display view that renders camera output. go through source to see callbacks and stuff.

4. QRDisplay

a display view that renders camera output and detects QR codes using a EZBar lib, that was exported
with Flascc from C++.

5. ImageManipulator

a very nice image container that can zoom in/out and rotate left/right and translate using mouse.

6. SplineContour

create interactive (via mouse) spline contours with a simple data provider interface.

check out .testbed sub-package for an implementation that uses ImageManipulator with the
SplineContour to create masking of an image at real time interaction.

7. WeatherComp

use Yahoo weather RSS Api to grab and display Weather at realtime with updates and icons.
this comp is responsive and can fit itself wisely for a veriaty of dimensions.

8. VirtualKeyboard

a touch pad like virtual keyboard

### Dependencies
*

### Terms
* completely free source code. [Apache License, Version 2.0.](http://www.apache.org/licenses/LICENSE-2.0)
* if you like it -> star or share it with others

### Contact Author
* [tomer.shalev@gmail.com](tomer.shalev@gmail.com)
* [Google+ TomershalevMan](https://plus.google.com/+TomershalevMan/about)
* [Facebook - HendrixString](https://www.facebook.com/HendrixString)