Display UI overlay when VLC.js is loaded
Compare changes
+ 22
− 12
@@ -2,9 +2,14 @@ var statusElement = document.getElementById('status');
@@ -14,7 +19,7 @@ var VlcModuleExt = {
@@ -48,16 +53,21 @@ var VlcModuleExt = {
Resolves #22
The progress bar is now displayed when VLC.js has loaded in the DOM.
The icons not loading when using a remote server may be to the fact that the server is single threaded (they are queued / pending and time out). When using a multi threaded server, the icons load correctly.
Split into 2 commits.
VideoLAN code repository instance