private function closeIE():void{
var request:URLRequest = new URLRequest("javascript:window.close()");
navigateToURL(request,"_self");
}
来源:http://www.riacn.com/bbs/showthread.asp?threadid=6034
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
private function closeIE():void{
var request:URLRequest = new URLRequest("javascript:window.close()");
navigateToURL(request,"_self");
}
No comments:
Post a Comment