<?xml version="1.0"?> 
<rdf:RDF 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns="http://purl.org/rss/1.0/">  
  <channel rdf:about="http://beta.twelvestone.com/forum_thread/view/15182">
    <title>RSS: Photo Browser flash+xml+php</title>
    <description>Last twenty posts from Photo Browser flash+xml+php</description>
    <link>/forum_thread/view/15182</link>
    <items>
      <rdf:Seq>	
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#732042" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#732040" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#732039" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#726439" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#723634" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#709376" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#703878" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#703822" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#703662" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#703470" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#701158" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#700488" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#696652" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#696568" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#696502" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#676694" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#632209" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#631312" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#628713" />
  
        <rdf:li 
	   resource="http://twelvestone.com/forum_thread/view/15182#628409" />
  
      </rdf:Seq>      
    </items>
  </channel>  
   
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#732042">
    <title>Reply by samhl 2010.02.17, 10:37AM</title>
    <description><![CDATA[ yes i know that there will be no support from craftmind himself (since years) ... but this is the biggest thread i found for this gallery ... and maybe other people that USE these gallery have an idea or an hint ....  seems that many people use this gallery ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#732042</link>
    <dc:date>2010-02-17T10:37:10+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#732040">
    <title>Reply by DontBogartMe 2010.02.17, 09:45AM</title>
    <description><![CDATA[ you might want to write to him directly, cos he doesn't do much support in here. ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#732040</link>
    <dc:date>2010-02-17T09:45:05+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#732039">
    <title>Reply by samhl 2010.02.17, 09:18AM</title>
    <description><![CDATA[ My problem is to include the *.swf in an other file. the swf is already loaded but no pictures are shown. i notice that the xml file is not really needed if the gallery.php exist.<br /><br />here my hirachie and working/not working problems:<br /><br /><br /><b><em>gallery/galleryname/*</em></b><br />this is the directory where i extract the content of the linked *zip file.<br />It working very fine if i browsing to:<br />- <a target="_blank" href="http://mywebsite.com/gallery/galleryname/index.php">mywebsite.com/gallery/galleryname/index.php</a><br />- <a target="_blank" href="http://mywebsite.com/gallery/galleryname/gallery.swf">mywebsite.com/gallery/galleryname/gallery.swf</a><br />it works fine only include <br />- images.jpg<br />- gallery.swf<br />- index.php<br />- gallery.php<br /><br />it seems that the gallery.xml is useless if the gallery.php exists? changing and deleting the gallery.xml does not have impact.<br />if i put other images in the directory they will be shown ...  very cool. <b>But finally i want include the *.swf in another site:</b><br /><br /><b><em>galleryshouldinclude.php</em></b><br />this page should have the gallery inside.<br />i try to include it with the same code as in the index.php with adjusted paths like<br /><div class="code-block"><pre>&lt;object id="flashmovie" type="application/x-shockwave-flash" data="gallery/galleryname/gallery.swf" width="300" height="300"&gt;<br />		&lt;param name="movie" value="gallery/galleryname/gallery.swf" /&gt;<br />		&lt;param name="FlashVars" value="&lt;? if(isset($_GET['image'])) echo "topimage=".$_GET['image'] ?&gt;" /&gt;<br />	&lt;/object&gt;</pre></div><br /><br />by browsing to <a target="_blank" href="http://mywebsite.com/galleryshouldinclude.php">mywebsite.com/galleryshouldinclude.php</a> my page is shown ... but the flash field is empty.  the flash is loading (rightclick on the place shows me the typically flash contextmenu) but there are no pictures loading.<br /><br />i try to change the gallery/galleryname/gallery.php  the $xml  path from <em>&lt;img src="'.$file.'"</em> to &lt;img src="gallery/galleryname/'.$file.'"<br /><br />it takes some effect if i now want access the page through<br />- <a target="_blank" href="http://mywebsite.com/gallery/galleryname/index.php">mywebsite.com/gallery/galleryname/index.php</a><br />- <a target="_blank" href="http://mywebsite.com/gallery/galleryname/gallery.swf">mywebsite.com/gallery/galleryname/gallery.swf</a><br />these pages now also shown an empty flash. so it looks like changing these part will definitivly change where the flash looks for the pictures but i have no chance to point the right ones?<br /><br />What can i do?<br />- is it neccessary to work with the original gallery.fla (and export again as swf?) I dont want change any look and feel of the slides<br />- is it neccessary to include and edit the .xml?<br />- any ideas? <br /><br />the swf and index.php works fine if i browse to the files in their subdirectory ... how can i include the swf in an file outside these directory? ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#732039</link>
    <dc:date>2010-02-17T09:18:47+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#726439">
    <title>Reply by allison_platt 2010.01.12, 02:13AM</title>
    <description><![CDATA[ Love this flash photo stack! I like that this one can handle different size images where others cannot. Extreamly helpful in my case. I do have one question... Is it possible to make the background transparent?  ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#726439</link>
    <dc:date>2010-01-12T02:13:44+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#723634">
    <title>Reply by sureel 2009.12.16, 11:15PM</title>
    <description><![CDATA[ The thing that i do not get is how do you link it with picasa since it was listed as picasa template... am i missing something? (<a target="_blank" href="http://www.paulvanroekel.nl/picasa/"><a target="_blank" href="http://www.paulvanroekel.nl/picasa/">paulvanroekel.nl/picasa/</a></a>)<br /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#723634</link>
    <dc:date>2009-12-16T23:15:53+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#709376">
    <title>Reply by festafotra 2009.09.04, 08:46PM</title>
    <description><![CDATA[ I'd like to add a new attribute for each image in the xml (just some text). Just few pictures so I could do it manually, the problem is how to read it from the SWF. <br /><br />I guess I'd need an empty textfield with an instance name... and some more code I can't figure out. <br /><br />Anyone still around for some help? Thanks.<br /><br /><br /><br />PS: and thanks Crafty, wherever you are!<br /><br /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#709376</link>
    <dc:date>2009-09-04T20:46:51+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#703878">
    <title>Reply by tenPlus 2009.07.28, 08:07AM</title>
    <description><![CDATA[ good to hear that he's pooling for you mate. At least I'll know that he's in good hands <img alt='wink' src='/images/smilies/wink.gif' /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#703878</link>
    <dc:date>2009-07-28T08:07:11+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#703822">
    <title>Reply by Storm 2009.07.27, 10:15PM</title>
    <description><![CDATA[ Derek is my new pool boy. Don't worry about him. ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#703822</link>
    <dc:date>2009-07-27T22:15:17+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#703662">
    <title>Reply by tenPlus 2009.07.25, 10:44PM</title>
    <description><![CDATA[ I say good on crafty for open sourcing this, it's given a lot of ppl the opportunity to re-create and develop their own versions and <img alt='ThumbsDown' src='/images/smilies/thumbsdown.gif' />: to Derek for trying to cash in and piggyback on a very successful thread. ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#703662</link>
    <dc:date>2009-07-25T22:44:50+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#703470">
    <title>Reply by melchi03 2009.07.24, 12:56AM</title>
    <description><![CDATA[ Hello I need help to modify the code to show images in the centre of scenario instead of upper left corner. Thanks<br /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#703470</link>
    <dc:date>2009-07-24T00:56:14+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#701158">
    <title>Reply by Derek Chou 2009.07.09, 05:47AM</title>
    <description><![CDATA[ Flash Gallery Make is a photo slideshow maker, which can build standalone photo flash (.swf) and xml-driven photo slideshow with different transition effects and flash templates. With Flash Gallery Maker, you can create gorgeous photo flash slideshows for watching on computer, burn the auto-run flash photo album to gift CD/DVD, build a web gallery with amazing flash slideshows with dynamic SWF + HTML + XML files, or upload the slideshows to our free web album Go2Album, and then embed the slideshows to your personal website, MySpace, Blogger, Friendster and many other social networking websites.<br /><a target="_blank" href="http://www.flash-gallery-maker.com">Flash gallery maker</a> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#701158</link>
    <dc:date>2009-07-09T05:47:21+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#700488">
    <title>Reply by abcohen 2009.07.03, 01:12PM</title>
    <description><![CDATA[ So I wrote some PHP to put an xml file based on the directory you point it to - read the files get the information and write it to the xml file and it works <img alt='smile' src='/images/smilies/smile.gif' /><br /><br />write-xml.php<br />----<br /><div class="code-block"><pre><br />&lt;?php<br /><br /><br />// Specify Directory where images are<br />$dir = "images/";<br /><br />// open specified directory<br />$dirHandle = opendir($dir);<br /><br />// Initialize the $returnstr variable<br />$returnstr = "&lt;?xml version=\"1.0\" ?&gt;";<br />$returnstr .= "\n";<br /><br />while ($file = readdir($dirHandle)) {<br />// if not a subdirectory and only if filename contains the string .jpg, .gif, or .png<br />    if(!is_dir($file) && strpos($file, '.jpg')&gt;0 || strpos($file, '.gif')&gt;0 || strpos($file, '.png')&gt;0) {<br />               // update count and string of files to be returned<br />               $count++;<br />               // $returnstr .= 'Image ' .$count. ' = ' .$file. '&lt;br/&gt;';<br />				list($width, $height, $type, $attr) = getimagesize("$dir$file");  <br />                $returnstr .= '&lt;img src="' . $dir . '' . $file . '" width="' . $width . '" height="' . $height . '"/&gt;';<br />			   $returnstr .= "\n";<br />   <br />      }<br />      <br />}<br /><br /><br />$filewrite ="gallery.xml";<br />$fh = fopen($filewrite,'w') or die("can't open file");<br />fwrite($fh, $returnstr);<br />fclose ($fh);<br /><br />print $returnstr;<br />closedir($dirHandle);?&gt;<br /></pre></div><br /><br />you'll also need to upload a gallery.xml file to make sure it opens and writes <img alt='smile' src='/images/smilies/smile.gif' /><br /><br />my only wish is that I could make it into a liquid flash display that it would resize based on screensize (no matter the image size [and those would fall back to a  %]) ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#700488</link>
    <dc:date>2009-07-03T13:12:25+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#696652">
    <title>Reply by scudsucker 2009.06.04, 09:16PM</title>
    <description><![CDATA[ <blockquote class="quote-block">craftymind  <b>2004</b>.03.24, 07:16PM </blockquote><br /><br />Not to rain on your parade, but the code crafty posted is now <b>5</b> years old.<br /><br />Not that it is bad code, for flash 5 etc, but, you can find far more recent examples.. and I have not seen Crafty here for ages.<br /><br /><br />  ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#696652</link>
    <dc:date>2009-06-04T21:16:51+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#696568">
    <title>Reply by skartknet 2009.06.04, 02:02PM</title>
    <description><![CDATA[ Hi! I'm trying to include the gallery in a custom php file. It's work into dreamweaver activating the Live Data but doesn't work when I upload it into my server. Anyone?<br />Thanks! ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#696568</link>
    <dc:date>2009-06-04T14:02:07+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#696502">
    <title>Reply by digitalgeneral 2009.06.03, 11:35PM</title>
    <description><![CDATA[ Hello, this setup works very well but I'm a video guy and I'd like to add some flv files to the mix.  Ideally, photos and videos would be great!  I've got little to no idea what to do but I believe it has something to do with the gallery.php code.  In theory I would believe an if else statement would need to be made to load a player so that when the file comes up in the stack, it would be able to play.<br /><br />Though, I may just be taking sh--t.<br /><br />Sorry for resurrecting of an old thread. ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#696502</link>
    <dc:date>2009-06-03T23:35:47+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#676694">
    <title>Reply by Curro 2009.01.23, 04:16PM</title>
    <description><![CDATA[ Hi Craftymind. Im new here, but i have downloaded the "flash gallery" that you have here, and i cant use it correctly. I open the ".fla" and run it, but the gallery appears on the corner, with all photos centered on the top left corner. WHY? How i can use into another .fla?<br /><br />I need some help. Please.<br /><br />Thanks a lot. ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#676694</link>
    <dc:date>2009-01-23T16:16:10+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#632209">
    <title>Reply by akwilinski 2008.06.06, 02:53AM</title>
    <description><![CDATA[ I am a little slow huh,... the php code I needed was a few posts right above mine.<br /><br />So thanks to Tha.Riddla. you have saved me hours of headaches due to my inability to code or understand php.<br /><br />thanks again!!!<br />-AK ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#632209</link>
    <dc:date>2008-06-06T02:53:10+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#631312">
    <title>Reply by akwilinski 2008.06.02, 02:54PM</title>
    <description><![CDATA[ I am trying to make separate photostacks on separate pages, but only works when the swfs are in the root directory. I made separate xml files and php files for each of the catagories in subdirectories, but it only works when the photos are in the root folder.<br /><br />this is what I have:<br />home.html<br />gallery1.html, gallery1.swf, gallery1.php, gallery2.xml, and the gallery1.jpgs....<br />gallery2.html, gallery2.swf, gallery2.php, gallery2.xml, and the gallery2.jpgs....<br />gallery3.html, gallery3.swf, gallery3.php, gallery3.xml, and the gallery3.jpgs....<br /><br />I was hoping it would work if I put them in separate ( /gallery1) directories and have the php find the sub-d<br /><br />Is it possible to do this or should I find another photostack that will do this?<br /><br /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#631312</link>
    <dc:date>2008-06-02T14:54:06+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#628713">
    <title>Reply by julian 2008.05.19, 01:29PM</title>
    <description><![CDATA[ how is it possible to create a thumbnail view like on Andrew Berg's homepage: <a target="_blank" href="http://www.andrewberg.com/photobrowser/"><a target="_blank" href="http://www.andrewberg.com/photobrowser/">andrewberg.com/photobrowser/</a></a><br /><br />can anybody help me? ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#628713</link>
    <dc:date>2008-05-19T13:29:55+00:00</dc:date>
  </item>
  
  <item rdf:about="http://twelvestone.com/forum_thread/view/15182#628409">
    <title>Reply by julian 2008.05.16, 05:26PM</title>
    <description><![CDATA[ hello!<br />is it possible to attach a navigation like this:<br /><div class="code-block"><pre>var tl = this;<br />var clicked;<br /><br />for (var i = 1; i &lt;= 7; i++) {<br />	this["mc" + i].onRollOver = function () {<br />		if (this != tl.clicked) {<br />			this.gotoAndPlay ("s1");<br />		}<br />	};<br />	this["mc" + i].onRollOut = this["mc" + i].onReleaseOutside = function () {<br />		if (this != tl.clicked) {<br />			this.gotoAndPlay ("s2");<br />		}<br />	};<br />	this["mc" + i].onRelease = function () {<br />		if (this != tl.clicked) {<br />			this.myNum = this._name.substr(2);<br />			_root.content.gotoAndPlay("page" + this.myNum); //attached movieclip<br />			this.gotoAndStop (20);<br />			tl.clicked.gotoAndPlay("s2");<br />			tl.clicked.useHandCursor = true;<br />			tl.clicked = this;<br />			this.useHandCursor = false;<br />		}<br />	};<br />}<br /></pre></div><br /><br />and attach movieclips to the stack? and let rotate the added movieclip horizontally?<br />like a homepage <img alt='smile' src='/images/smilies/smile.gif' /> ]]></description>
    <link>http://beta.twelvestone.com/forum_thread/view/15182#628409</link>
    <dc:date>2008-05-16T17:26:19+00:00</dc:date>
  </item>
  
  
</rdf:RDF>
