var fDesc=new Array(); fDesc[0] = "Adobe® Flash® Professional CS6 software is a powerful authoring environment for creating animation and multimedia content. Design immersive interactive experiences that present consistently across desktops and multiple devices, including tablets, smartphones, and televisions. Export symbols and animation sequences to quickly generate sprite sheets that help improve the gaming experience, workflow, and performance. Reach Android™ and iOS devices by targeting the latest Adobe Flash Player and AIR runtimes. Create and deliver applications with a prepackaged Adobe AIR captive runtime. Streamline application testing and enable end users to run your content without additional downloads.
Simulate common mobile application interactions like screen orientation, touch gestures, and accelerometer to help speed up testing. Turbocharge rendering performance by using direct mode to leverage the open source Starling Framework for hardware-accelerated 2D content."; 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 = ''; } }