Hi:
Would like to add subtitles to a video and srt format FLVPlayer. Anyway, I can not get work.
This is the code I have (PHP)
echo '<span class="mediaplugin mediaplugin_flv" id="'.$id.'"></span>'.
'<script type="text/javascript">'."\n".
'//<![CDATA['."\n".
'var FO = { movie:"'.$conf_video.'&captions=http://localhost/video.srt",'."\n".
'width:"600", height:"400", majorversion:"6", build:"40", allowscriptaccess:"never", allowfullscreen:"true", quality: "high" };'."\n".
'UFO.create(FO, "'.$id.'");'."\n".
'//]]>'."\n".
'</script>'."\n";
I should add the plugin accesibility?
If so an example, please