# ByteArk Firework

WARNING

ByteArk Firework integration is a Business-only feature. Please contact sales@byteark.com to enable it.

ByteArk Firework integrates ByteArk Player with the Firework (opens new window) shoppable video platform, letting you sell products directly within the player.

# Enable

var player = bytearkPlayer('video-player', {
  fluid: true,
  plugins: {
    bytearkFirework: {
      // Configuration provided by ByteArk team
    }
  },
  sources: [{
    title: 'Big Buck Bunny',
    src: '<MEDIA_URL>',
    type: 'application/x-mpegURL'
  }]
});
1
2
3
4
5
6
7
8
9
10
11
12
13

Contact the ByteArk team to receive your Firework integration configuration.