var fDesc=new Array(); fDesc[0] = "T2V Player is a special player that automatically converts text to video. Internally, it includes the TVML core engine, which plays TVML scripts, and the module that is called the Flexible Interpretation Loader (FIL), which plays plain text by converting it to TVML. The player has a text editing field, so you can instantly create a video by typing text into it and then clicking the Play button. The player also has a function that enables you to record the playback on a video file, so you can easily create an animation to share with others.

Major features of T2V Player are:

To play plain text and TVML scripts
The text editing field allows you to edit the script
Multiple selectable staging options for plain text
To record the playback on a video file in WMV format
A wide variety of characters, sets, and props
Nine synthesized voices
The ability to work with TTS engines that support Microsoft SAPI
Complies with the TVML Language Specification Version 3.0
Built based on an object-oriented architecture with C++
Using Irrlicht, a cross-platform piece of open source software, as the drawing engine
Light and fast
High portability
Compatible with Windows XP / Windows Vista / Windows 7"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }