Won't work for me - have to kinds of photos - Landscape and portrait -
I'd like to see portrait photos resized with white or black left/right border. Now it rescale it width and height
http://www.upr.org.pl/main/multimedia.php?strid=1&type=foto
and second kamera has more portrait fotos: eg. HPIM9251.JPG
First, unless you have modified the player, there is not a flashvar 'title', so remove this code. Title is only usable in playlists as a tag.
s.addVariable("title", theTitle);Second, I don't see the flashvar 'overstretch' anywhere in your player code. Did you remove it temporarily?
Overstretch [true,false,fit,none] should be used like this:
s.addVariable('overstretch', 'false');When testing, you should re-start your browser if you have changed the 'overstretch' value because it seems to become "stuck" in the browser's memory and won't show the change until you have re-started your browser or kicked the computer several times. :)
BTW, nice use of case in your JS.