Hi,
interessting, but it's not krpano that truncates the string, I think the way how the parameters will be passed to the flash is the problem,
the swfobject script generates finally something like that to pass the variables to flash:
|
Quellcode
|
1
|
<param name="flashvars" value="sphere=...&preview.url=...">
|
and there a '=' will cause a problem,
a way of encoding should help, but I don't know yet, what way... (I will try to find out)
best regards,
Klaus