[R]evolutionary [I]n [M]ind ™

Icon

perfection | target | think out of the box

Integrating Google map with Adobe Flex (Flash Builder) Part 2

Finally, the project to integrate Adobe Flex with the google map successfully. Actually this is a simple application, but I learned so much with the application of this procedure to connect the MySQL database as the data location on the map coordinates with PHP and XML data feeds to its I make two applications.

View StateThe first application to display data in various locations of the city. While the second application I use to input data coordinates (such geotagger simple). The second application is used to input coordinate data based on the location that I marked.

Insert StateSecond application is very useful, because I do not need to find the location coordinates manually, I need only refer to the location of Marker I want and press submit button, the application will automatically retrieve the coordinates of the location of my mark, to the next entered into the database, and so on :)

Filed under: Wooorkz ,

Integrating Google map with Adobe Flex (Flash Builder)

This day I get a new project to create a web application that can be used to search several locations in my city. By combining facilities in google maps with a map database of some strategic places in my city. this application planned to be installed in the client website in mypurwokerto.info.

I found some instructions on how to embed the google map with the map database that I have a page in the google code (code.google.com)

Tutorial to embed google map with flex: http://code.google.com/apis/maps/documentation/flash/tutorial-flexbuilder.html

Components used: http://www.afcomponents.com/components/umap_as3/

Sample applications: http://blog.flexexamples.com/2008/08/03/using-google-maps-in-a-flex-project/

Filed under: Wooorkz ,

Adobe Catalyst Beta Download

Adobe Catalyst public beta is already ccame out.Download it at labs.adobe.com (be a Adobe member first) .

this is the serial for mac and windows

* Windows — 1395-1003-6369-7619-0587-6556
* Macintosh — 1395-0008-4467-2145-8771-1212

Filed under: /etc , , ,

Install Adobe Air

1. Open the Terminal
2. Download the file from here using the wget command:
http://airdownload.adobe.com/air/lin/download/1.5/AdobeAIRInstaller.bin
3. The name of the file is AdobeAIRInstaller.bin
4. Save the file in the Home folder (Places > Home Folder)
5. Run this command:
chmod +x AdobeAIRInstaller.bin
6. Now run this command:
sudo ./AdobeAIRInstaller.bin

Filed under: /etc , , , ,