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 

August 3rd, 2010 at 1:28 am
please How can I get the component?
August 3rd, 2010 at 10:54 am
you can buy it at flexden.com website, here http://www.flexden.net/content/googleweather
August 11th, 2010 at 11:39 am
Hello
I have credit my account with 10$us but until now it’s empty. so what happen.
Please help me to get the weather component
August 12th, 2010 at 10:12 am
Anton, thanks a lot for your help
Every think is ok now. My account is now credited and I have already purchase the Google weather component.
Please for the server side, is it an aobligetion to change the proxy address? Because it’s working find the existing proxy.
“http://go4flex.com/data/proxy/p5.php”
Thank you
Erik
August 12th, 2010 at 10:19 am
you can easily change proxy url in the following AS class:
com.go4flex.gweather.main.model.ConstModel
August 16th, 2010 at 3:19 pm
Hello Anton
please excuse me to disturbed you. I have a small problem .
After downloading theweather component, I have tested it in flex 3 on windows XP, and every think is working fine when I import the Google Weather project and execute it with the initial proxy go4Flex as you can see on attached.
But when I include it on my application, I can get all the weather informations except the icons representing the cloud, sun, rain ..etc.
I have tried to solve the problem since friday but without any success.
Please Can you give some help?
Thanks in advance
Erik
France
August 16th, 2010 at 3:40 pm
Hello Erik,
I think problem is in path to your weather images,
you can find weather images in the following folders: html-template/images or bin-debug/images or bin-release/images
you should upload images on server in the following folder path_to_your_swf/images/
or you can change path in com.go4flex.gweather.main.business.MainManager (line 175)
August 16th, 2010 at 3:57 pm
Thank You Anton
you are right, every thing is working fine by now.
For the server side, I don’t understang in wich directory I have to put the ( p5.php, browser.php, crossdomain.xml …)
I’m working under apache 2.22 and php 5.3 .. please can you well explain exactely what I’m to configure that proxy? because until now, Im using g4Flex proxy.
Thankx a lot for your help
Erik
France
August 16th, 2010 at 4:07 pm
crossdomain.xml should be uploaded to root folder of your domain (http://domain1.com/crossdomain.xml)but you need this file only in case if you are using proxy from domain1.com and swf is on domain2.com, if you have same domain for swf and proxy - you don’t need this file
proxy (p5.php,browser.php and tmp folder with cookie.txt) you can upload at any folder on you server (http://domain.com/proxy_folder/p5.php)