Aug 3
Google Weather - Flex component

GoogleWeather features:
- change language
- load countries list from google (also useful for other applications, because you don’t need any database for that, all comes from google)
- load cities list based on selected country (also useful for other applications, because you don’t need any database for that, all comes from google)
- load weather information from any location

Install:
in readme.txt inside sources you will find about info about client and server source
and how to avoid Google spam detection
to get it working, just upload server files on your host
change proxy url in com.go4flex.gweather.main.model.ConstModel class
compile client side and upload on your host
voila Smile

working examples:
Sample 1
Sample 2
Sample 3
Sample 4

buy sources at flexden.net

Apr 25
Simple ScrollBar

I would like to share my simple scroll bar AS2 component which you can use in your old projects Read the rest of this entry »