var fDesc=new Array(); fDesc[0] = "Flash ScreenSaver Builder 4.8 is a program for create ScreenSavers in Flash and add a big amount of transitions and effects to them.
When we open the program we can find thirteen buttons in the top toolbar, in the left side we can see the commands that we can add to our project and one window that shows the selected items.
In the commands we can select the images that we want to appear in our project, with show can select the image and in the position choose between Position X or Y and add more than twenty effects. In the move command we can select the Start Position and the end Position of the images, we can hide, put the duration in the wait command, add Multimedia/Flash files, insert a comment or add a website url.
We can have a preview ours projects in the preview button in the toolbar or use wizard for create projects, standard or in one step.
The options that we can mix in this program are amazing and we can create our projects with many variants. I recommend this program for personalizing our Screen Savers."; 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 = ''; } }