In flash action script programming, we use the Video class to load the video files. Then you need to set the width and height at the time of instance creation e.g: new Video(500, 400); If you are building a video … Continue reading
Simple button with mouse over effect, hit, down effect with AS3 code.I’m using SimpleButton() class for the GUI development. You can customize these class as your own. Sample Code AS3.0 import com.Gui; var myGui:Gui = new Gui(); myGui.rad = 20; … Continue reading
From the previous article you learned how to build an SWC file. Next Step is to build the MXP for the Adobe Extension Manager to install the component which you have made(SWC). Abobe Extension Manager allows you to create MXP … Continue reading
Now we have a SWC component at the component folder of the Flash. SWC we can’t directly import to the library. First create a New Flash File with Action Script3.0 Support. And Goto Windows->compoents. You can see the SquareBox Component … Continue reading
What is SWC? Shock Wave Components are component files for Flash and Flex. A component is a movie clip or compiled clip that the Flash developer can drag out of the Components panel into a FLA file. The movie clip … Continue reading



