RSS

Author Archives | rnünlist

rnünlist - who has written 7 posts on Flash Platform and ActionScript Tutorials.

Rafael Nünlist is currently working at orange8 as a Richmedia Developer. He will complete his apprenticeship with a swiss federal vocational diploma in information technology this summer. His strengths are Flash, Flex, Actionscript, Php/MySQL and AIR. He is also a member of the dreaminginflash team.

Dynamically loading fonts with FontLoader and applying styles with CSS stylesheet in Actionscript 3.0

Wednesday, March 18, 2009

9 Comments

Dynamically loading fonts with FontLoader and applying styles with CSS stylesheet in Actionscript 3.0

You are going to learn, how to easily load fonts apply a css stylesheet to a textfield. Until now, it has always been a big mess dynamicaly loading fonts. With the new fontloader from etcs.ru the process got easy as pie.

Continue reading...

Extending the Actionscript 3.0 / Flash CS3 Slideshow with XML

Wednesday, September 10, 2008

72 Comments

Extending the Actionscript 3.0 / Flash CS3 Slideshow with XML

In this second part flash tutorial we're going to add some more features to the slideshow application. Those would be forwarding and rewinding slides, play and pause the slideshow and linkable slides. If you haven't read the first part tutorial yet, you should do it before continue. You can read it here.

Continue reading...

Expanding the Flash Actionscript 3.0 Videoplayer

Thursday, August 14, 2008

85 Comments

Expanding the Flash Actionscript 3.0 Videoplayer

Alright, here's the second part of the video player tutorial. We will be adding the following new features: - Playlist support - Fullscreen support - Save volume - Clickable progress/volume bar

Continue reading...

How to build a Flash Actionscript 3.0 Videoplayer

Wednesday, July 30, 2008

145 Comments

How to build a Flash Actionscript 3.0 Videoplayer

Today we explain you how to create a videoplayer with some basic features like this one. These are: – Play/Pause – Stop – Preloading – Scrubbing – Volume handling There will be another tutorial, which will extend this player. So be sure to check it out. Requirements Adobe Flash CS3 Try / Buy Source Files Download Constants As always, we begin with setting [...]

Continue reading...

Create a Flash Actionscript 3.0 Slideshow with XML

Wednesday, July 23, 2008

97 Comments

Create a Flash Actionscript 3.0 Slideshow with XML

This tutorial shows you how to create a simple slideshow using as3/flash and xml

Continue reading...

Create a AS3 MP3 Player with papervision3d spectrum display

Sunday, July 6, 2008

29 Comments

Create a AS3 MP3 Player with papervision3d spectrum display

As we've already promised you, here's the tutorial about how to create a 3d spectrum display from a sound file with papervision3d and flash. On this tutorial, we'll focus on the 3d part. If you're not comfortable with the SoundMixer.computeSpectrum method then you should read the previous tutorial.

Continue reading...

Create a AS3 / Flash 9 MP3 Player with spectrum display

Wednesday, May 28, 2008

35 Comments

Create a AS3 / Flash 9 MP3 Player with spectrum display

In this tutorial, we’re going to build a Flash mp3 player with a spectrum analyzer written in AS3. We’ll focus on the spectrum analyzer and build just the basic functionality for the player itself.

Continue reading...