Flex & Air Applications
Flex Pencil Preloader
posted byflexdeninFlex & Air Applications
A really nice Custom Flex Preloader.
The pencil writes out the "loading 100%" as the application loads.
Pretty Straight Forward to use,and understand.
Comes with all sources,and .fla file.
Please let me know if You have any thoughts,or questions.
Reviews0
PriceUSD 5.00
Views472
Masked Text Input
posted byflexdeninFlex & Air Applications
A simple Masked Text Input, one text input that forces formats like (51)5555-5555 to be used in forms to mantain one specific format of data
Reviews0
PriceUSD 5.00
Views837
Country ComboBox
posted byflexdeninFlex & Air Applications
The Country ComboBox extends the Flex ComboBox component and populates it with all countries with a corresponding two-letter ISO 3166 code. You can specify the initial label of the combobox as well as set the selected country by name or country code.
The component is set up to allow data binding to either the country name or ISO 3166 country code, ideal for use in a form. The component comes with an example project showing you how to implement it in your own Flex application.
More information about the ISO 3166 country codes can be found here: http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
Reviews0
PriceUSD 10.00
Views755
BarSlider
posted byflexdeninFlex & Air Applications
BarSlider is primarily meant to be used as a volume control for a video player. You can specify the number of bars, their widths and heights, and colorFull/colorEmpty, value, gap between bars, ButtonMode, and weather to use the precise method of rendering the bars. It's that last bit that is different than most bar sliders. If for instance you have 10 bars on your volume control and the user sets the volume at 85% they can't tell exactly what the value is by looking at the bars other than it is somewhere in the 80-89% range. With preciseMode turned on BarSlider will show the 8th bar at 1/2 full to illustrate to the user that the volume is at 85%.
Besides that it just sort of looks cool to see the bar values change.
The range isn't just limited to 0-1 for volume. As you can see in the example here the range can be set at any positive value. For instance the gap ranges for 1-10 and the barHeight ranges from 1-49.
Reviews0
PriceUSD 3.00
Views1141
FAQ Help Center
posted byflexdeninFlex & Air Applications
This is a sweet little FAQ/Help center that can be integrated into any application. The skin is totally customizable via the included CSS stylesheet, and detailed instructions for placing topics and Q & A's are in the comments at the top of the faq.xml file in the com/assets folder. The animation as you switch between topics is abstracted into a reusable class called ObjectSlider.as. For AIR applications, I suggest changing the TextArea component that is used for the Answer box to , as it handles the parsing of html that is placed between CDATA tags within the xml file.
The main application file has nothing but a function that is called on creationComplete of the Application. This function demonstrates how to use the Flex PopUpManager to trigger the FAQ window when say - for example - the user clicks the "help" button in your application.
Feel free to contact me for any questions, comments, or for help integrating the component into your application.
Reviews0
PriceUSD 18.00
Views591
Flex PHP Quote Form
posted byflexdeninFlex & Air Applications
You are Viewing My Flex Web Design Quote Form.
This is Done in Pure MXML,and Features some quality validation.
Its Not the Prettiest application,But its a Great way to get started with Flex & PHP.
Features:
1.)Uses All Flex Form Components to show how they operate.
2.)Per Field Validation (Can turn validation on for any field easily)
3.)Sends data to PHP for server side processing.
4.)Easy to Set Email Address,From Email,and any additional for Variables You may need.
5.)I have included a affiliateid parameter in the flash vars,and the form will post that Id as well,in case You already have an affiliate program.
(Once You get the hang of this ,You can build some pretty cool datadriven applications.)
I have included a help File for simple setup,and have tried to comment my code as best as possible.
Please contact me if you require any additional assistance,or have any questions
Thanx
Web Tech
Reviews0
PriceUSD 7.00
Views667
CRM Interface
posted byflexdeninFlex & Air Applications
Save yourself time with a customizable interface for a CRM application. This provides an excellent foundation and starting point if you are tasked with creating any type of contact manager or CRM application for a business. All assets are provided. The data is currently pulled in from an xml file as a basic simulation of data. The expectation is that you will integrate your services layer, which is very easily done. Feel free to contact for assistance if you are having trouble integrating your services. This will work with any SOAP, REST, or AMF service; no restrictions on it.
Feel free to contact me with any questions or if you run into any problems with it, http://www.flexden.net/user/88/contact
Reviews0
PriceUSD 18.00
Views1221
PayPal Payment
posted byflexdeninFlex & Air Applications
The PayPal Payment class can be used as a Flex component using MXML or in a pure ActionScript 3.0 project.
It allows you to specify the recipient PayPal account, item description, price and currency and redirect the user to a payment page. Optionally you can set up the URL to redirect the user to after a successful payment.
Ideal and very easy to use for any Flash or Flex based e-commerce applications. Examples for use in an ActionScript and Flex project are provided, check readme.txt to get started.
Reviews0
PriceUSD 15.00
Views690
High-Res picture viewer
posted byflexdeninFlex & Air Applications
High resolution pictures viewer
Component adapt to image ratio after picture loads and even on demand (window/component resize)
also possible to zoom with mouse wheel
this component based on mate framework.
Which is Located at.
http://mate.asfusion.com/page/downloads
Reviews0
PriceUSD 10.00
Views801
Flex Paypal W/Options
posted byflexdeninFlex & Air Applications
Here we have a Custom Adobe Flex Paypal Script.
This script will allow You to Sell Items Via Paypal in Your Adobe Flex Projects/Application.
We have also included a way for the product to have Options,such as Sizes,and More.
When You Click on The Item Picture,
You will get a Popup Image of that Item,
In this example "The Quality" of the image is low,so You probably wont get a very clear Image of the Popup.
We have commented this the best we could,and Included a basic Help File.
Please Contact Us if You need further assistance.
Reviews0
PriceUSD 12.00
Views716
Flex 3 XML Charting Dashboard
posted byflexdeninFlex & Air Applications
This is a Flex 3 XML Charting Dashboard Made With The PivotComponent.swc
The Swc source is included in .bin files.
This can be configured to Read Any XML data You Need.
Fairly Lightweight Application at only 1,421 Kb.
Dependancies are Flex Builder 3.0 with Charting.
and Thats about it!
A Simple Setup Instruction Guide in included with This Application,
If You have any setup issues,or any questions,feel free to contact Me.
I am available for Freelance on this application for 20.00 Per Hour,and Can Help You integrate this application,or customize it as You wish.
Reviews0
PriceUSD 19.00
Views955
Wizard Component
posted byflexdeninFlex & Air Applications
The Wizard has a collection of child containers but only one of them is visible at a time. the Wizard provides a step by step approach to show the child containers one by one. It creates the navigation buttons and the pane which displays which is the selected step right now.
The Wizard extends the ViewStack component and contains all the properties and methods of the ViewStack
The Wizard also displays all the labels of its childContainers in the left hand side pane and incdicated visually about which one is currently selected.
The Wizard component is packaged as SWC file and fully customizable, including background color, styles for controls and other things.
The Wizard component API is very well documented and the API Documentation (AS Doc) is included in the zip file.
Reviews0
PriceUSD 10.00
Views717
3D Cover Flow Portfolio
posted byflexdeninFlex & Air Applications
Features:
1. customizable via XML and CSS without having to touch any code.
2. create an unlimited number of items without creating a mess; only 9 items will ever be displayed at any given moment regardless of how many items are in your xml file and the user will still be able to easily browse forward and backward through all of the items
3. A single click on an item makes it the selected item, which displays a description of the item in a text area above the cover flow. the item description is specified in the included xml file.
4. A double click on the selected item triggers the launch of the item. The behavior is based on the mime type (file extension) of the value for the respective item in the xml file. For example, if it is a zip file, it will prompt the user to select a download location; if the value has a .html extension, it will make a URLRequest for that link in a new browser window.
The application can be customized and extended in many ways.
Reviews0
PriceUSD 17.00
Views1286