so i have been trying to add the Caption plugin for 2 days straigh now .
this is the code im using right now for the caption code.
<script type='text/javascript' src='http://funnystation.net/filmes/player/swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('http://funnystation.net/filmes/player/player-viral.swf','mpl','900','370','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('file','http://85.17.72.197/1final/The Spy Next Door.mp4');
so.addVariable('captions.file','http://www.funnystation.net/filmes/temp/The.Spy.Next.Door.2010.R6.DVDRip.LiNE.XviD-iMAGiNE1.xml');
so.addVariable('plugins','captions-1');
so.write('mediaspace');
</script>
The video works fine but the XML file dosnt and i also think thre is a problem with it . i also want to know exaclty how to convert SRT to XML bc i have also tryed to link the SRT file but it wont work so can you please help me.
404 File not found
http://www.funnystation.net/filmes/temp/The.Spy.Next.Door.2010.R6.DVDRip.LiNE.XviD-iMAGiNE1.xml
http://www.funnystation.net/filmes/player/swfobject.js
Also, you need to use MP4Box to interleave the boxes.
MP4Box -inter 0.5 "The Spy Next Door.mp4"