line 56 language = langList[selectedCity-1][1]; //
to
line 56 language = langList[selectedLanguage-1][1]; //
nice work!
best regards
#  /  posted on Apr 28, 2008
Home / Forum / Components Discussions / Flash iGoogle Weather
Hi
I cen‘t get the component works after publishing the site on the net,
locally it works fine but not on the net.
check the address: www.aironehoods.com/home_en.html, contact section
give advices please
thank you
I tried with the proxy path “http://www.as-flash.com/work/weather/proxy.php” but still not wotking:
The message is “Connection to google could not be established at this moment” afetr 2 seconds loading.
HOW CAN I MAKE IT WORKS.....I‘M GETTING CRAZY AFTER IT!!
Look i try with a pro version but don?t work..( can you send a litle images tutorial to info@valdiviaonline.com )then i try with a xml version, ww.valdiviaonline.com/prueba/prueba.html but how i change the city..in xml change the 10001 new york, but where is the code to other citys.
regards
Hello –
I have tried to make this functional with my PHP proxy, and yours, but still no display of data.
I can publish a local (control-enter) movie, but nothing on the server.
Help!!
Please download ver 2.2 PRO. Then read ‘READ ME.txt’
For online use change actionscript line 30 to:
onLineUse=true;
Then export swf… Thanks
Hello,
I just bought the component to go on a all-in-one CPU/touchscreen LCD, Flash presentation (going to be running a projector file in full screen mode) that will run locally from the machine (which is connected to the internet). When i publish it works great, but if i go to the .swf file and try to view locally it doesnt work… help needed asap!
thanks!
iowaguy: I have solution for that, but I don’t see “has bought the file” badge… If you are using this component in commercial project you need to buy file with “Special License”
djankey: The application is just going by the front door of our office so I didnt think i would need the special license since it was an internal project, but if that still considers it a commercial project we will upgrade… let me know if we need to upgrade, and if we do will the initial $10 go towards the $40 or was that a $10 oops?
thanks
djankey: I have an email receipt from paypal i could forward, but it does say transactions can take up to 3-5 days (see below), so maybe it needs to clear. as soon as it does i guess i will just have to come back
Your eCheck bank payment of $10.00 USD to Flash Components (paypal@flashcomponents.net) is in progress. eChecks usually take 3-5 business days to process (estimated: 1/26/2009-1/28/2009). We advise merchants not to ship items until they receive payment.
thanks
ok, here we go….
1. download Flash iGoogle Weather PRO 2.2
2. open source code, ant then open actionscript panel (F9).
Change actionscipt line 27 (linkToXML). Set APSOLUTE path to your xml file (must be on internet) -for example “http://www.example.com/iGoogleWeather.xml”.
Then set actionscript line 29 to onLineUse=false;
3. export swf
4. upload swf and xml on internet
5. open your source, and then load swf from the internet (with loadMovie or some other function)
6. export swf
7. make exe file
djankey: I tried that and tried setting it up to work online but i cannot get it to work.
Server settings:
CURL support – enabled
CURL Information – libcurl/7.16.3 OpenSSL/0.9.7e zlib/1.2.3
PHP Version 4.4.8
keep getting “Connection to the Google could not be established at this moment”
actionscript
linkToXML = “iGoogleWeather.xml”;
onLineUse=true;
any suggestions?
sorry to be a pain, thanks again for your help!
please read my instructions. Apsolute xml path and onLineUse=false;
I did follow those instructions and after having no luck i went back to trying it all online, so that info i posted was for the all online setup (nothing local)... then i uploaded your “Example -> please upload all files” and it still doesnt work…
your curl must be in safe mode. Contact your hosting company.
You can use my proxy…
Change proxy path in xml:
proxy=“http://www.as-flash.com/work/weather/proxy.php”