Dynamically loaded flash video player
-
Say I have four videos that I want to have on my homepage. I want them to play in order, but also have the ability to be changed by the user.
There would be a playlist that looks like:
[1] [2] [3] [4]
with each of the boxes containing a certain video. Essentially a playlist.
However, I do not want a pre-fabricated playlist by a video player, I want to be able to load the video dynamically via JavaScript, along with some pre-defined description of the video that could be carried along the video call whenever a number is clicked.
e.g.
<description>
<float:left 200px><video>
<float:right 600px>[1] [2] [3] [4]
Does anyone know how I could do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Dynamically loaded flash video player’ is closed to new replies.