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 28, 2013 | Actionscript, AGAL, Away3D
...
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...
Recent Comments