Play video on click of a thumb

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samvb
    New Member
    • Oct 2006
    • 228

    Play video on click of a thumb

    Hi,
    I have 6 SWF videos listed down vertically. When user clicks them, i need to play the video in a video frame to the right of the page. the code of the page looks like this:

    <table>
    <tr><td>List of videos</td><td>Main video player</td></tr>
    </table>

    is that possible? i have seen a similar thing in tagged (when importing videos). Whats the code behind that please?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I guess it's done using Event Handlers (though I have never tried that myself)

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      JavaScript doesn't have native support, but you can use a plugin or Flash and use the methods exposed by them, e.g. see this.

      Comment

      Working...