On 2/28/06, Vadim Melnik <[EMAIL PROTECTED]> wrote:
> Thanks for interesting information, dynamic keyword helps and 1068
> runtime error disappears, now I always have pure Access violation
> GPF in fldbg85a.dll, at 0x00142c74. If someone @ Macromedia need Dr
> Watson mini dump and test case, it's uploaded to
> http://www.docsultant.com/temp/dump.zip . As temporary solution I'll
> update my code to "subclass" Array using composition.
I'm getting a crash in Firefox for the same thing. Even if you create
an empty subclass of Array and create an instance of it, it crashes
the browser.
package
{
import flash.util.*;
public dynamic class MyArray extends Array
{
}
}
var a:MyArray = new MyArray();
Close the browser after running this and it crashes.
Manish
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/