I am creating an interactive map in Flash that will be embedded in PowerPoint. I would like to have some hot spots on the Flash map that will link to specific PowerPoint slides within the presentation. Does anyone know how this would be coded?
I found a video that uses VB inside PowerPoint to link to the next slide, but it does not show how to pick a single slide: http://youtu.be/9YLqd8dKhcg
Thanks in advance.
From the link you provided:
Change that to:
lSlideIndex
is a long = the ordinal number of the slide in the presentation. i.e., if you want to go to 42nd slide,.GoToSlide(42)