-
Hello,
via a custom wordpress module I use the parameters “Start/End Time” within the FV Player shortcodes.
=> https://foliovision.com/player/advanced/custom-start-end-time
=> https://foliovision.com/player/basic-setup/shortcode-parametersI also use the video link function within the wordpress environment:
=> https://foliovision.com/player/basic-setup/creating-video-links
Here my question:
Is there a “workaround” how I can pass this “start/end time” also via URL paramter, so that I can define the “start/end time” via a URL for an external IFrame?
Pseudo code example:
<iframe src=”[ URL-TO-FOLIOVISION-PLAYER ],[ START-SECOND(S) ],[ STOP-SECOND(S) ]” allowfullscreen width=”720″ height=”480″ frameborder=”0″ style=”max-width:100%”></iframe>
Background:
I get the start and end times for a particular scene via an external script search. I want to use these times to generate an external preview within an IFrame.
Best regards
André