PDA

View Full Version : For all who are good with video embeding or such, pls help :(


goxy63
08-01-2011, 01:32 PM
I am using JW player on my forums, code which I use (BB code) and everything works just fine
<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>
but....
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:o

BirdOPrey5
08-03-2011, 10:28 AM
You could use the bbcode "option" to set the name of the caption file, such as:

whatevervideo.flv

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.

goxy63
08-03-2011, 11:15 AM
Will play a bit with it

Thanks