Hi Felix,
With regard to my URL lenght problem following information to help solving this issue.
With the help of "s5vi" I managed to get the following relative URL in "galery.xml" (I'm using SV Picasa template V1.8):
../../../fotosbestellen.php?fotonr=upd_tp_tweespan_ereklasse__3_.jpg&evenement=20060923-UPD-Utrecht-TP-Tweespan-Ereklasse&rubriek=Tuigpaarden
which equals a URL lenght of 141 charackters. So far, so good!
Note: parameters "fotonr" and "evenement" are from <%itemName%> and <%exportDescription%> from the Flash program; "rubriek" is added to galery.xml by a trick!
The "galery.xml" parses this URL to "viewer.swf" as:
../../../fotosbestellen.php?fotonr=upd_tp_tweespan_ereklasse__3_.jpg&evenement=20060923-UPD-Utrecht-TP-Tweespan-Ereklasse&rubrie
which equals a URL lenght of 128 charackters! So trimmed at 128 !!
I tested this with another dynamically created URL :
../../../fotosbestellen.php?fotonr=upd_tp_tweespan_ereklasse__10_.jpg&evenement=20060923-UPD-Utrecht-TP-Tweespan-Ereklasse&rubri
also trimmed to 128 charackters!
The textlink in "viewer.swf" shows :
mydomainname.nl/development/buy-fotos-online/fotosbestellen.php?fotonr=upd_tp_tweespan_ereklasse__4_.jpg&evenement=20060923-UPD-Utrecht-TP-Tweespan-Ereklasse&rubrie
so also trimmed in the same way, but in total > 128 charackters.
Calling and showing the >128 character long link of the XML-file in my browser is no problem; so the browser doesn't trim after 128 characters !!
I did a lot of research throug Google and I found that it is an XML -> Flash problem !! It could be a limit set by the XML parser to an attribute in Flash (a lot on the internet about that!). But more likely, because it is with parsing an URL (<A HREF>) only, it is caused by Flash that uses an 8bit value to store link attributes when transforming the htmlText.
Because the "galery.xml" parses a URL with lenght > 128 to "viewer.swf" as a URL of exact 128 characters (so trimmed!) it has to be an issue with Flash in SV! This idea is supported by my reaearch. Do you agree?
I found a workaround in http://chattyfig.figleaf.com/pipermail/ … 35327.html, but I am to much a newbie in XML and Flash to get this working.
Felix, do you see a possibility with the information I gave you, to fix the problem or to implement a workaround in SV Picasa template V 1.8?
met vriendelijke groet,
Berend