//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
Somestuff that i made with flash and photoshop
-
Since i'm using flash for a work, i decide to publish some of my arts over
here, hope ya'll like it :o https://files.catbox.moe/oo0fzx.jpg
https://files.ca...
1 week ago
0 comments:
Post a Comment