//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
CS3 is there a way to make super video blox to work?
-
i know that youtube api is dead and i wanna know if there's a way to make
it work with a working one?
2 weeks ago
0 comments:
Post a Comment