Forgot password? Create an Account
Blog about action script programming.
Listed: Dec 30, 2011
Action Script Monster ― Here is XML Data that we are going to read. ∙ XML Data ∙ import flash.events.MouseEvent; ∙ import flash.net.URLRequest; ∙ import flash.net.URLLoader; ∙ import flash.events.Event; ∙...
Tags: Adobe AIR
Kirtan Patel ― 7 Jan, 12
Action Script Monster ― Summary:How to load Data From XML File to DataGrid Component using action Script ∙ First we need xml file at the root directory of the Application.So I created one like below . ∙ <users> ∙ <user name="kirtan"...
Kirtan Patel ― 3 Jan, 12
Action Script Monster ― var imagelink:String = "http://www.helpexamples.com/flash/images/image2.jpg"; ∙ var imageRequest:URLRequest = new URLRequest(imagelink); ∙ var myLoader:Loader = new Loader(); ∙ myLoader.load(imageRequest); ∙...
Tags: Action Script
Kirtan Patel ― 2 Jan, 12
Action Script Monster ― Scrolling text is simple task just you have to modify ScrollV Property of the TextField object you are working on. ∙ When we add Text to TextField object it assigns Line numbers to it.ScrollV Property tells which line is currently on the ...
Action Script Monster ― To load textdata from external file requires two things URLRequest object and URLLoader which will load the Text File From external source. ∙ in simple terms URLRequest object will be used to point which file will be loaded and URLLoader ...
Action Script Monster ― In this first article of my Action Script blog am going to tell how to start with action script.A brief intro for programmers who have worked with other programming languages. ∙ Declaring variable in action script.Ex : var x:Number = 10;...
Kirtan Patel ― 30 Dec, 11
Currently around a half of organizations ranging in size from SMEs to large multinationals ...
∙ One of the few things I consider when buying a frock is the print. Growing up, I ...
My first thought when I saw the topic for this weeks Photo Challenge: Curves was the ...