<?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: Simpleviewer pro + shadowbox</title>
	<atom:link href="http://spidertaffy.com/blog/?feed=rss2&#038;p=9" rel="self" type="application/rss+xml" />
	<link>http://spidertaffy.com/blog/?p=9</link>
	<description>Advice from a casual coder, and linux nerd</description>
	<lastBuildDate>Mon, 25 Jan 2010 23:08:59 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Spongejoj</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-353</link>
		<dc:creator>Spongejoj</dc:creator>
		<pubDate>Mon, 25 Jan 2010 23:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-353</guid>
		<description>Hello again,
i figured out where were the missing files (btw, windows search system really sucks)
I did what you said but it still wont work:

I modified ImageArea as you said so (before or after } on line 100 ?? i tried both)
I&#039;m not quite sure about what you mean by republishing the fla, i personally opened simpleviewer.fla and tried to save it but then i get an error about the code.
I figured it out that i was supposed to put all the shadowbox files in a &quot;inc&quot; folder to match your HTML code but im still unsure what gallery.xml should look like to allow pictures to go full screen.

Thank you very much</description>
		<content:encoded><![CDATA[<p>Hello again,<br />
i figured out where were the missing files (btw, windows search system really sucks)<br />
I did what you said but it still wont work:</p>
<p>I modified ImageArea as you said so (before or after } on line 100 ?? i tried both)<br />
I&#8217;m not quite sure about what you mean by republishing the fla, i personally opened simpleviewer.fla and tried to save it but then i get an error about the code.<br />
I figured it out that i was supposed to put all the shadowbox files in a &#8220;inc&#8221; folder to match your HTML code but im still unsure what gallery.xml should look like to allow pictures to go full screen.</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spongejoj</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-346</link>
		<dc:creator>Spongejoj</dc:creator>
		<pubDate>Sat, 23 Jan 2010 03:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-346</guid>
		<description>Hello,
thank you for this post the final result looks great.

Unfortunately the tutorial lacks information for such an amateur as me xD

I know the basics of HTML and as, downloaded Simple Viewer Pro and shadowbox but I don&#039;t understand where i&#039;m supposed to find ImageArea.as ?? Am i supposed to create it and attach it to something else ?

The answer is probably simple but i can&#039;t figure it out xD
Thank You.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thank you for this post the final result looks great.</p>
<p>Unfortunately the tutorial lacks information for such an amateur as me xD</p>
<p>I know the basics of HTML and as, downloaded Simple Viewer Pro and shadowbox but I don&#8217;t understand where i&#8217;m supposed to find ImageArea.as ?? Am i supposed to create it and attach it to something else ?</p>
<p>The answer is probably simple but i can&#8217;t figure it out xD<br />
Thank You.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-103</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 05 Jul 2009 01:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-103</guid>
		<description>Ignore the above (delete them if you like), I have it working... looks like it was a flash security setting.  Knew it had to be something simple. (doh)</description>
		<content:encoded><![CDATA[<p>Ignore the above (delete them if you like), I have it working&#8230; looks like it was a flash security setting.  Knew it had to be something simple. (doh)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-92</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 29 Jun 2009 11:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-92</guid>
		<description>I tried to post this on the Airtight Interactive forum but heck, you think it would be a simple task?  Doh!  Kept on telling me I couldn&#039;t post URLs without replacing dots with spaces.  Ggrrr...

[quote=&quot;djpm05&quot;]Anyone tried this yet? I am curious if I need to revise my instructions at all :)[/quote]

Thanks again for posting your code and the example using ShadowBox.

I am trying to call ShadowBox from a SimpleViewer-Pro gallery embedded within an HTML page.  To open the full image via ShadowBox by clicking on the main image displayed by SimpleViewer-Pro, I&#039;ve tried to get Javascript calls to work from within the &quot;getURL&quot; function, which resides inside the openFullImage function.  Complete lack of success so far.  I know it should be something simple but...

The &quot;getURL&quot; function works fine when using a standard URL, i.e. built with the XML parameters.

Also, the Javascript function I am attempting to call from ImageArea.as works fine when called from within the HTML page - it displays the ShadowBox image without a problem.

Is there something basic that is likely to prevent [code]getURL(&quot;javascript:function();&quot;);[/code] calls (example only) from working within the OpenFullImage function inside ImageArea.as?

Here are some example calls I&#039;ve tried:

[code]getURL(&quot;javascript:Shadowbox.init({skipSetup:true});&quot;,&quot;_self&quot;);
getURL(&quot;javascript:Shadowbox.open({player:&#039;img&#039;,title:&#039;&quot;+mXMLManager.title+&quot;&#039;,
content:&#039;&quot;+mXMLManager.imageFullLinks[mCurrentImageIndex]+&quot;&#039;});&quot;,&quot;_self&quot;);

or

getURL(&quot;javascript:ShowScreenShots();&quot;,&quot;_blank&quot;);[/code]


Using Flash CS4, FF3 and tried IE8.

Thanks in advance for any troubleshooting or isolation hints!

Greg</description>
		<content:encoded><![CDATA[<p>I tried to post this on the Airtight Interactive forum but heck, you think it would be a simple task?  Doh!  Kept on telling me I couldn&#8217;t post URLs without replacing dots with spaces.  Ggrrr&#8230;</p>
<p>[quote="djpm05"]Anyone tried this yet? I am curious if I need to revise my instructions at all <img src='http://spidertaffy.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> [/quote]</p>
<p>Thanks again for posting your code and the example using ShadowBox.</p>
<p>I am trying to call ShadowBox from a SimpleViewer-Pro gallery embedded within an HTML page.  To open the full image via ShadowBox by clicking on the main image displayed by SimpleViewer-Pro, I&#8217;ve tried to get Javascript calls to work from within the &#8220;getURL&#8221; function, which resides inside the openFullImage function.  Complete lack of success so far.  I know it should be something simple but&#8230;</p>
<p>The &#8220;getURL&#8221; function works fine when using a standard URL, i.e. built with the XML parameters.</p>
<p>Also, the Javascript function I am attempting to call from ImageArea.as works fine when called from within the HTML page &#8211; it displays the ShadowBox image without a problem.</p>
<p>Is there something basic that is likely to prevent [code]getURL("javascript:function();");[/code] calls (example only) from working within the OpenFullImage function inside ImageArea.as?</p>
<p>Here are some example calls I&#8217;ve tried:</p>
<p>[code]getURL("javascript:Shadowbox.init({skipSetup:true});","_self");<br />
getURL("javascript:Shadowbox.open({player:'img',title:'"+mXMLManager.title+"',<br />
content:'"+mXMLManager.imageFullLinks[mCurrentImageIndex]+"'});","_self");</p>
<p>or</p>
<p>getURL("javascript:ShowScreenShots();","_blank");[/code]</p>
<p>Using Flash CS4, FF3 and tried IE8.</p>
<p>Thanks in advance for any troubleshooting or isolation hints!</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-67</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Sun, 28 Jun 2009 08:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-67</guid>
		<description>Thanks again for your post and efforts.  I must be missing something obvious.  Unlike KitTy, I don&#039;t even get a blank white screen.  I know the Javascript function works in the HTML but for some reason the GetURL function will not execute the Javascript function (or any Javascript function) from my HTML.  Even javascript:alert() doesn&#039;t work.

I&#039;ve even tried:

getURL(&quot;javascript:Shadowbox.init({skipSetup: true});&quot;,&quot;_self&quot;);
getURL(&quot;javascript:Shadowbox.open({player:&#039;img&#039;,title:&#039;&quot;+mXMLManager.title+&quot;&#039;,content:&#039;&quot;+mXMLManager.imageFullLinks[mCurrentImageIndex]+&quot;&#039;});&quot;,&quot;_self&quot;);

in public function openImageLink() 

Nothing appears to work.

Next step is to try to simplify the HTML to a most basic page and try again.  Any thoughts as to why SimpleViewer Pro won&#039;t execute any Javascript functions from public function openImageLink()?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks again for your post and efforts.  I must be missing something obvious.  Unlike KitTy, I don&#8217;t even get a blank white screen.  I know the Javascript function works in the HTML but for some reason the GetURL function will not execute the Javascript function (or any Javascript function) from my HTML.  Even javascript:alert() doesn&#8217;t work.</p>
<p>I&#8217;ve even tried:</p>
<p>getURL(&#8221;javascript:Shadowbox.init({skipSetup: true});&#8221;,&#8221;_self&#8221;);<br />
getURL(&#8221;javascript:Shadowbox.open({player:&#8217;img&#8217;,title:&#8217;&#8221;+mXMLManager.title+&#8221;&#8216;,content:&#8217;&#8221;+mXMLManager.imageFullLinks[mCurrentImageIndex]+&#8221;&#8216;});&#8221;,&#8221;_self&#8221;);</p>
<p>in public function openImageLink() </p>
<p>Nothing appears to work.</p>
<p>Next step is to try to simplify the HTML to a most basic page and try again.  Any thoughts as to why SimpleViewer Pro won&#8217;t execute any Javascript functions from public function openImageLink()?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KitTy</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-34</link>
		<dc:creator>KitTy</dc:creator>
		<pubDate>Thu, 18 Jun 2009 05:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-34</guid>
		<description>Hey again. I still have no luck getting it to work hmmm... I&#039;m not sure if the downloaded shadowbox &amp; jquery files had any changes in them thus affecting the code? At the moment when I click on the image it just comes up with a blank white screen (so I&#039;m assuming it&#039;s trying to do something, but something is not right hence it&#039;s not processing the function correctly?) Would you be able to provide me a copy of your files? Or point me to the right direction please? Thanks so much!</description>
		<content:encoded><![CDATA[<p>Hey again. I still have no luck getting it to work hmmm&#8230; I&#8217;m not sure if the downloaded shadowbox &amp; jquery files had any changes in them thus affecting the code? At the moment when I click on the image it just comes up with a blank white screen (so I&#8217;m assuming it&#8217;s trying to do something, but something is not right hence it&#8217;s not processing the function correctly?) Would you be able to provide me a copy of your files? Or point me to the right direction please? Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-33</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Jun 2009 13:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-33</guid>
		<description>Sorry for the confusion, I thought those were all in the same shadowbox files the shadowbox.js file came in.

You can find them &lt;a href=&quot;http://spidertaffy.com/blog/code/a.css&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://spidertaffy.com/blog/code/loading.gif&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;

Let me know if you need anything else!</description>
		<content:encoded><![CDATA[<p>Sorry for the confusion, I thought those were all in the same shadowbox files the shadowbox.js file came in.</p>
<p>You can find them <a href="http://spidertaffy.com/blog/code/a.css" rel="nofollow">here</a> and <a href="http://spidertaffy.com/blog/code/loading.gif" rel="nofollow">here</a></p>
<p>Let me know if you need anything else!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KitTy</title>
		<link>http://spidertaffy.com/blog/?p=9&#038;cpage=1#comment-31</link>
		<dc:creator>KitTy</dc:creator>
		<pubDate>Wed, 17 Jun 2009 06:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://spidertaffy.com/blog/?p=9#comment-31</guid>
		<description>Hey there I tried this code, but it doesn&#039;t seem to be working. I have the following files 
# swfobject.js
# jquery.js
# shadowbox-jquery.js
# shadowbox.js
# shadowbox.css

missing a.css and loading.gif (where are these from?) would these affect it? Also is the last script suppose to be commented out? Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hey there I tried this code, but it doesn&#8217;t seem to be working. I have the following files<br />
# swfobject.js<br />
# jquery.js<br />
# shadowbox-jquery.js<br />
# shadowbox.js<br />
# shadowbox.css</p>
<p>missing a.css and loading.gif (where are these from?) would these affect it? Also is the last script suppose to be commented out? Thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

