Category Archives: Tutorials
Framework for having Multiple Views in an iPhone app

I needed to create an application base with multiple view controllers, and an easy method for switching between them. I came up with a solution that passes messages via the App Delegate, and has a parent View Controller that manages … Continue reading
Posted in iOS, Tutorials, Uncategorized
15 Comments
Getting different Flash movies to talk to (and listen for) each other

Problem: You need to have a SWF file do something, based on something else that happened within a different SWF file. Restrictions: Must be Actionscript 2 (for example, because of banner ads, or to support older plug-ins) Why? Well, you … Continue reading
Posted in Development, Flash, Tutorials
Leave a comment