rejetto forum
Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: guest on April 20, 2010, 02:34:45 PM
-
How do I show the subtitles using the DivX Web Player?
Please for help
Thanks
-
Are you referring to one of our templates? Also are these subtitles packaged in the file? or an external file? Not sure how to insert an external file.
-
Hi,yes is your template Terayon v1.3.3 and i try to call external file subtitles.
(1.avi & 1.srt)
Maybe little help for code.Source (http://developer.divx.com/docs/DivX_Web_Player/JavaScript_Interaction)
void SetCurrentSubtitleTrack(long index); // sets the currently playing subtitle track to the subtitle track at index “index” (pass -1 if you want no subtitle track to be selected)
Thanks
-
We embed the player using JavaScript, writing a piece of HTML, this code was written before we understood javascript embedding. Basically these are the only options available with this method: http://developer.divx.com/docs/divx_web_player/Embed_Parameters
So I doubt you can do it without heavy modification.