MijnIdentiteit

Zolang ie nog van mij is

Flash and webservices: dateTime bug in PendingCall class (empty Date object)

When consuming webservices with flash, you’ll probably use the mx.services.PendingCall class to handle the results from the webservice. After a long struggle, there appeared to be a bug in the PendingCall class. When your date object is totaly empty, check if the webservice includes milliseconds in the dateTime object. The PendingCall class wants these milliseconds [...]

Flash actionscript 2 transitions with BitmapData

Here’s an example of a transition that can be achieved by cutting op an image into bitmap ‘textures’ and use those for animating. I commented the script so you can easily change the behaviour

download source files
mind you: the sources need the FuseKit from MosesSupposes installed