Versed in Flash ActionScript, primarily in interactive website and game design/programming .
Experienced in Flash/Flex based new media design, customized online solutions with innovative concepts, high impact websites through creative technologies.
7 years of software development and OOD experience C, C++ and 3D Graphics programming
Versed in full-life cycle skills, including requirements analysis, modeling, object-oriented analysis ,OOP, deployment, maintenance, and refactoring using UML
Friday, July 13, 2007
Flex 2.0 中关闭浏览器的方法
private function closeIE():void{
var request:URLRequest = new URLRequest("javascript:window.close()"); navigateToURL(request,"_self"); }
No comments:
Post a Comment