<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Embed Flash Yahoo Weather in your page with Yahoo APIs</title>
	<atom:link href="http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Bryson</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-498317</link>
		<dc:creator>Bryson</dc:creator>
		<pubDate>Sat, 12 Sep 2009 04:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-498317</guid>
		<description>Hello,

How would you get it to show the user local weather settings when they open the website no matter where they live?

Thanks,

Bryson</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How would you get it to show the user local weather settings when they open the website no matter where they live?</p>
<p>Thanks,</p>
<p>Bryson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-490969</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Wed, 26 Aug 2009 08:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-490969</guid>
		<description>Hi,

Thanks for the great intro into using the API ! I just have one issue and if you could help me out that would be great : )

I can&#039;t seem to figure out how to display the forecast results. I&#039;m not sure how to send the date, and then get the resulting value.

I do know that you can use event.data.forecast.high , to get the high value, but some errors come up and I&#039;m guessing it is because the date is undefined.

Thanks !</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the great intro into using the API ! I just have one issue and if you could help me out that would be great : )</p>
<p>I can&#8217;t seem to figure out how to display the forecast results. I&#8217;m not sure how to send the date, and then get the resulting value.</p>
<p>I do know that you can use event.data.forecast.high , to get the high value, but some errors come up and I&#8217;m guessing it is because the date is undefined.</p>
<p>Thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuele Feronato</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-480308</link>
		<dc:creator>Emanuele Feronato</dc:creator>
		<pubDate>Mon, 03 Aug 2009 10:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-480308</guid>
		<description>yeah, probably I uploaded the wrong version... :)</description>
		<content:encoded><![CDATA[<p>yeah, probably I uploaded the wrong version&#8230; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-479875</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Sun, 02 Aug 2009 10:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-479875</guid>
		<description>The textfield and weather_string are not connected, or?

If you put text_field.text = weather_string; in the show_weather-function it works here.</description>
		<content:encoded><![CDATA[<p>The textfield and weather_string are not connected, or?</p>
<p>If you put text_field.text = weather_string; in the show_weather-function it works here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-479566</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 01 Aug 2009 16:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-479566</guid>
		<description>Your not giving the text field the var weather_string in any of the code.

add this to the bottom of the show_weather function.
text_field.text = weather_string;</description>
		<content:encoded><![CDATA[<p>Your not giving the text field the var weather_string in any of the code.</p>
<p>add this to the bottom of the show_weather function.<br />
text_field.text = weather_string;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimbo</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-478852</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Thu, 30 Jul 2009 18:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-478852</guid>
		<description>I can&#039;t get yours to work at all? I did a much simpler timeline version that works: http://jimbo.us/as3/weather/</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get yours to work at all? I did a much simpler timeline version that works: <a href="http://jimbo.us/as3/weather/" rel="nofollow">http://jimbo.us/as3/weather/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cataclysm Studios</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-478376</link>
		<dc:creator>Cataclysm Studios</dc:creator>
		<pubDate>Wed, 29 Jul 2009 16:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-478376</guid>
		<description>That&#039;s odd, does it work locally?</description>
		<content:encoded><![CDATA[<p>That&#8217;s odd, does it work locally?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.emanueleferonato.com/2009/07/29/embed-flash-yahoo-weather-in-your-page-with-yahoo-apis/#comment-478306</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Wed, 29 Jul 2009 12:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1455#comment-478306</guid>
		<description>&gt;&gt;I noticed the movie seems to stop working ramdomly… any clue?

check yahoo&#039;s service?</description>
		<content:encoded><![CDATA[<p>&gt;&gt;I noticed the movie seems to stop working ramdomly… any clue?</p>
<p>check yahoo&#8217;s service?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.007 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 13:48:58 -->
