Hello,
This may be a noob question :$ . But I am really noob at programming and I don't know how to do it. I really like that player.
Okie. Please let me fill out my question.
Please Imagine that. We got 2 player in One Page.
One page is small player and another one is Big Player.
When page is load, small player will auto run. When I click that Small Player screen, Big Player will run that video also.
How can i link that two together ? It may be really stupid question. But I really don't know how to do it.
Please help and point out.
Thank you.
@tawthar,
First, a few questions to clarify things.
When the page initially loads, are both the small and the large players visible?
When the user clicks on the small player and the big player starts, what happens with the small player?
a) does it continue to run, meaning that the video will have to be synchronized,
b) does the small player stop
c) ?????
The basic method will be to enable 'linkfromdisplay' in the small player with a 'linktarget' of '_self' and a 'link' to a JavaScript function that will handle the sequence of events.
If you want the two players synchronized, then we will have to get the current position of the small player and scrub the large player to that position + some small amount to make up for the startup and scrubbing delays.