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
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
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
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
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



