I was writing a test case like this <view id="foo" ..>
<script>
foo.setAttribute('x', ...);
</script>
And it doesn't compile in swf9 because foo is not in scope of the
application class.
Should we be wrapping the body of the script in a 'with (global) { ...}' so
it has access to global id's like that?
Or should be be discouraging using global id's in that fashion? We need them
for applications certainly..
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
