I am using the revolution slider for a hero video. I have two slides each with videos and they both work.
I want to be able to programmatically have the video go to the 2nd slide video. I have a variable
var apiRevoSlider = tpj('#slider').show().revolution( ... all the init stuff ...)
I tried apiRevoSlider.revcallslidewithid('secondslide'); (my target slide is with id="second slide") but it doesn't seem to work.
i also tried this from "revolution.slide.onloaded" but still nothing.
What am I missing.
