Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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;