ActionScript 3.0 Pong with PaperVision 3D
Wednesday, February 6th, 2008This 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 »
Flash Developer
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 »
I’ve finally put my hands on ActionScript 3.0 and I created a Pong game from scratch.
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 »
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.
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.