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
22
Mar
10

In Flash the TEXT that you include or load as an external file using the #include command, the  loadVariables or getURL actions, or the  LoadVars or  XML objects encoding is Unicode, so we don’t get the correct encoding for the … Continue reading

Posted in Flash | Tagged , , | Leave a 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
12
Feb
10

A ClickTag is a parameter used in Flash banner ads. The parameter is a variable that defines the  destination URL from the markup code. By using a click tag, the advertiser can easily see and modify the   URL without a … Continue reading

Posted in Flash, General, Programming | Tagged , , , | Leave a 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
Page 3 of 41234