Blogs about: Actionscript3 0

Featured Blog

ainegallagher4 wrote 2 months ago: I used a beginners ActionScript 3.0 Flash tutorial I found on http://www.flashgametuts.com. The tuto … more →

Tags: Flash, Media Programming

Marker Activate / Deactivate (Custom Map)

betterflex wrote 1 year ago: If you want to make button or marker activate or deactivate on click, please find the script below a … more →

Tags: Apps

Optimization Techniques for Flash Actionscript3.0

bhargavibotta wrote 1 year ago: Always use Strongly Typed: Use Vector datatype for static typed array. For two dimensional array, we … more →

Publishing an application into mobile using flash professional cs5 and as3

bhargavibotta wrote 1 year ago: Start a File: Open Flash Professional cs5, Select File -> New -> Actionscript3.0 file and save … more →

Indian Tourism Flex 4 Project

betterflex wrote 1 year ago: My MXML File ———————— <?xml version=”1.0 … more →

Tags: component, Skinning

Extract Bitmap from a MovieClip

Deepanjan Das wrote 1 year ago: A code snippet to extract Bitmap from a MovieClip object: /** * This returns a Bitmap representation … more →

Tags: Flash, Flex

Proportionate scaling of MovieClips

Deepanjan Das wrote 1 year ago: There have been few instances where I had to resize a MovieClip maintaining the ascpect ratio. And e … more →

Global TImer in ActionScript

Deepanjan Das wrote 1 year ago: With my experience with RIA using actionscript, I have come most applications where multiple timers … more →

Tags: Flash, Flex, Air, General

Difference between target and currentTarget in actionscript 3.0

betterflex wrote 1 year ago:   /*    *** CLICK EVENT ON CHILD MOVIE *** *    parent_mc.child_mc.addEventListener(MouseEvent. … more →

Google Map Marker Dynamically placement from Database - Flex 4

betterflex wrote 1 year ago: Final Map ———————————— … more →

Tags: component, Skinning, googlemap

Add Marker in Google Map from XML in Action Script 3.0

betterflex wrote 1 year ago: import flash.net.URLLoader; import flash.events.Event; import flash.net.URLRequest; import com.googl … more →

Tags: googlemap

Simple Image Animation (AS 3.0)

betterflex wrote 1 year ago: import flash.utils.Timer; import flash.display.MovieClip; import flash.net.URLLoader; import flash.e … more →

Photogallery with combobox and xml

betterflex wrote 1 year ago: /* ************************************* XML – Driven Picture Viewer By: Bhawani Singh Bhati E … more →

Tags: component, oop

Frog Leaping (My First As Game)

betterflex wrote 1 year ago: import fl.transitions.*; import fl.transitions.easing.*; var array:Array = ["1", "2", "3", "4", "5", … more →

Tags: Game

Same Class Name From Different folder

betterflex wrote 1 year ago: // Same Class Name From Different folder package  { import flash.display.*; import com.One; import c … more →

Custom XML Loader

betterflex wrote 1 year ago: Custom XML Loader // customXMLLoader.as package  { import flash.display.*; import flash.events.*; im … more →

Tags: component

Action Script 2.0 versus Action Script 3.0

betterflex wrote 1 year ago: Action Script 2.0 versus Action Script 3.0 // ActionScript 2.0 var _songPath:String = “shri_kr … more →

Tags: ActionScript2.0

away3Dのサンプル

mypress4869 wrote 2 years ago: Obj形式のModelデータを読み込んで表示するサンプルです。 demo<=サンプルが見れます。 Source<=一式がダウンロードできます。 (うまくいかない場合はそのページで再度更新を … more →

Tags: AWAY3D, Flash

Layout mirroring in Flex43 comments

Deepanjan Das wrote 2 years ago: Today I came across a strange problem (mostly due to lack of knowledge in LayoutDirection.as). I had … more →


Related Tags
All →

Follow this tag via RSS