Topic: Does Pro support "footer" still?
Generating albums with Porta I used to get a footer in this way:
fo.addVariable("footer", "my footer");
Since Swfobject.js v2 the method has changed to :
var flashvars = {};
flashvars.footer = "my footer";
However, I no longer get a footer displayed. Question therefore is
Is this the correct translation for addVariable or is it that Simpleviewer 2 pro no longer supports a footer?