SubPLY online services
DFXP File
Flash timed text format.
More on DFXP file
A DFXP file is a timed text format that was created by Adobe for their free player skins that enable viewers to turn captions on/off during.
Example:
<?xml version="1.0" encoding="utf-8"?>
<tt xml:lang="eng"
xmlns="http://www.w3.org/2006/04/ttaf1">
<head>
<metadata
xmlns:ttm="http://www.w3.org/2006/10/ttaf1#metadata">
<title>value</title>
<copyright>value</copyright>
</metadata>
<styling
xmlns:tts="http://www.w3.org/2006/04/ttaf1#styling">
<style id="s1" tts:fontWeight=""
tts:color="#ffffff"
tts:font="Arial" tts:text-align="center"
tts:font-size="12pt" xmlns="" />
</styling>
<layout />
</head>
<body>
<div>
<p
xml:id="1" begin="4.8s" end="7.7s">
He’s certainly no stranger<br />
to the
season-ending finale.
</p>
<p xml:id="2" begin="8s" end="12.3s">
Boris Becker
qualified for the Finals<br />
8 times – winning three of them.
</p>
<p xml:id="3"
begin="12.8s" end="14.3s">
Well, I wish I were playing.
</p>
</div>
</body>
</tt>