1 // makeswf -v 7 -s 200x150 -r 1 -o super-this.swf super-this.as
3 trace
("Check super when calling functions on various objects");
16 s
= new String ("hi");
20 o
.toString
= function () {
21 #if __SWF_VERSION__
<= 5
31 o
.__proto__
= new Object ();
32 o
.__proto__
.__proto__
.toString
= o
.toString
;
35 loadMovie
("FSCommand:quit", "");