Topic: Problem with dynamic generated path to xml file
Hello,
I have tried make integration SimpleViewer with Quick.Cms.Lite. I have created function which generate xml file basing on database of this CMS (I want have possibility to add pictures by admin panel). And everything works ok. You can see example of generated xml file here: http://mak-web.pl/projekty/Quick.Cms.Li … lFile=true
The problem is when I try to use this address in tag:
<param name="flashvars" value="galleryURL=http://mak-web.pl/projekty/Quick.Cms.Lite_v2.6_SimpleViewer/index.php?o-firmie,1&xmlFile=true">
it is not working. The gallery should be visible here:
http://mak-web.pl/projekty/Quick.Cms.Li … o-firmie,1
Xml file is correct because when I saved it as gallery.xml (copied content from browser) gallery works perfect. I have try to use relative path also but without effect. Always the same error: "Cannot Parse Gallery XML"
Can somebody have experience with this kind of problem?