SubPLY online services
Combined DFXP File
Flash timed text format.
More on DFXP file
A combined .DFXP file is a timed text format that was created by Adobe for their free player skins that enable viewers to choose from subtitles in different languages. The file includes 2 or more languages.
Example:
<tt xml:lang="en" xmlns="http://www.w3.org/2006/04/ttaf1"
xmlns:tts="http://www.w3.org/2006/04/ttaf1#styling">
<head>
<styling>
<style id="b1"
tts:fontWeight="normal"
tts:color="#ffffff" />
</styling>
</head>
<body>
<div xml:lang="es" style="b1">
<p begin="0:00:04.840"
end="0:00:07.740">
Sin duda no
es un extraño en la<br/>
última final
de la temporada.
</p>
<p begin="0:00:07.970"
end="0:00:12.340">
Boris Becker se clasificó 8 veces para<br/>
las finales - y ganó
tres.
</p>
</div>
<div xml:lang="en" style="b1">
<p begin="0:00:04.840"
end="0:00:07.740">
He's
certainly no stranger to the<br/>
season-ending finale.
</p>
<p begin="0:00:07.970"
end="0:00:12.340">
Boris Becker
qualified for the Finals<br/>
8 times - winning three of them.
</p>
</div>
</body>
</tt>