ActionScript 3 Using the Proxy Class

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

First, I have to say. There is a reason this Proxy thing, despite its seeming usefulness, is not highlighted enough on the Internet.

You cannot use it to watch a random property of a random class/instance. You are only allowed to use this technique by subclassing the Proxy class.

Some operations do not expect exceptions so you need to completely understand what are you doing and why are you doing it, and your code must be absolutely clean and error-less.



Got any ActionScript 3 Question?