hi friends I am creating a flex application with application height 50 . I want a pop up to be displayed outside the main application in the browser. Is it possible?? Plz reply
views:
40answers:
1
A:
AS3 generally uses navigateToURL to make the browser jump to a new page - for instance:
navigateToURL(new URLRequest('http://stackoverflow.com/'), '_blank');
matt lohkamp
2010-03-30 08:15:51
@matt_lohkamp I dont want to open a new url in another window but i want to open a Titlewindow outside the Application bounds in Flex 3
Prashant Dubey
2010-03-30 08:58:32