var fDesc=new Array(); fDesc[0] = "Rich Banner Templates
Preset colorful templates in different four sizes.
Offer 80+ free and remarkable banner templates, which comply with general industry specs.
Classified by themes, sizes and colors, you can find and select the desired one in minutes.
Searchable Resource
Input keywords to display resources in library.
Offer hundreds of graphic or image resources. Classified into different categories by usage.
Be searchable. Input the keyword FROG to get all the elements relevant to FROG in seconds.
Drawing & Editing Tools
Provide basic tools for all drawing and editing.
Include drawing tools as Line,Pencil,Pen, Oval Rectangle & editing tools as Reshape and Transform .
Enable you to edit brand new Flash design or the built-in banner templates in a easy way.
Easy-to-drag Effect Bar
Drag effect bar on timeline to manage Flash in better way.
60+ animated effects are available for use. One click to display and then show on timeline.
You can define both the start and the end point or effect duration by dragging and dropping.
Four Media Output
Publish to SWF, AVI & GIF, and HTML5 animation.
Export your banner into SWF, AVI & GIF as three different media types, HTML5 animation is available.
No worry about compatibility. Create a simple HTML5 banner for up-to-date web project.
Quick Code Wizard
Classify ActionScript usage into Events & Code Wizard.
Simply ActionScrpt commands. Define Events as release, press or rollover in a separate panel.
Preset Stop and OpenURL in Code Wizard. You can also input codes manually in blank Action panel."; 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 = ''; } }