Coolest flex - components, tools, library, samples and so on...

Untitled Blog

Twitter

Showing posts with label sample. Show all posts
Showing posts with label sample. Show all posts

Friday, December 19, 2008

Making Components Work Together

Andrew Trice:

In this example, we'll create a Flex application that uses the Google Maps API for Flash, which communicates with the Google Street View API to create a seamless experience.

The Google Street View components are available directly in the Google Maps javascript API, however they are not directly available through the Flash API. Even though they aren't available directly in the Flash API, that doesn't mean that you can't use them together. Through ExternalInterface, you can still make those the two work together seamlessly.

Take a look at this example. Any time you click on the Flash-based map, the street view below it will update to show the location that you clicked on. Go ahead and try it out... If you click on an area that doesn't support street view, then you'll get a message stating that the panorama is not available.

Resources:
IMAGE:


Thursday, November 20, 2008

Making Things More Interactive

Andrew Trice

Notice that there are two things going on here... 1. Animate the opacity to semi-transparent 2. Animate the distance of the drop shadow Applying these two effects creates an illusion of depth within the application. It appears as though the object that you click on is lifted off of the plane of the application, and is dropped back onto the application when you release it. I hope this gives you a few ideas to help you make your own applications more interactive.

Resources:
IMAGE:

Tuesday, October 14, 2008

FlexMonkey - Flex UI test

Busy, busy, busy work... black September for me.

FlexMonkey is a unit testing framework for Flex apps that provides for automating the testing of Flex UI functionality. FlexMonkey can record and play back Flex UI interactions, and generates ActionScript-based testing scripts that can easily be included within a continuous integration process. It uses the Flex Automation API and was created by adapting Adobe's sample application, AutoQuick.
See the Getting Started Guide for a quick overview of installing, recording, and running tests with FlexMonkey.
FlexMonkey has been donated to the Flex community by Gorilla Logic, who developed FlexMonkey because of their belief that only a monkey would develop code without being able to automate their unit testing.
Try Demo!
Resources:
IMAGE:

Thursday, August 28, 2008

Actionscript 3 Layout Organizers Examples and Source Code

www.somerandomdude.net Said:

A while back, I posted a basic example of layout organizers and layout organizers applied to video. I kept talking about how cool I considered this idea to be, yet I had yet to truly explain the idea and (more importantly) the source code for people to download. I wanted to make sure the code was at a good spot before releasing it; I believe that is now the case. You will find examples, the basic gist on how it works and some possible reasons why layout organizers may just make your life easier.

Resources:
IMAGE:

Saturday, July 12, 2008

Customize DataGrid - (2)

Thanks Alex!

Thinking About Item Renderers(Strong recommended)

BackgroundColor Changes When Data Changes Text Color and Styles in Item Renderers Split Columns/Grouped Columns Custom Header Renderers (ComboBox)

This ad just for leave blank. Take your eyes a rest.

Customize DataGrid - (1)

Thanks Alex!

Flex 3 DataGrid Footers

DataGrid Double-Click To Edit Custom ArrayCollections, Adding New Items to DataGrid Custom ILists, CheckBoxDataGrid, Merged Arrays

Thursday, June 26, 2008

3D Charts Using PaperVision3D - By Andrew Trice

Andrew Trice wrote:

This example shows a really basic rotating 3D chart. There are two important things that it shows.

1) A three dimensional scatter plot.

2) A three dimensional line chart

The data points between the scatter plot and line chart are exactly the same. The combined effect is a 3D scatter plot with lines connecting each data point.

Resources:

Wednesday, June 25, 2008

Degrafa - Buttong loader (ProgressBar like)

Try it by click "Sign In" button.

Resources: Relative Posts:

Sunday, June 22, 2008

Google Earth with Flex (IE + Firefox on Windows only)

Andrew Trice wrote:

You can type in a location, and it will go there. You can also toggle the nav controls, and the grid overlay. This example requires the Google Earth plugin, and only works in browsers that are supported by Google Earth (IE + Firefox on Windows only).
Resources:

Thursday, June 12, 2008

Geocode with Papervision3D and Adobe Flex Sample

Mark Walters wrote:

Representing exact geographic locations on the earth, or geocoding, has become a popular topic lately. All the mapping service providers, such as Google, MapQuest, and Yahoo!, geocode addresses on their respective maps so you can easily see a specific location and get directions between multiple locations. With each of these services now providing public APIs, anyone can create mashups showcasing data of all types (such as photos, videos, and RSS feeds) on maps to link the data visually to a geographic location. Allowing people to so easily associate data geographically has opened up new realms of information visualization on the web. RSS feeds not only provide news from around the world, but they can also display exactly where the news is coming from. Family and friends can follow along with you on your vacation as you post pictures and tag them with each city you visit. Geocoding opens up all kinds of possibilities. Plotting the points in 2D on the maps provided by the different service providers is the most common way to view the information. But you can also view geodata on a globe of the earth in 3D via Adobe Flash by using the open-source 3D library Papervision3D. Papervision3D is an open-source, real-time 3D engine for Flash. Using this library, you can get up to speed quickly and easily with a fully interactive 3D environment.
For more details please check out Learn how to geocode with Papervision3D and Adobe Flex Resources: Relative Posts:

Tuesday, May 20, 2008

Google Maps API for Flash - Photo Flip Map exmaple

This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services, enabling you to embed robust, interactive maps applications on your website.

Resources: Relative Posts:

Monday, May 19, 2008

Yahoo! Maps for ActionScript 3.0 - WeatherMap example

The new Yahoo! Maps API is now entirely built in ActionScript 3.0. The Maps API now gives you an incredibly powerful map engine and the ability to create custom components, overlays and markers while consuming different webservices provided by Yahoo!, or your own. The YahooMap component is distributed as a SWC, to get started you need to include it into your build path using Flex Builder. The Maps API contains a core set of widgets, markers, overlays and web services to enable you to interact with the map in every way.

Resources: Relative Posts:

Sunday, April 27, 2008

Capacity Indicator - From degrafa.com

>Degrafa is a project dedicated to the development of a Declarative Graphics Framework for Flex.

Following is a Data Visualization Sample - Capacity Indicator:

Resources: