The captions plugin states to set captions.file to specify the captions file.
How can this be set with playlists?
I have this which used to work for accessibility, but does not work for captions
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<item>
<title>video/jack_johnson__better_together</title>
<media:content url="/app/video/jack_johnson__better_together.flv" type="video/x-flv" />
<media:group>
<media:meta type="captions">http://localhost/app/CaptionsController.spr?title=video/jack_johnson__better_together</media:meta>
</media:group>
</item>
</channel>
</rss>
is your movie served from localhost or do you have a cross-domain policy file on the root of localhost so you don't run afoul of the same-domain security restriction?