I'm trying to embed KRPano using SWFObject, and passing the Sphere and Preview filename via a JS parameter.
I'm trying to generate correctly sized images and previews using phpThumb, but it uses some URL parameters to pass details to the resizing script, e.g.
Code
phpThumb.php?src=/assets/images/equi/towers-03.jpg&w=1000&h=500&q=15&fltr[]=gray&fltr[]=blur|10
However when I try and pass this in via SWFObject, some of the parameters seem to be stripped off. Is there any documentation about what characters KRPano doesn't like? I think the equal sign is being removed. Even URL encoding the params don't seem to work. Any ideas?