Mega Code Archive
Define custom behavior for the click event of the LinkElement object
import flashx.textLayout.events.FlowElementMouseEvent;
[Bindable]
public var myArray:Array = ["Flex", "Flash", "ActionScript"];
private function handleClickEvent(e:FlowElementMouseEvent):void {
var url:String = "http://www.google.com/search?q=" + productList.selectedItem;
navigateToURL(new URLRequest(url), '_blank');
}
Search for product info on
Google