var fDesc=new Array();
fDesc[0] = "SWF To Video SDK helps to convert SWF and FLV flash movies to WMV and AVI video with sound.
Benefits:
* Ready to use methods to load SWF and FLV and convert Flash to WMV and AVI video using ActiveX/COM object interface!
* Royalty-free distribution along with your product/application (Developer License is required);
* Includes .NET and ActiveX interfaces;
* Supports 2 modes: frame by frame and swf-with-live-data (to convert SWF with external FLV, images or XML);
* Can convert Flash movie from URL link from web-server;
* Supports SWF and FLV as input formats;
* Supports WMV and AVI as video output;
* Supports SWF to image conversion - converts SWF to BMP, SWF to PNG, SWF to PNG with transparency;
* Supports lossless video format (using Bytescout Lossless Video Codec included);
* Can set parameters for Flash movies: variables, align, scale, background color;
* 32-bit RGBA MODE with transparency is supported;
* Can merge external audio track into output video.
Can be used from Visual Basic, C#, ASP.NET, C++. This flash to video conversion SDK simplifies conversion of SWF into video (WMV video, AVI video) with sound conversion support in your desktop or web application.";
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 = '';
}
}