//AS3
//EYEBLASTER
import flash.events.MouseEvent;
import flash.system.fscommand;
click_btn.addEventListener(MouseEvent.CLICK,funcionClick);
function funcionClick(e:Event):void{
fscommand("ebInteraction");
};
//AS3
//EYEBLASTER
import flash.events.MouseEvent;
click_btn.addEventListener(MouseEvent.CLICK,funcionClick);
function funcionClick(e:Event):void{
EB.Clickthrough();
};
//AS3
//MSN
import flash.events.MouseEvent;
var tag:URLRequest = new URLRequest();
tag.url = clickTAG;
click_btn.addEventListener(MouseEvent.CLICK,funcionClick);
function funcionClick(e:Event):void{
navigateToURL(new URLRequest(tag),”_blank”);
};
//AS3
//MSN
import flash.events.MouseEvent;
import flash.system.fscommand;
click_btn.addEventListener(MouseEvent.CLICK,funcionClick);
function funcionClick(e:Event):void{
fscommand("URL1");
};
//AS3
//YAHOO
import flash.events.MouseEvent;
var tag:URLRequest = new URLRequest();
tag.url = clickTAG;
click_btn.addEventListener(MouseEvent.CLICK,funcionClick);
function funcionClick(e:Event):void{
navigateToURL(new URLRequest(tag),”_blank”);
};
http://www.flashkode.es
Embeded SWF loading event
-
well... I know this place has pretty much been killed by the admins and is
in it's death throes but oh well. I'm trying to use Embed SWFs in a project
for ...
1 week ago
0 comments:
Post a Comment