Skip to main content
May 4, 2017
Question

Testing in Scorm Cloud. My MP4 video take anywhere from 10 to 25 seconds to load. How can I make load faster?

  • May 4, 2017
  • 2 replies
  • 211 views

I have it set for progressive download. Also is there away to keep the progress line on the playback skin but it not be clickable?

    This topic has been closed for replies.

    2 replies

    TLCMediaDesign
    Inspiring
    May 5, 2017

    If this is HTML5 output you can execute this JavaScript on enter of the first slide to disable the progress bar:

    document.getElementById( 'playbarSliderThumb' ).style.visibility = 'hidden';

    var cvs = document.getElementById( 'playbarSlider' );

    cvs.style.pointerEvents = 'none';

    var ctx = cvs.getContext( '2d' ).canvas.disabled = true;

    Inspiring
    May 5, 2017

    Hi Blee,

    Download speeds are really variable and depend on a number of issues--your connection, the size of the video, how busy the server is etc. If you find the DL time unacceptable you can place it on a media server (like Vimeo or YouTube) and stream it using the Web Object embed function. Since its loading from YouTube there should be less/no lag.

    Cheers,
    Steve