Some times we need to open a URL in a new window from our Flex applications.At Flex 1.5 we can use getURL method,as opposed,Flex 2.0 can use navigateToURL to realize it. Here is a straight and easy solution, The code is below:
var url:URLRequest = new URLRequest(”http://ntt.cc/”); navigateToURL(url,”_blank”);
And that’s it! I love when you can make something with only a few lines of code

January 22nd, 2008
Ntt.cc 








Posted in
Tags: 
RSS Feed
Email Feed
If you public one example plez brink the complete solution
Thanx Dude, this blog gave me simple n fine way to open separate url …….. thanx again .. keep it up!!!!!!!!!!!