var fDesc=new Array(); fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos"; fDesc[2] = ", fast and quite simple to use software, what makes of it the perfect application for everyone. It's freeware, but the license is free only but non-commercial use."; fDesc[3] = ", browser cache integration, exe projectors support and playlists."; fDesc[4] = "You can download them from lots of flash websites. If you needed any time to see what´s in an .SWF file, SWF Opener 1.3 will be a great help."; fDesc[5] = "download a video; it also comes with a built-in video converter that can convert the downloaded video for your iPod, iPhone, 3GP player, Xbox player, Archos and for many other popular multimedia players."; fDesc[6] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file."; 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] = "and Flash Video (FLV) into all popular graphic formats such as Projector EXE, AVI, animated GIF and frame-by-frame JPEG/GIF/BMP image series targeting almost any potential customer."; fDesc[9] = "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[10] = "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[11] = "FLV video files. It is able to play your SWF Flash and FLV video files with its original quality. Flash2X Flash player comes with a simple interface which is not so attractive but it is easy to use and have basic functions."; fDesc[12] = "web page, and it has amazing and beautiful and realistic background effects. You can easily change font, text, color and layout, in a really fast way. You can preview your \"art\" in the movie preview window and increase or enjoy your banner! This program is made by Flash development."; fDesc[13] = "program supports AVI, RM, MOV, MPEG, ASF, SWF, FLV, WMV, M4V, 3GP, 3G2 and many more. All you have to do to convert your video files is to right-click on the video file you want to convert and then click on the format you want your file to be converted to."; fDesc[14] = "It includes the creation of Flash player to be inserted on the web page along with the video file itself. The Flash player is totally customizable and you can choose among several preset templates, to match the web page style."; fDesc[15] = "all the settings that can be changed. The process is quite simple. All you need to do is add an FLV file to the interface and change your settings. There are quite a bit of options that you can play with."; 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 = '...'; } }