Hi there I want to create a link-image and when I click on to change the
current page. Here I provide me code. My problem is that when I use
navigateToURL(u,'_blank') it works fine. But when I use 
navigateToURL(u,'_self') it doesn't work.. And I want it to open on the same
page and not in a new tab..
 
 
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"; >
 
          <mx:Script>
                    
          </mx:Script>
 
          <mx:Image id="fbImg" source="refresh.png" useHandCursor="true"
buttonMode="true" click="openNewWindow(event)"/>
 
 
</mx:Application>



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Problem-with-navigateToURL-tp6288.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to