Archive for August, 2008

When a Cross-Domain Policy File is not Enough

Friday, August 15th, 2008

This post is a reminder to myself (and a source of help to anyone who may need it). For a long time I thought a cross-domain policy file in a web server’s root directory solves all cross-domain security issues automagically - until I stumbled over the fact that I wasn’t able to manipulate the bitmap data of an image that was loaded from outside my SWF file’s domain.

(more…)

Handling FlashVars in PureMVC

Wednesday, August 13th, 2008

In this blog entry I would like to share my approach to handling FlashVars in a PureMVC application. I assume that you are familiar with the basic concepts of PureMVC.

(more…)