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
<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