var fDesc=new Array(); fDesc[0] = "Imperator FLA generates Flex projects and FLA files with Flash 6 (MX), Flash 7 (MX 2004), Flash 8, Flash 9 (CS3) or Flash 10 (CS4) library from the selected input SWF (compiled with Adobe's/Macromedia's Flash or Adobe's Flex) and thereby makes it possible to alter the content of a SWF even when the corresponding Flex project or FLA document got lost. Furthermore it gives you the opportunity to extract all classes (*.as and *.mxml files) and included media files (pictures, sounds and videos) to separate files on your system.
Features:
- Actions
- Buttons (eliminating graphically identical buttons)
- Classes (extracting the *.as files relative to the destination path)
- Components (with initialized variables)
- Environment Settings (backgroundcolor, framerate, height, width, etc.)
- Frame Labels
- Library Linkages
- Mask Layers
- Media Importpaths (for extracted media-files)
- Morph Shapes
- Pictures
- Shapes
- Sounds
- Sound Events
- Sprites (MovieClips)
- Textfields
- Videos
- All Timelines (rearranging them under FLA-compatible terms)."; 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 = ''; } }