I have swfobject and SlideShowPro working fine, the problem is I want to be able to pass in a dynamic URL path for the xml file so I can reuse the singe SWF on various spots in the site. I followed all the info from the SSP Wiki for the AS3 code and for the swfobject Flashvars that need to be pasted and that’s fine - no errors.
The problem is that when I paste in the URL (which is formatted like this:
http://srssoft.slideshowpro.com/images.php?album=68145) the URL itself gets truncated and doesn’t display. It gets mangled like this when rendered: xmlfile=
http://srssoft.slideshowpro.com/images.phpalbu
I have tried using a a weblink to redirect the in MODx, but that doesn’t work, resulting in an empty Slideshow.
My assumption is that the snippet isnt allowing the "?" in the URL string.
Any ideas?