RE: [flexcoders] Extending a subclass of Proxy

2006-08-24 Thread Yaniv De Ridder
Hello Danny,   To use namespace you should use this syntax “use namespace” instead of “import” So just try that:   use namespace flash_proxy;  //instead of import flash.utils.flash_proxy;     Cheers,   De Ridder Yaniv Flex Consultant (Rich Internet Applicati

Re: [flexcoders] Extending a subclass of Proxy

2006-08-24 Thread Michael Schmalle
Hi,It should be;package { // you need the import AND use namespace// if you don't have the import, the compiler has no idea what flash_proxy is in the namespace call import flash.utils.flash_proxy; use namespace flash_proxy;    public class ProxyB extends ProxyA {flash_proxy override fun