XF 1.2 BBcode Media with two ID's

optimus

Member
Hi,

I want to use the player of http://sublimevideo.net/ to embed some of my own videos with subtitle.
I'm starting with something like it, but not realy work.
O4MfWSv.webp
HTML:
<script type="text/javascript" src="//cdn.sublimevideo.net/js/xxxxxxxx.js"></script>
<video id="{$id}" class="sublime" width="640" height="360" title="{$thread.title}" data-uid="{$id}" preload="none">
  <source src="/v/{$id}" type="video/mp4" />
  <track src='/s/{$id2}.srt' label='English' />
</video>

What I can do?
 
Top Bottom