Archive for the 'Flash' Category

ActionScript 3.0 Pong with PaperVision 3D

Wednesday, February 6th, 2008

This is my first approach to PaperVision3D.
I had just finished my AS3 Pong game, and I wanted to try this 3D engine.
Read the rest of this entry »

ActionScript 3.0 Pong

Tuesday, January 29th, 2008

I’ve finally put my hands on ActionScript 3.0 and I created a Pong game from scratch.

Read the rest of this entry »

Sending SOAP Headers with ActionScript 2.0

Sunday, September 2nd, 2007

This is part of my notes while I’m trying to create a Web Service in PHP to be consumed by a SWF application written in ActionScript 2.0.
My web service is still under development and I need a way to authenticate users. I read about SOAP headers that can be sent with each SOAP call. These headers may contain authentication details (e.g: username, password).
Read the rest of this entry »

Consuming a Web Service with Flash ActionScript 2.0

Wednesday, August 29th, 2007

This is part of my notes while I’m trying to create a Web Service in PHP to be consumed by a SWF application written in ActionScript 2.0.

Read the rest of this entry »

Setting a global classpath in Flash 8

Sunday, July 30th, 2006

When working with ActionScript 2.0 it is recommended to have a local folder or network resource with all the classes that are used and re-used between different projects.

Read the rest of this entry »