-
I’m creating a page where when a user clicks on a link and a video is inserted on the page and then the user can click on various timestamp links to go to different parts of the video. My code for inserting the player HTML works but when I try to use the api, typeof(flowplayer) is undefined. Do you have any guidance on how to make this work?
Or should the page already include the flow player when it loads and then change the video to play when the user clicks on the link? How would one change the video to play programmatically?