Example of player integrating for Vue.js


Example of a simple Vue2 application that creates a player in the player container

<div id="player"><div/>
var app = new Vue({
   methods: {
      init: function () { 
         const script = document.createElement("script");
         script.async = true;
         script.src = "playerjs.js";
         document.head.appendChild(script);
      },
      playerjs: function () {
         let player = new Playerjs({id:"player", file:"https://plrjs.com/sample.mp4"});
      }
   },
   created: function () {
      this.init()
   }
});
function PlayerjsAsync(){
   app.playerjs();
}

You need to change the selected links to your own.


19.9.212024 © PlayerJS

Sign up free

Sign up
By signing up, you agree to Terms of Service
Login if you have an account

Restore password

Restore
Forgot email? Contact us