To use 2 multitrack video players on the same page use
the following technique.
On your server create 2 folders as "video1" and "video2".
The first folder will hold all video files related to Player
- 1
The second folder will hold all video files related to Player
- 2
Similiarly on your PC create 2 folders "video1" and "video2".
These will be your output folders.
Now generate the code for the first player. While you do so
on the software for the server paths entries use the link:
http://www.yourdomain.com/video1/
Select the video1 folder on your pc as your output folder.
Generate the code, paste the code on your HTML.
Similiarly for the second video player, for the server paths
entries use the link: http://www.yourdomain.com/video2/
Select the video2 folder on your pc as your output folder.
Generate the code, paste the code on your HTML.
Upload the files from your video1 folder from your pc to video1
folder on your server and the files from your video2 folder
from your pc to video2 folder on your server.
Upload your HTML file and you are done.
Using the same process you can use more than 2 players on
a web page.
Back to tutorials |