by PeteShand | Jun 22, 2014 | Actionscript
We’ve recently been working with beacon technology at work. If you’re not up to date with what they are I’d suggest checking out this wikipedia article, but in a nut shell they’re little devices that periodically emit a bluetooth signal and...
by PeteShand | Jun 1, 2014 | Actionscript
Instant Replay is a small as3 service that can be used to record and playback user interactions. Simply register the display object that you wish to record/playback. InstantReplay.register(stage); Next, when you’re ready to record interactions set the record...
by PeteShand | May 30, 2014 | Actionscript
The following is an example of how to use the XML2VO.as util to quickly map data from xml into a typed object. private var loader:URLLoader; private var exampleVO:ExampleVO; private function init():void { exampleVO = new ExampleVO(); var url:String =...
by Pete Shand | Dec 2, 2013 | 3D Flash, Actionscript, Away3D
If I’m perfectly honest I really can’t stand animated gifs (as a format), simply because the compression is really poor and the resulting filesize is usually huge. Never the less it’s pretty university accepted on the old interwebs, so I thought it...
by Pete Shand | Jun 20, 2013 | 3D Flash, Actionscript, AGAL, Away3D
In part 1 of this post (Which can be viewed here) I discussed various approaches to creating a AGAL vertex shader within the away3d framework. I successfully created a custom material and pass that achieved basic vertex animation, however the issue was that I wanted...
by Pete Shand | Feb 26, 2013 | 3D Flash, Actionscript, Away3D, Flash, Starling
This video features projects produced by Peter J Shand during 2012 and were created in collaboration with RESN, Circul8 and Imagination. The projects all use Flash 11 stage3d technology, enabling full 1080p 60fps rendering. A big thank you goes to the many...
Recent Comments