RSS

Tag Archive | "tutorial"

Simulating PicLens with Flex and Away3D – Part 3

Thursday, October 23, 2008

0 Comments

Simulating PicLens with Flex and Away3D – Part 3

Step by step guide for creating a PicLens type 3D photo viewer with Flex and Away3d. This is step 3, of a 3 part tutorial that will sweep many useful techniques used in web application design, Flex, and Flash 3D design.

Continue reading...

Simulating PicLens with Flex and Away3D – Part 2

Tuesday, September 23, 2008

9 Comments

Simulating PicLens with Flex and Away3D – Part 2

Step by step guide for creating a PicLens type 3D photo viewer with Flex and Away3d. This is step 2, of a 3 part tutorial that will sweep many useful techniques used in web application design, Flex, and Flash 3D design.

Continue reading...

Simulating PicLens with Flex and Away3D – Part 1

Wednesday, September 17, 2008

8 Comments

Simulating PicLens with Flex and Away3D – Part 1

This tutorial article is a Step by step guide for creating a PicLens type 3D photo viewer with Flex and Away3d. This is step 1, of a 3 part tutorial that will sweep many useful techniques used in web application design, Flex, and Flash 3D design.

Continue reading...

Extending the AS3/Flash9 Slideshow with XML

Wednesday, September 10, 2008

21 Comments

Extending the AS3/Flash9 Slideshow with XML

In this second part 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...

Creating a AIR Web Service Package with Flash and AS3- Base Service Class And Simple Twitter API

Wednesday, September 3, 2008

4 Comments

Creating a AIR Web Service Package with Flash and AS3- Base Service Class And Simple Twitter API

In this series of tutorials, you will learn the basics of architecting a simple but powerful Web Services Package. We'll start off by creating a class which will be the base of all our services and then continue to create a very simple Twitter API.

Continue reading...

Setting up Away3d with Flex

Monday, September 1, 2008

6 Comments

Setting up Away3d with Flex

In this tutorial I will show you how to set up a simple away3d scene, taking advantage of FlexBuilder's enhanced programming interface. I will also take advantage of the tutorial to introduce Flex to Flash developers who have never used it.

Continue reading...

Expanding the AS3 Videoplayer

Thursday, August 14, 2008

19 Comments

Expanding the AS3 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 AS3 Videoplayer

Wednesday, July 30, 2008

33 Comments

How to build a AS3 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...

Creating a Weather Widget with XML and AS3

Wednesday, July 16, 2008

19 Comments

Creating a Weather Widget with XML and AS3

In this tutorial I'm presenting you a little weather widget, that could come handy for travel websites, or our personal page. If you make some changes on the code, you could show a different interface on your website, according to the weather on your city. Pretty cool stuff. We gonna connect weather.com XML data file with our flash widget. Weather.com offers us a free service to do that.

Continue reading...

Create a AS3 MP3 Player with papervision3d spectrum display

Sunday, July 6, 2008

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