Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other AFTERGLOW video swap out with SUBLIME VIDEO

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #207983
    drotar
    Participant

    as you may know, sublimevideo goes dark day after tomorrow. i found a company http://afterglowplayer.com that allows you to easily switch from one video player to the next. However, there is no documentation on how to switch out the playlist. any insight to this matter would be greatly appreciated.

    i am currently working with a simple very old website.
    website is http://www.jeffersonfilms.com

    STARTED WITH THIS:

    <script type=”text/javascript” src=”//cdn.jsdelivr.net/afterglow/latest/afterglow.min.js”></script>
    <script src=”http://www.jeffersonfilms.com/js/sublimevideo_playlists-jquery.js”></script&gt;

    THEN HAD THIS FOR THE VIDEO:

    <section class=”webvideoplayer”>

    <

    div>

    <video id=”video1″ class=”afterglow” poster=”video/poster/1.jpg” width=”640″ height=”360″ preload=”none”>
    <source src=”video/1.m4v” />
    <source src=”video/1.webm” />
    </video>
    <video id=”video2″ poster=”video/poster/2.jpg” width=”640″ height=”360″ preload=”none”>
    <source src=”video/2.m4v” />
    <source src=”video/2.webm” />
    </video>

    AND THEN THIS FOR THE BUTTONS

    <ul id=”webvideobuttons”>

    &lt;li id="thumbnail_video1"&gt;
      <a href="">
        <img alt="Thumbnail 1" src="video/thumb/1.jpg" width="120" height="51" />
      </a>
    </li>
    
    &lt;li id="thumbnail_video2"&gt;
      <a href="">
        <img alt="Thumbnail 2" src="video/thumb/2.jpg" width="120" height="51" />
      </a>
    </li>
    

    ANY SUGGESTIONS ON HOW TO MAKE THIS WORK WOULD BE GREATLY APPRECIATED. MY EMAIL ADDRESS IS [email protected]

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.