Can I loop through slides with javascript?
What I would like to do is to jump to a slide (perhaps using cpCmndGotoSlide) using a slide label string rather than a number. e.g. cpCmndGotoSlide('Demo Slide 6')
Because the slide label string will be determined in runtime, my idea was to loop through the slide javascript objects, if they exist, looking for the slide with this slide label (e.g. slide5.slideLabel) , and then geting the corresponding slide number (e.g. slide5.slideNumber) so that I can use that number to jump to the correct slide....
Thanks for any help / ideas!
