[Flashcoders] AS2.0 Class Question

2007-06-19 Thread azsl1326-email
Hello All --- I have what is probably a simple question, but possibly difficult to spell out in email. I have a SFW(A) which is loading Class A I have another SWF(B) which is loading Class B. Both FLAs exist in seperate directories and utilize their own classes. At some point SWF(A) gets

Re: [Flashcoders] AS2.0 Class Question

2007-06-19 Thread Alexander Farber
Maybe by setting classpath in Publish settings-Flash ? On 6/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I don't really want to drop Class A into the folder where Class B is as there are about 15 other class files and SWF(A)/Class A doesn't really need them to run. Is there a way to avoid

Re: [Flashcoders] AS2.0 Class Question

2007-06-19 Thread sean
import Class A and Class B using their full class paths Sean Maybe by setting classpath in Publish settings-Flash ? On 6/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I don't really want to drop Class A into the folder where Class B is as there are about 15 other class files and

Re: [Flashcoders] AS2.0 Class Question

2007-06-19 Thread Nick Johnston
Try importing Class B into Class A. If you have already done so, check the package name of ClassB. - Nick [EMAIL PROTECTED] wrote: Hello All --- I have what is probably a simple question, but possibly difficult to spell out in email. I have a SFW(A) which is loading Class A I have