Html5 geolocalisation API + Google Map Actionscript API

Hi,

Great article from S.Jespers "The HTML5 Flash Marriage: Geolocation"

I wrote quickly a simple class you can use to insert a google map with html5 geolocation.

gps(width:int, height:int, APIkey:String, getGeoFunction:String, sendGeoFunction:String)
ie : var map:Sprite = new gps(950, 400, "YOUR API KEY HERE", "getGEO", "passGEOToSWF");

Sample page : geoSample.html

You can download the project : http:www.dipi-graphics.com/download/gpsAs3Project.zip (FlashBuilder Project)

comments (0)
| More

[Tuto]Flex 4 How to skin WindowedApplication Spark Component

Hi,

In this video tutorial,

  • I show you how you can easily skin a spark component in FlashBuilder 4.
  • I show you how to customize the WindowedApplication for an air application.
  • I show you how to export a template from Adobe Illustrator CS4 using FXG format and use it in your flex project as spark component.

Source : CustomWindowedApplicationSkinProject.zip (project zip)

Denis P.

comments (3)
| More