So I took the path to the rss and put it into http://www.cooliris.com/express/builder/. I took that code and made http://dev.iitpikapps.com/3dwall.html which confirms that I have the crossdomain.xml file and the rss that phoca gallery generated is valid.
I was then able to put that code into an article and have it sucessfully run on the front page http://dev.iitpikapps.com/.
So the question is why cant I get it running here? http://dev.iitpikapps.com/index.php?opt ... Itemid=160
When I look at the page source on my site I noticed that I have code where my rss path should be!
Code: Select all
<param name="flashvars"
value="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss" />
<embed type="application/x-shockwave-flash"
src="http://apps.cooliris.com/embed/cooliris.swf"
flashvars="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
Code: Select all
feed=<? echoCode: Select all
feed=<?php echoJan, thanks for the great Joomla Extensions.

