groups

name language licence
AS3 Full Screen Command Other Other
code lines Other Other
link photoflow ActionScript Other
xml flash photoflow HTML Other



language: ActionScript
licence: Other

link photoflow

options: view full snippetsend to code collector
var eventListener:Object = new Object();
eventListener.onDoubleClick = function(eventObject:Object){
  getURL(eventObject.link,"_blank");
}
myPhotoFlow.addEventListener("onDoubleClick", eventListener);

==============================

note: myPhotoFlow = your instance name



===
AS3
===
	
(Continues...)