24/12/2008
I’ve posted my miniature LA before, photoshoped…Now i’ve made a concoction and i’m proud to say It Works!.
My very own DIY Tilt Shift Lens, I used a Bronica 75mm and a intake boot from an RX7
I Shot these from my job’s balcony, Next is the LA Live….
Here are the first good shots…

Miniature Downtown LA Olympic & Figueroa

Tilt Shift Downtown LA

Downtown LA: Olympic & Hope near FIDM
Check out my Flickr page!
28/10/2008
Ever run into that? Such a simple function made me feel like a complete nooob. Until i did a bit of research.
Apparently FP9 no longer alows getURL or navigateToURL (as3) due to security issues.
Read more about the “getURL not working” issue on Adobes Website.
Obviously if you haven’t published your movie for FP9 you can use the following for lower versions of Flash Player:
If your using the default object HTML tags, simply add the following parameter to your code:
AllowScriptAccess=”always”
If you are using swfObject then use:
so.addParams(”AllowScriptAccess”, “always”)