The following example shows how we can navigateToURLĀ  and redirect users into the new page.

<mx:Repeater id="imageRepeater" >
<mx:Panel width="173" height="173" verticalAlign="middle" layout="vertical"
click="navigateToURL(
new URLRequest(event.currentTarget.getRepeaterItem().url), '_self');" >
<mx:Image source="{imageRepeater.currentItem.src}" />
<mx:Label text="{imageRepeater.currentItem.title}"
horizontalCenter="0" top="250" styleName="paneltitle" />
</mx:Panel>
</mx:Repeater>
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • BlinkList
  • Furl
  • NewsVine
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb