I see the symptom where it works fine for several, and the screen is black for others. Not sure if this has to with media texture, quicktime version, lack of fonts, etc.
The TexML is below. If anyone has a lead as to why it will render for some, and not for others, I'd sure appreciate hearing about it! (yes, I am writing a quicktime RSS reader)
CODE
<?xml version='1.0'?>
<text3GTrack trackWidth="1000.0" trackHeight="1000.0" backgroundColor="100%, 100%, 100%, 100%" language="eng">
<sample duration="6000" keyframe="true">
<description format='tx3g'
horizontalJustification="left" verticalJustification="top"
backgroundColor="100%, 90%, 80%, 100%" >
<defaultTextBox x="0" y="0" width="980" height="768">
</defaultTextBox>
<fontTable>
<font id="1" name="Arial"></font>
</fontTable>
<sharedStyles>
<style id="normal"> {font-table: 1}
{font-size: 24}
{font-style:normal}
{font-weight: bold}
{text-decoration: normal}
{color: 100%, 50%, 0%, 100%}
</style>
<style id="link"> {font-table: 1}
{font-size: 24}
{font-style:normal}
{font-weight: bold}
{text-decoration: underline}
{color: 100%, 50%, 100%, 100%}
</style>
</sharedStyles>
</description>
<sampleData targetEncoding="utf8">
<text styleID="link">
http://digg.com/design/Declutter_your_desk_Mount_all_the_extras_underneath_PICS
</text>
<text styleID="normal">
Declutter your desk - Mount all the extras underneath! (PICS)
-------
A friend of mine, Van, was tired of having so much crap in his home
office. So he decided to mount all the extras (route, external
drives, modem, etc.) underneath his desk. Now he just has his
laptop, monitors and keyboard/mouse on his desk. The link provides
lots of great pictures and simple instructions.
</text>
</sampleData>
</sample>
</text3GTrack>