In this tutorial, I will teach you how to use Window component. In window component you can load MovieClips or even another SWF files.
Download Source Files

win.title = "Sample Window";
win.closeButton = true;
win.contentPath = "ani";
win.setSize(250,200);
var listener:Object = new Object();
listener.click = function(){
win._visible = false;
}
win.addEventListener("click",listener);
win.title = "Sample Window";win.closeButton = true;win.contentPath = "ani";win.setSize(250,200);
var listener:Object = new Object();
listener.click = function(){
win._visible = false;
}
win.addEventListener("click",listener);
Labels: ActionScript 2, Flash, Flash Tutorial
Continue Reading!
Mouse cursor hides itself when there is no mouse movement. And after the mouse is hidden when you move mouse, the mouse cursor appears.
Download Source FilesLabels: ActionScript 2, Flash, Flash Resource
Continue Reading!
In this tutorial, I will teach you how to remove the user interface of the flash player using Adobe AIR with Flash CS3.
Adobe AIR - Tutorial.
Download Source Files


Labels: ActionScript 2, Adobe AIR, Flash, Flash Tutorial
Continue Reading!Labels: Blog
Continue Reading!