From the monthly archives:

March 2008

The following example shows how you can dynamically create an instance of the FLVPlayback control, dynamically add an ActionScript cue point, listen for the ready and cuePoint events, and add the FLVPlayback control to the display list, all in delicious ActionScript 3.0.
Full code after the jump.

{ 5 comments }

The following example shows how you can use embedded fonts (normal weight and bold weight) with a Flash CS3 Button control in ActionScript 3.0.
Full code after the jump.

{ 1 comment }

The following example shows how you can use embedded fonts with a Flash CS3 DataGrid control in ActionScript 3.0.
Full code after the jump.

{ 1 comment }

The following example shows how you can use embedded fonts with a Flash CS3 ComboBox control’s drop down menu in ActionScript 3.0.
Full code after the jump.

{ 0 comments }

Overriding the default framerate for a tween in Flash

by Peter deHaan on March 6, 2008

in Tween

The following example shows how you can override the default frame rate for a programmatic tween in Flash by setting the Tween object’s FPS property.
Full code after the jump.

{ 2 comments }

The following examples show how you can dynamically load an image, calculate its width and height, and center the image on the Stage in ActionScript 2.0 and ActionScript 3.0 using the MovieClipLoader class (ActionScript 2.0) and the Loader class (ActionScript 3.0).
Full code after the jump.

{ 7 comments }

The following examples show how you can load external XML files at runtime using the XML class in ActionScript 2.0 and the URLLoader class in ActionScript 3.0.
Full code after the jump.

{ 10 comments }

The following examples show how you can dynamically load an image in ActionScript 2.0 and ActionScript 3.0 using the MovieClip class and Loader class.
Full code after the jump.

{ 12 comments }

The following examples show how you can dynamically load an external MP3 file and display it’s ID3 information in ActionScript 2.0 and ActionScript 3.0 using the Sound class and id3 property.
Full code after the jump.

{ 21 comments }

The following examples show how you can dynamically load MP3 files into your SWF using the Sound class in ActionScript 2.0 and ActionScript 3.0.
Full code after the jump.

{ 3 comments }