<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>For the image problem, I think I spotted it.</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><a href="http://worldkit.org/svn/worldkit/com/brainoff/worldkitConfig.as">http://worldkit.org/svn/worldkit/com/brainoff/worldkitConfig.as</a></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color:
 transparent; font-style: normal; "><span style="background-color: transparent; ">function </span><span style="background-color: transparent; white-space: pre-wrap; ">onZoomifyConfig</span><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">            dayimg = zoomifydir + "/TileGroup0/0-0-0.jpg";
</pre><div>should be</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><pre style="word-wrap: break-word; white-space: pre-wrap; ">            dayimg = zoomifydir + "TileGroup0/0-0-0.jpg";
</pre><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><br></div></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><div><span>For the RSS issue, you could set <showload> to true for some debug. I think that it's not firing the RSS load, because not all the images are loading. That's also a bug.</span></div></div></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><a
 href="http://worldkit.org/svn/worldkit/com/brainoff/worldkitImages.as">http://worldkit.org/svn/worldkit/com/brainoff/worldkitImages.as</a><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span style="background-color: transparent; ">function onLoadError</span><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span>The commented out section should be uncommented.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;
 "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span>Hope that helps.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span>Mikel</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal;
 "><span><br></span></div><div> </div><div>* Mikel Maron * +14152835207 @mikel s:mikelmaron<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ben Whitman <qwertymodo@yahoo.com><br> <b><span style="font-weight: bold;">To:</span></b> Discussion of worldKit use and development <worldkit-dev@lists.brainoff.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, August 29, 2012 1:41 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [worldKit-dev] Possible bug with top-level zoomify image.<br> </font> </div> <br>
<div id="yiv1615142631"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div><span>My map is 4096x4096, and a trailing slash or not makes no difference.  I'd be willing to look into it myself, but I've never done Flash before.  If you think you know roughly where the bug might be, if you could point me in the right direction that might give me enough of a start to figure it out.  Also, is there any good way of debugging if something's not working?  I can't seem to get annotations working at all on my live site, but they work perfectly on my local dev server.  I've already ruled out 404's for all relevant files, and beyond that, I'm really stumped.  If you're at all interested in retro video gaming (or just want to see what I'm using your software for), check out http://parallelworldsmaps.appspot.com</span></div><div
 style="color: rgb(0, 0, 0); font-size: 16px; background-color: transparent; font-style: normal; font-family: 'times new roman', 'new york', times, serif; "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; background-color: transparent; font-style: normal; font-family: 'times new roman', 'new york', times, serif; "><span>Ben</span></div><div> </div><div>Quamquam omniam nescio, nec nihil scio.<br></div>  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Mikel Maron <mikel_maron@yahoo.com><br> <b><span style="font-weight:bold;">To:</span></b> Discussion of worldKit use and development <worldkit-dev@lists.brainoff.com> <br> <b><span style="font-weight:bold;">Sent:</span></b>
 Monday, August 20, 2012 5:58 AM<br> <b><span style="font-weight:bold;">Subject:</span></b> Re: [worldKit-dev] Possible bug with top-level zoomify image.<br> </font> </div> <br>
<div id="yiv1615142631"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div><span>Hi Ben</span></div><div><span><br></span></div><div><span>Been a while since I've jumped into worldKit!</span></div><div><span><br></span></div><div><span>I think I see where this bug might be introduced, but not sure. What is the setting you give for zoomifydir? Add a trailing slash there, and see if it makes a difference to the 404 on 0-0-0.jpg.</span></div><div><span><br></span></div><div>Haven't seen this before myself; that image doesn't get requested normally. What is the size of your map?</div><div><br></div><div><span>Don't think I'll have time to investigate much further, or rebuild, sorry. If someone wants to figure out and rebuild, that would be welcome.</span></div><div><span><br></span></div><div><span>Mikel</span></div><div> </div><div>* Mikel Maron
 * +14152835207 @mikel
 s:mikelmaron<br><blockquote style="border-left:2px solid rgb(16, 16, 255);margin-left:5px;margin-top:5px;padding-left:5px;">  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Ben Whitman <qwertymodo@yahoo.com><br> <b><span style="font-weight:bold;">To:</span></b> "worldkit-dev@lists.brainoff.com" <worldkit-dev@lists.brainoff.com> <br> <b><span style="font-weight:bold;">Sent:</span></b> Sunday, August 19, 2012 7:06 PM<br> <b><span style="font-weight:bold;">Subject:</span></b> [worldKit-dev] Possible bug with top-level zoomify image.<br> </font> </div> <br>
<div id="yiv1615142631"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div>I am setting up a map using WorldKit in the Zoomify configuration, with no zoomifydir specified, so the TileGroup0 and TileGroup1 folders exist in the same directory as the worldkit .swf (though I am experiencing the same issue even with a zoomifydir specified).  According to my server logs, it seems like the top level image (TileGroup0/0-0-0.jpg) is getting an extra forward slash appended to its url, because I keep getting 404 logs for .../My/WorldKit/Dir//TileGroup0/0-0-0.jpg This is not occurring for any of the other zoomify tiles, and the 0-0-0.jpg does exist in the TileGroup0 directory.  It would seem that for that single image, an extra slash is getting appended, resulting in 404's.
  Thanks.</div><div><br></div><div>-Ben</div></div></div></div><br>_______________________________________________<br>worldkit-dev mailing list<br><a rel="nofollow" ymailto="mailto:worldkit-dev@lists.brainoff.com" target="_blank" href="mailto:worldkit-dev@lists.brainoff.com">worldkit-dev@lists.brainoff.com</a><br>http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com<br><br><br> </div> </div> </blockquote></div>   </div></div></div><br>_______________________________________________<br>worldkit-dev mailing list<br><a rel="nofollow" ymailto="mailto:worldkit-dev@lists.brainoff.com" target="_blank" href="mailto:worldkit-dev@lists.brainoff.com">worldkit-dev@lists.brainoff.com</a><br><a rel="nofollow" target="_blank" href="http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com">http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com</a><br><br><br> </div> </div> 
 </div></div></div><br>_______________________________________________<br>worldkit-dev mailing list<br><a ymailto="mailto:worldkit-dev@lists.brainoff.com" href="mailto:worldkit-dev@lists.brainoff.com">worldkit-dev@lists.brainoff.com</a><br><a href="http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com" target="_blank">http://lists.brainoff.com/listinfo.cgi/worldkit-dev-brainoff.com</a><br><br><br> </div> </div> </blockquote></div>   </div></body></html>