var fDesc=new Array(); fDesc[1] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed."; fDesc[2] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools."; fDesc[3] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful."; fDesc[4] = "will be able to open FLV files and watch them with an excellent image quality. The FLV files are the files used to deliver video over the Internet. The video files you download from YouTube and other video-sharing websites are FLV files."; fDesc[5] = "convert our FLV video files (one at a time) to AVI, MP4, or 3GP format, thus making them playable on portable players, laptops, home cinemas, or even mobile phones."; fDesc[6] = "located in the hard disk of your computer or directly from the Internet. Using this program, you will be able to play any of the video files you download directly from the most popular video-sharing websites, such as YouTube, iFilm.com DailyMotion, etc."; fDesc[7] = ", fast-forward, preview SWF and FLV files frame-by-frame, create and manage playlists, and save Flash movies directly from websites."; fDesc[8] = "your website, you will most probably want to convert them into the most compatible format: Adobe Flash. Sothink Video Encoder for Adobe Flash performs such conversion from several video formats."; fDesc[9] = "web browser like Internet Explorer. It offers full support to the flash technology and incorporates lots of useful features, like a SWF player to play .swf files and a FLV player for playing all the default .flv flash files as well."; fDesc[10] = "matter the files' codecs. This program is like any other media player with the exception that this software only plays FLV files."; fDesc[11] = "standalone. You can play your FLV videos downloaded from Youtube, MySpace,iFilm,DailyMot ion etc."; fDesc[13] = "that you could convert the files and watch them in any regular media player. This FLV Player will let you watch any FLV file without needing to convert your files or adjust advanced settings before watching them."; fDesc[14] = "Player comes in handy with player controls options like play icon which plays as well as pauses the currently playing flash video file. SoftwarePile Free FLV Player has also got sound icon to adjust the volume or mute currently playing flash video file."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }