via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
Hi, I want to make a list of available albums in the html outside the MSS div, which when clicked call up that album into MSS.
I see from the documentation that there are calls for making the nav buttons external, such as
function previousImage() { swf.previousImage(); }
function nextImage() { swf.nextImage(); }
function toggleMute() { swf.toggleMute(); }
but I can find no reference to a similar calling structure for albums, especially calling them up by id.
Is there such a call framework built into MSS?
Thanks for your wisdom.
I don't find something like that in the documentation, either.
If you use Actionscript, the call "loadXML" will help (just put one album into each xml).
For Javascript, I think one long album will be the easiest solution:
(A=Album A, B=Album B, etc.) (Numbers = images)
In the content area, you place the images one after the other:
ZZ
A1
A2
A3
...
A17
B1
B2
B3
...
ZZ is a blank image, as MSS will always load something.
Then it's down to counting images and using jumpToImage.
The last image in each "album" as well as the ZZ image gets action="Pause" in its configuration, and you should have the desired effect.
Hope this helps,
Christoph
1 to 2 of 2