Adobe is committed to providing you with options to control SWF or FLV content and applications that run in Adobe …
Topic Archives: Flash
Fullscreen in ActionScript 3.0
To make a Full Screen mode for a flash application is much easier, you just need to assign this StageDisplayState.FULL_SCREEN …
AS3 Function CallBack Feature with apply(), call() methods
Like in JavaScript, Action Script have the callback feature. You guys are always using that in addEventListener/removeEventListener, out of that …
JSON for Flex/Flash AS3 application development
One of my project I want implement JSON method as the data exchange, as there is no standalone functions for …
AS3 Set Keyboard Autofocus For SWF
Its too simple to remember, the problem is because of, Flash will lose the focus of the stage while adding(addChild) …
Load External XML File In Flash ActionScript 3.0
Here is the simplest method to load an external XML file to the flash using Actionscript 3.0. You need to …
Adding Nodes to XML Object in ActionScript 3.0
There are 4 kinds of operations are available to add a new node to the XML Object.
1. appendChild(),
2. …
XML In Flash ActionScript 3.0
XML stands for EXtensible Markup Language. XML was introduced to hierarchically structure, store and transport data or information. In ActionScript …
Delete a node from XML Object in ActionScript 3.0
Deletes the XML elements or attributes specified by reference. When used with an XMLList operand, the result of the delete …
Double Click Event in Action Script 3.0
In Flash Action Script 3. 0 the Mouse Double Click event is disabled by default. The most commonly used event …
Install Adobe Flex Builder 3 on Ubuntu (As Eclipse Plugin)
Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex …
Change the width and height of video dynamically in Action Script 3.0
In flash action script programming, we use the Video class to load the video files. Then you need to set …
Dynamic Image Loading and resizing with Action Script 3.0
Here is the Flash Action Script 3.0 code for the dynamic image loading and resizing function. There is no need …
Flash Text encoding issue with external file
In Flash the TEXT that you include or load as an external file using the #include command, theĀ loadVariables …
Create MXP from MXI with Adobe Extension Manager
From the previous article you learned how to build an SWC file. Next Step is to build the MXP for …
What is ClickTag in Flash?
A ClickTag is a parameter used in Flash banner ads. The parameter is a variable that defines theĀ destination …
