The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I am using JW player on my forums, code which I use (BB code) and everything works just fine
Code:
<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="520" height="420">
<param name="movie" value="flv/player.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file={param}" />
<embed
type="application/x-shockwave-flash"
id="player2"
name="player2"
src="flv/player.swf"
width="520"
height="420"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file={param}"
/></object>
My BIG problem is how to use captions/subtitles with video files that I embed? My player file as you can see in code above is in forum root "flv/player.swf" My subtitle folder which I created is in "flv/captions" where i got few subs in "srt" format what to place within bb code right after ".flv" to play subs and how to change code above to make it work, pls if u can help at least your code which you use posted here would help me to find solution, or give me idea what I should change Thank you
|
|
#2
|
||||
|
||||
|
You could use the bbcode "option" to set the name of the caption file, such as:
[player="captionfile.srt"]whatevervideo.flv[/player] and use {option} in the bbcode like {param}. But you would need to find out from jw player support how to implement subtitles in the code. |
|
#3
|
|||
|
|||
|
Will play a bit with it
Thanks |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|