remote xml path with JS slideshowbox

Posted by imaxx 
remote xml path with JS slideshowbox
April 27, 2011 02:40PM
Hi

i have made some versions of the slideshow , most work just one where i have a problem
flash slideshowbox with on domain XML = OK
flash slideshowbox with remote XML = OK
JS slideshowbox with on domain XML = OK
JS slideshowbox with remote XML --> problem

flash with a remote path you have to place a reference in a crossdomain.xml file so you have the right to access content of that domain
so far as i know this is not the case with JS but i have no idea what your JS code exactly does

so is it posible the reason why my player doesn't work is that i have to place a reference on the remote domain where my XML is at ??

the generated XML structure is for all 4 the case the same so that should be no problem
the URL of the XML is
[www.imaxxdna.be]

of the slodeshowbox in JS with remote XML i have made 3 examples
[slideshowdna.imaxxserver.be]
[slideshowdna.imaxxserver.be]
[slideshowdna.imaxxserver.be]
none of them work

what is causing this problem ??
Re: remote xml path with JS slideshowbox
April 29, 2011 01:23PM
The js templates will only work if the xml will be on the same domain as the js files. That's how it supposes to work.
Re: remote xml path with JS slideshowbox
May 09, 2011 07:15AM
we found an easy solution
since the JS can't read any content from a foren domain we had an .NET file do it for the JS and the .NET file just posts back the XML so now the XML is comming from within the domain and JS works fine
easy workaround , din't think of it right away but forks fine ..
Re: remote xml path with JS slideshowbox
May 09, 2011 08:46AM
Thank you for sharing this here.
Sorry, only registered users may post in this forum.

Click here to login