RSS

Archive | Flex RSS feed for this section

Build a contact manager in Flex 3 with ZendAMF; Part Two – Coding the CRUD & Final Release

15. June 2009

5 Comments

Build a contact manager in Flex 3 with ZendAMF; Part Two – Coding the CRUD & Final Release

The complete result of this 2 part tutorial is a contact manager built in flex that uses ZendAMF to store data in mysql. In the this second part we will code all the application and backend functions using Flex 3 + ZendAMF + Php 5 + MySql. This part will use a general crud system (Create, Read, Update and Delete) that is similar to the most applications needs. You will be able to write you own application from scratch.

Continue reading...

Exploring runtime styling with the Native Window Explorer in Adobe AIR

8. June 2009

20 Comments

Exploring runtime styling with the Native Window Explorer in Adobe AIR

In this Adobe AIR tutorial you will use runtime styling to create a dynamic native window in AIR. We will show you how to load and unload styles, performance concerns and best practice while also showing you the value of knowing your environment.

Continue reading...

Create in Flex a 3D Image Gallery using Actionscript 3.0 and Alternativa3D

26. May 2009

3 Comments

Create in Flex a 3D Image Gallery using Actionscript 3.0 and Alternativa3D

The web is a great platform for storing and displaying photos. Gone are the days when your photos sat in a photo album only to be pulled out when you needed to bore relatives with your memories. These days it takes only minutes to upload photos from a digital camera onto an online photo gallery [...]

Continue reading...

Build a contact manager in Flex with ZendAMF; Part One – Layout; From Photoshop to Flex

20. May 2009

9 Comments

Build a contact manager in Flex with ZendAMF; Part One – Layout; From Photoshop to Flex

The complete result of this 2 part tutorial is a contact manager built in flex that uses ZendAMF to store data in mysql. In this first part we will learn how to build our own layout in photoshop and implement it on Adobe Flex. We will use a simple layout and you will learn some few tips to keep in mind when designing a layout in photoshop and using it in Adobe Flex.

Continue reading...

Create Cool Line Effects using Actionscript 3.0 in Flash CS4 or Flex Builder 3

18. May 2009

26 Comments

Create Cool Line Effects using Actionscript 3.0 in Flash CS4 or Flex Builder 3

In this tutorial, you will learn the basics of architecting a simple Line Effect, using Flash CS4 or Flex Builder 3. We try to cover the basics on the simplest way, so everyone will be able to step in the scripted animation with actionscript 3.0. The fact of using only code to generate animation and effects, will result on a very small file size, which will improve the loading performance on the browser and enables a better interactivity experience.

Continue reading...

Setup Alternativa3D Development Environment

13. May 2009

4 Comments

Setup Alternativa3D Development Environment

After our Alternativa 3D tutorials series, still some to know about how to setup Flex Builder correctly in order to start deploying their own Alternativa3D Flash Applications. Therefore we created this tutorial to guide and help you through the steps of setting up an Alternativa3D development environment. After completion of this tutorial, be sure to have a look to the Alternativa 3D tutorials series, stepping you in some of the most important features of this powerful Flash 3D engine.

Continue reading...

Integrate Flex Builder 3.0 & Php easly with the fresh ZendAMF

11. May 2009

17 Comments

Integrate Flex Builder 3.0 & Php easly with the fresh ZendAMF

In this article I will explain how to build a simple adobe flex application that communicates with php using remote objects calls to the new AMF php implementation suported by adobe and called ZendAMF.

Continue reading...

Alternativa 3D Series – Tutorial 8 – Imposters

6. May 2009

1 Comment

Alternativa 3D Series – Tutorial 8 – Imposters

In the last article we saw what a Sprite3D was, and the performance benefits they have over regular 3D meshes. In this article we will see how Sprite3D's can be used to selectively replace 3D meshes, allowing a large number of objects to appear on the screen while still keeping frame rates up.

Continue reading...

Create and Skin a Photo Gallery with Flickr, Flex and Actionscript 3.0

4. May 2009

6 Comments

Create and Skin a Photo Gallery with Flickr, Flex and Actionscript 3.0

This flex tutorial shows you how to create a simple Flex photo gallery that uses the Flickr Feeds to obtain the photos. It shows you how to use custom skins, HTTPRequest's and custom components.

Continue reading...

Alternativa 3D Series – Tutorial 7 – Sprite3D

29. April 2009

1 Comment

Alternativa 3D Series – Tutorial 7 – Sprite3D

A common concept amongst 3D engines is the billboard. A billboard is usually a rectangle that is always orientated to face the camera, presenting the viewer with a face that that is always "front on" regardless of the cameras orientation. More often than not appropriately textured billboards are used in great numbers to represent effects like smoke, rain, snow or fire. This is because billboards require very little processing power: a rectangle is just two triangles, and most modern systems measure triangle throughput in the millions per second. But sometimes you just want to show a 2D object in a 3D world - maybe an icon that hovers over an object or perhaps some text that would be awkward or unpractical to render as a 3D object.

Continue reading...