21
Apr
10

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

Posted in Flash | Tagged , , , , | Leave a comment
25
Mar
10

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

Posted in Flash | Tagged , , | 1 Comment
15
Feb
10

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

Posted in Flash | Tagged , , , , , | 1 Comment
10
Feb
10

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

Posted in Flash | Tagged , , , , , | 1 Comment
10
Feb
10

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

Posted in ActionScript 3.0, Flash | Tagged , , , , , | 6 Comments