Hi Karl,
This is a very useful option if you make a special slide show for a client. For example, if I shoot a wedding I can make a special link to a specific (hidden)folder in the gallery. For example:
http://www.website.nl/wedding1 is redirecting to
http://www.website.nl/#/folder/wedding1/. In this case it's not necessary that visitors can access the other gallery's/albums so therefore they don't need to see the main menu. It would be nice if there is a way to do this by adding a specific parameter.
For now I can only fix this by making a special page and adding the following flash vars:
var flashVars = {
startpath: 'content/folder/wedding1/',
startshow: 'false',
startmode: 'image'
};
It would be nice if you could add an option for this feature in a future release, thanks!
Erik