<?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: First real life Flash/Indexhibit website</title>
	<atom:link href="http://apdevblog.com/first-real-life-flash-indexhibit-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/</link>
	<description>flash and actioscript development</description>
	<lastBuildDate>Thu, 17 May 2012 09:38:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: javier</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1530</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Tue, 15 Feb 2011 08:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1530</guid>
		<description>Hi Phil,

Thanks a lot for your feedback, I can see from your answer that the that the plugin solution is not desirable, is that because of the poor Indexhibit plugin support? I would say average users would normally prefer an easy to use plugin solution.

Thanks a lot.
Javier.

PS: I am more a WordPress developer so maybe I am a little bit confused with the plugin&#039;s meaning here in the Indexhibit world.</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>Thanks a lot for your feedback, I can see from your answer that the that the plugin solution is not desirable, is that because of the poor Indexhibit plugin support? I would say average users would normally prefer an easy to use plugin solution.</p>
<p>Thanks a lot.<br />
Javier.</p>
<p>PS: I am more a WordPress developer so maybe I am a little bit confused with the plugin&#8217;s meaning here in the Indexhibit world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1529</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 09 Feb 2011 07:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1529</guid>
		<description>hi javier,
the easiest way to accomplish something you&#039;re describing would be a dynamic xml output via php/mysql. not as a plugin or anything like that - just a plain php file that reads the database and outputs everything as XML (or JSON if you prefer that).

cheers
phil</description>
		<content:encoded><![CDATA[<p>hi javier,<br />
the easiest way to accomplish something you&#8217;re describing would be a dynamic xml output via php/mysql. not as a plugin or anything like that &#8211; just a plain php file that reads the database and outputs everything as XML (or JSON if you prefer that).</p>
<p>cheers<br />
phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: javier</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1523</link>
		<dc:creator>javier</dc:creator>
		<pubDate>Fri, 04 Feb 2011 23:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1523</guid>
		<description>Hi Phil,

First off all, thanks for such a god job you did here.

Although I am new to Indexhibit I am working to get a similar solution as you got with the Flash Indexhibit Front End but for HTML5 (so to use canvas).

My objective is to first create an XML file with all the info from every Exhibit in de DB (done using some of the Flash Indexhibit front end files right now).

Now I have to get to get the XML file updated every time an Exhibit is published/edited. Some help needed here, please any ideas how to &quot;hook&quot; an action to this via a plugin would be very welcome (can that be achieved via plugin?)

After that we need to somehow change the hole presentation of the site. I am still studing the Flash Frontend code to find out how you did it.

Would somebody else be interested in this kind of plugin?

Any advice in the hole thing would be very welcome as I am new to the Indexhibit CMS and I may be not understanding some key aspects of the system right.

Thanks a lot in advance.
Javier.</description>
		<content:encoded><![CDATA[<p>Hi Phil,</p>
<p>First off all, thanks for such a god job you did here.</p>
<p>Although I am new to Indexhibit I am working to get a similar solution as you got with the Flash Indexhibit Front End but for HTML5 (so to use canvas).</p>
<p>My objective is to first create an XML file with all the info from every Exhibit in de DB (done using some of the Flash Indexhibit front end files right now).</p>
<p>Now I have to get to get the XML file updated every time an Exhibit is published/edited. Some help needed here, please any ideas how to &#8220;hook&#8221; an action to this via a plugin would be very welcome (can that be achieved via plugin?)</p>
<p>After that we need to somehow change the hole presentation of the site. I am still studing the Flash Frontend code to find out how you did it.</p>
<p>Would somebody else be interested in this kind of plugin?</p>
<p>Any advice in the hole thing would be very welcome as I am new to the Indexhibit CMS and I may be not understanding some key aspects of the system right.</p>
<p>Thanks a lot in advance.<br />
Javier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1510</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 30 Dec 2010 08:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1510</guid>
		<description>hi bernardo,
no - not out of the box. but if you&#039;re an actionscript programmer you could easily create one or two classes that&#039;ll load and display the video.

you would use some kind of meta-tag inside the normal textfield and parse the data that is passed to flash via AMF - if there is a [video url=&quot;xxxxxx&quot;] you display a videoplayer on the site ... that&#039;s it.

phil</description>
		<content:encoded><![CDATA[<p>hi bernardo,<br />
no &#8211; not out of the box. but if you&#8217;re an actionscript programmer you could easily create one or two classes that&#8217;ll load and display the video.</p>
<p>you would use some kind of meta-tag inside the normal textfield and parse the data that is passed to flash via AMF &#8211; if there is a [video url="xxxxxx"] you display a videoplayer on the site &#8230; that&#8217;s it.</p>
<p>phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bernardo</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1508</link>
		<dc:creator>bernardo</dc:creator>
		<pubDate>Tue, 28 Dec 2010 14:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1508</guid>
		<description>hello, congratulations, flash+indexhibit is a very useful and inteligent solution, 
works with flash video ?

thanks!</description>
		<content:encoded><![CDATA[<p>hello, congratulations, flash+indexhibit is a very useful and inteligent solution,<br />
works with flash video ?</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1161</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Tue, 01 Jun 2010 07:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1161</guid>
		<description>hi a.a.
really like what you have done with our example! 
thumbs up :)</description>
		<content:encoded><![CDATA[<p>hi a.a.<br />
really like what you have done with our example!<br />
thumbs up :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. A.</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1149</link>
		<dc:creator>A. A.</dc:creator>
		<pubDate>Sat, 29 May 2010 01:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1149</guid>
		<description>very nice job!! 
I used your php libraries in this personal ( non commercial ) portfolio www.cadaunoescomoes.com and I&#039;ll use it a lot in future.

Just a tip, I added a &quot;sec_order&quot; field to ExhibitVo class to store section order.. and used &quot;order&quot; to save the gallery order inside a section, so I can detect gallery order modifications and reflect it in flash frontend. 

thanks for the good work!</description>
		<content:encoded><![CDATA[<p>very nice job!!<br />
I used your php libraries in this personal ( non commercial ) portfolio <a href="http://www.cadaunoescomoes.com" rel="nofollow"></a><a href='http://www.cadaunoescomoes.com'>http://www.cadaunoescomoes.com</a> and I&#8217;ll use it a lot in future.</p>
<p>Just a tip, I added a &#8220;sec_order&#8221; field to ExhibitVo class to store section order.. and used &#8220;order&#8221; to save the gallery order inside a section, so I can detect gallery order modifications and reflect it in flash frontend. </p>
<p>thanks for the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1032</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Tue, 16 Mar 2010 04:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1032</guid>
		<description>It looks great! And Tomas, the default IndexExhibit can&#039;t resize images as such. You could also possibly have Flash preload the images.</description>
		<content:encoded><![CDATA[<p>It looks great! And Tomas, the default IndexExhibit can&#8217;t resize images as such. You could also possibly have Flash preload the images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1018</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1018</guid>
		<description>There&#039;s already a flash site around. So your&#039;s might not be the very, very first.

lichtreflektion.de

Anyways, I very much apprechiate your work! ()Don&#039;t get me wrong</description>
		<content:encoded><![CDATA[<p>There&#8217;s already a flash site around. So your&#8217;s might not be the very, very first.</p>
<p>lichtreflektion.de</p>
<p>Anyways, I very much apprechiate your work! ()Don&#8217;t get me wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://apdevblog.com/first-real-life-flash-indexhibit-website/comment-page-1/#comment-1014</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Sun, 14 Feb 2010 23:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://apdevblog.com/?p=742#comment-1014</guid>
		<description>Yes, I don&#039;t see any point doing this website in flash. There is no any single tool that does something better then default Indexibit options. Not impressed at all. Sorry I like flash but I think it should be used with for the right purpose.</description>
		<content:encoded><![CDATA[<p>Yes, I don&#8217;t see any point doing this website in flash. There is no any single tool that does something better then default Indexibit options. Not impressed at all. Sorry I like flash but I think it should be used with for the right purpose.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

