<?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: Flash Press</title>
	<atom:link href="http://www.blog.noponies.com/flash-press/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Wed, 28 Jul 2010 07:49:41 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aurélien CHAPPARD &#187; Découvrez Flash-Press de Noponies</title>
		<link>http://www.blog.noponies.com/flash-press/comment-page-1/#comment-15236</link>
		<dc:creator>Aurélien CHAPPARD &#187; Découvrez Flash-Press de Noponies</dc:creator>
		<pubDate>Wed, 21 Jul 2010 15:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?page_id=264#comment-15236</guid>
		<description>[...] Flash-Press de Noponies est un ensemble de services AMFPHP écris pour WordPress. Ainsi WordPress peut devenir facilement le back-office d&#8217;un site full-flash  Je ne l&#8217;ai pas testé avec la version 3 de WordPress mais je ne crois pas que la structure de la base de données ait tant changé que ça. Au pire quelques ajustements à faire&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Flash-Press de Noponies est un ensemble de services AMFPHP écris pour WordPress. Ainsi WordPress peut devenir facilement le back-office d&#8217;un site full-flash  Je ne l&#8217;ai pas testé avec la version 3 de WordPress mais je ne crois pas que la structure de la base de données ait tant changé que ça. Au pire quelques ajustements à faire&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.blog.noponies.com/flash-press/comment-page-1/#comment-15082</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?page_id=264#comment-15082</guid>
		<description>Hi Nuno,

Cheers for the snippet. What version of FlashPress are you using? Version 0.6 has a similar method - getPostAttachments which will return the attachments for a post, by calling getChildren() with the passed in PostID.</description>
		<content:encoded><![CDATA[<p>Hi Nuno,</p>
<p>Cheers for the snippet. What version of FlashPress are you using? Version 0.6 has a similar method &#8211; getPostAttachments which will return the attachments for a post, by calling getChildren() with the passed in PostID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno Ribeiro</title>
		<link>http://www.blog.noponies.com/flash-press/comment-page-1/#comment-15079</link>
		<dc:creator>Nuno Ribeiro</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?page_id=264#comment-15079</guid>
		<description>Hi Dale,

I have added a new function that might be useful (is very simple)

/**
	 * Get media items full data by post_parent. Returns a list of  WpMediaVO objects.
	* @param integer $postParentID - Representing the post_parent of the media item you wish to access.
	 * @return WpMediaVO
	 */
	public function getMediaByPostParent($postParentID) {
		$sql = &quot;SELECT * FROM wp_posts WHERE post_type = &#039;attachment&#039; AND post_parent =&quot; .$postParentID;			
		$p = $this-&gt;parseMediaData($sql);
		return $p;
	}

Congrats for FlashPress.</description>
		<content:encoded><![CDATA[<p>Hi Dale,</p>
<p>I have added a new function that might be useful (is very simple)</p>
<p>/**<br />
	 * Get media items full data by post_parent. Returns a list of  WpMediaVO objects.<br />
	* @param integer $postParentID &#8211; Representing the post_parent of the media item you wish to access.<br />
	 * @return WpMediaVO<br />
	 */<br />
	public function getMediaByPostParent($postParentID) {<br />
		$sql = &#8220;SELECT * FROM wp_posts WHERE post_type = &#8216;attachment&#8217; AND post_parent =&#8221; .$postParentID;<br />
		$p = $this-&gt;parseMediaData($sql);<br />
		return $p;<br />
	}</p>
<p>Congrats for FlashPress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.blog.noponies.com/flash-press/comment-page-1/#comment-14931</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 11 Aug 2009 22:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?page_id=264#comment-14931</guid>
		<description>Hey can you give me a holler? I&#039;d like to discuss further dev on the framework...sgreen[at]wishb.com</description>
		<content:encoded><![CDATA[<p>Hey can you give me a holler? I&#8217;d like to discuss further dev on the framework&#8230;sgreen[at]wishb.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sean</title>
		<link>http://www.blog.noponies.com/flash-press/comment-page-1/#comment-14921</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Sat, 08 Aug 2009 01:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?page_id=264#comment-14921</guid>
		<description>i hear ya. Maybe just a few of them? like for posting? If you need a little more motivation let me know. Working on something right now and I can get you a little something for your troubles...</description>
		<content:encoded><![CDATA[<p>i hear ya. Maybe just a few of them? like for posting? If you need a little more motivation let me know. Working on something right now and I can get you a little something for your troubles&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
