Mira me descarge los archivos, hice pruebas con este docuemnto XML y funciono:
table.xml
Código XML :
<?xml version="1.0" encoding="UTF-8"?>
<html>
<body>
<table width="359" border="1" bordercolor="#ff3e3c" bgcolor="#1c1e20" cellspacing="6" cellpadding="6">
<tr>
<td colspan="3" align="center"><font color="#bbbbbb">Colspan: this cell spans over three
columns.</font></td>
</tr>
<tr>
<td width="105" cellfont="libfont" antialias="advanced" gridfit="pixel" sharpness="400"><font
color="#bbbbbb">Embed library fonts and use custom antialias</font></td>
<td rowspan="2" align="center"><font color="#bbbbbb">Rowspan: this cell spans over two
rows.</font></td>
<td align="right"><font color="#bbbbbb">Click <a
href="asfunction:startAnimation,someParameterList"><font color="#7b8ad5">play</font></a> or <a
href="asfunction:stopAnimation,someParameterList"><font color="#7b8ad5">stop</font></a> to control the
animation below.</font></td>
</tr>
<tr>
<td align="center"><img src="images/tableimage.swf" width="101" height="52" vspace="2"
hspace="2"/></td>
<td align="center" id="animationCell"><img src="images/tr_anim.swf" width="94" height="44"
vspace="4" hspace="11" id="animationSwf"/></td>
</tr>
</table>
</body>
</html>

pues ahi explican todo muy bien, el componente solo recive como propiedad XML/Html Source File, el nombre del archivo.xml, incluso lee el formato html, eso te facilitaria mucho, si ya sabes usar tablas en HTML, sino leete el curso de HTML de Cristalab. Suerte.