1

Closed

select album by title

description

Allow for specifying a specific album in the query string by title rather than just by index.
 
See related discussion thread:
http://slideshow2.codeplex.com/Thread/View.aspx?ThreadId=61120
Closed Jul 14, 2009 at 5:42 AM by sbeeler
Included in Release 2.1

comments

sbeeler wrote Jul 12, 2009 at 10:58 PM

Addressed in change set 25960. You can now specify the start album by either the album index or the album name via the query string. Note that with this code change the album query string parameter does NOT need to be the first item in the querystring (as would be required by the code presented in the related discussion thread code).

So, you can now start you slide show in a specific album using either of the following:

www.sample.com/slideshow.html?album=7

or

www.sample.com/slideshow.html?album=MyAlbumTitle

See http://slideshow2.codeplex.com/SourceControl/changeset/view/25960 for code changes to Navigation.cs