<?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 for Itanji LLC</title>
	<atom:link href="http://www.itanjillc.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itanjillc.com</link>
	<description>Web and Rich Internet Application Development</description>
	<lastBuildDate>Wed, 17 Aug 2011 16:57:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Adding links to Facebook and Twitter in Flash ActionScript 3 by jeremyseda</title>
		<link>http://www.itanjillc.com/2010/adding-links-to-facebook-and-twitter-in-actionscript-3/#comment-702</link>
		<dc:creator>jeremyseda</dc:creator>
		<pubDate>Wed, 17 Aug 2011 16:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.itanjillc.com/?p=82#comment-702</guid>
		<description>You could embed the dynamic score as a variable within your event listener:
&lt;code&gt;challengeBtn.addEventListener(MouseEvent.CLICK,openFBFriendList);
function openFBFriendList(event:MouseEvent):void {
  var url:String = &quot;http://apps.facebook.com/your-app-url/invite.html?s=&quot;+MovieClip(root).myScore;
  var request:URLRequest = new URLRequest(url);
  try {
    navigateToURL(request, &#039;_top&#039;);
  } catch (e:Error) {
    trace(&quot;Error occurred!&quot;);
  }
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You could embed the dynamic score as a variable within your event listener:<br />
<code>challengeBtn.addEventListener(MouseEvent.CLICK,openFBFriendList);<br />
function openFBFriendList(event:MouseEvent):void {<br />
  var url:String = "http://apps.facebook.com/your-app-url/invite.html?s="+MovieClip(root).myScore;<br />
  var request:URLRequest = new URLRequest(url);<br />
  try {<br />
    navigateToURL(request, '_top');<br />
  } catch (e:Error) {<br />
    trace("Error occurred!");<br />
  }<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding links to Facebook and Twitter in Flash ActionScript 3 by jeremyseda</title>
		<link>http://www.itanjillc.com/2010/adding-links-to-facebook-and-twitter-in-actionscript-3/#comment-701</link>
		<dc:creator>jeremyseda</dc:creator>
		<pubDate>Wed, 17 Aug 2011 16:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.itanjillc.com/?p=82#comment-701</guid>
		<description>Facebook will utilize one of the images within the page of the URL you are trying to Post to Wall.  However, you can define portions of the page preview via the &lt;meta&gt; tags.  I found a helpful article here:

&lt;a href=&quot;http://shailan.com/displaying-correct-post-thumbnail-on-facebook-share/&quot; rel=&quot;nofollow&quot;&gt;http://shailan.com/displaying-correct-post-thumbnail-on-facebook-share/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Facebook will utilize one of the images within the page of the URL you are trying to Post to Wall.  However, you can define portions of the page preview via the <meta> tags.  I found a helpful article here:</p>
<p><a href="http://shailan.com/displaying-correct-post-thumbnail-on-facebook-share/" rel="nofollow">http://shailan.com/displaying-correct-post-thumbnail-on-facebook-share/</a></meta></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding links to Facebook and Twitter in Flash ActionScript 3 by Luis</title>
		<link>http://www.itanjillc.com/2010/adding-links-to-facebook-and-twitter-in-actionscript-3/#comment-464</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 05 Jul 2011 21:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.itanjillc.com/?p=82#comment-464</guid>
		<description>hi, The think you posted works, ( and thanks for that ) but in facebook if I post a site with images the post shows only the miniatures and don´t show the text ... you have any idea how to fix this?</description>
		<content:encoded><![CDATA[<p>hi, The think you posted works, ( and thanks for that ) but in facebook if I post a site with images the post shows only the miniatures and don´t show the text &#8230; you have any idea how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding links to Facebook and Twitter in Flash ActionScript 3 by harish</title>
		<link>http://www.itanjillc.com/2010/adding-links-to-facebook-and-twitter-in-actionscript-3/#comment-262</link>
		<dc:creator>harish</dc:creator>
		<pubDate>Mon, 23 May 2011 06:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.itanjillc.com/?p=82#comment-262</guid>
		<description>Hey
The code you have suggested doesnt post the message from actionscript instead it get the data from the url of the html and post it any idea how to post dynamic score from flash games to facebook</description>
		<content:encoded><![CDATA[<p>Hey<br />
The code you have suggested doesnt post the message from actionscript instead it get the data from the url of the html and post it any idea how to post dynamic score from flash games to facebook</p>
]]></content:encoded>
	</item>
</channel>
</rss>

