Skip to main content
Participant
May 17, 2006
Question

jumping slides of captivate movies in flash

  • May 17, 2006
  • 2 replies
  • 234 views
hi
now the problem.: I have the interface in flash where in i have to call swf's created by captivate, each movies is linked with the buttons in menu and when clicked they play. As we know that every movie has some number of slides. So i have also created buttons for slides which are dybamically generated according to number of slides in a movie. Now the actual problem is lets say i have 7 slides in a movie and i have kept 7 buttons for 7 slides and when the movie is playing i want to jump from slide 1 to slide 5 so what is the variable (action script) for it what you have provided on your site is next & previous, what i require here is jumping between the slides.

Any help will be greatly appreciated.

thanx n regards

vmansata
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    May 23, 2006
    edit : I misread the question, my answer wans't relevant
    Participant
    May 23, 2006
    I have used code to jump one slide before

    window.cp.SetVariable("rdcmndNextSlide","1");

    and to also resume a captivate piece

    window.cp.SetVariable("rdcmndResume","1");