You are not logged In.
LOGINREGISTER
FORGET PASSWORD
Hijacking, Bypassing, Defeating and Beating the Same Origin Policy
The same origin policy was created as a permission scheme for communication of websites on same/different servers using browser side languages, like Javascript.

You might have ran into a problem trying to access properties of an Iframe of an external server, for example getting an element by point x & y, which I was trying to achieve when working on the flash click tracker (link).

I then had to create an entirely new script, but still using virtually the same flash object and a PHP proxy that will allow me to control the iframe object to my needs. In my case, it will allow me to track the link click and get the actual link for processing (in case of advertisement, visiting the link).

This is the basic idea I had:


You can view an actual demo here (make sure your ad blocker is off) and if it doesn't work refresh.

Demo

Download

More Info
© Aziz S. Hussain 2009, except where otherwise stated
Contact Me - My Resume & Portfolio - Privacy Policy - TOS