Re: [Flashcoders] Ignoring error in code on compile

2006-08-02 Thread Ramon Miguel M. Tayag
On 8/2/06, Martin Wood <[EMAIL PROTECTED]> wrote: do you mean that you want to compile those classes seperately but are getting errors when they are referenced? Yup. Since the class has to be compiled into a swf file eventually. You could create interfaces for the classes and code to that.

Re: [Flashcoders] Ignoring error in code on compile

2006-08-02 Thread Martin Wood
do you mean that you want to compile those classes seperately but are getting errors when they are referenced? You could create interfaces for the classes and code to that. martin Ramon Miguel M. Tayag wrote: Hi everyone, I want to use Screenweaver to create a desktop application. Just like

[Flashcoders] Ignoring error in code on compile

2006-08-01 Thread Ramon Miguel M. Tayag
Hi everyone, I want to use Screenweaver to create a desktop application. Just like the other SWF2EXE programs, you can arbitrarily call an object, like, swFile.function to access the commands. The problems comes in when I put these commands in classes and I compile the classes. How do I tell F