Re: [Flashcoders] Problem with .as files

2005-10-25 Thread James O'Reilly
Yes, that's exactly what I was thinking Eugen. I use namespaces for every class I write and never have the problem described below when reusing the same class name accross projects because they're always in different paths. It also makes deleting the ASOs easy because when I go to the aso.com

Re: [Flashcoders] Problem with .as files

2005-10-25 Thread Thimon Sistermans [Us Media]
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hill Sent: Tuesday, October 25, 2005 12:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Problem with .as files Yes, I've run into this before, and its very annoying. Is there any workaround that you found? I. Franklin wrote:

Re: [Flashcoders] Problem with .as files

2005-10-25 Thread eugen pflüger
Behalf Of Chris Hill Sent: Tuesday, October 25, 2005 12:15 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Problem with .as files Yes, I've run into this before, and its very annoying. Is there any workaround that you found? I. Franklin wrote: Thank you very much for all your res

RE: [Flashcoders] Problem with .as files

2005-10-24 Thread I. Franklin
y, October 25, 2005 4:04 AM >To: Flashcoders mailing list >Subject: Re: [Flashcoders] Problem with .as files > > > >>This can also be an issue with working on a network drive. You should >>make sure all your .as files are local. >> >> &g

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Chris Hill
shcoders] Problem with .as files This can also be an issue with working on a network drive. You should make sure all your .as files are local. Or make sure that your local clock is a minute or two behind the network machin

RE: [Flashcoders] Problem with .as files

2005-10-24 Thread I. Franklin
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ryanm Sent: Tuesday, October 25, 2005 4:04 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Problem with .as files > This can also be an issue with working on a network drive. You should > make

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread ryanm
This can also be an issue with working on a network drive. You should make sure all your .as files are local. Or make sure that your local clock is a minute or two behind the network machine's clock. ryanm ___ Flashcoders mailing list Flashcod

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Ryan Matsikas
Mike Chambers of Macromedia wrote the extension, it's also built into 8ball now.. On 10/24/05, James O'Reilly [JOR] <[EMAIL PROTECTED]> wrote: > > Michael Klishin wrote: > > I. Franklin wrote: > > > >> Hi list, > >> > >> I have encountered a bizarre problem with the .as files in one of my > >> pro

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread James O'Reilly [JOR]
Michael Klishin wrote: I. Franklin wrote: Hi list, I have encountered a bizarre problem with the .as files in one of my projects. The problem is that when I make any updations to the class file and compile, it is not getting reflected in the project and moreover even when I comment all the scr

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread James O'Reilly [JOR]
Michael Klishin wrote: I. Franklin wrote: Hi list, I have encountered a bizarre problem with the .as files in one of my projects. The problem is that when I make any updations to the class file and compile, it is not getting reflected in the project and moreover even when I comment all the scr

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Chris Hill
This can also be an issue with working on a network drive. You should make sure all your .as files are local. Michael Klishin wrote: I. Franklin wrote: Hi list, I have encountered a bizarre problem with the .as files in one of my projects. The problem is that when I make any updations to t

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread Michael Klishin
I. Franklin wrote: Hi list, I have encountered a bizarre problem with the .as files in one of my projects. The problem is that when I make any updations to the class file and compile, it is not getting reflected in the project and moreover even when I comment all the scripts in that class file,

Re: [Flashcoders] Problem with .as files

2005-10-24 Thread eric dolecki
You need to clear your ASO... Control > Delete ASO Files e.dolecki On 10/24/05, I. Franklin <[EMAIL PROTECTED]> wrote: > > > Hi list, > > I have encountered a bizarre problem with the .as files in one of my > projects. > The problem is that when I make any updations to the class file and > compi

[Flashcoders] Problem with .as files

2005-10-24 Thread I. Franklin
Hi list, I have encountered a bizarre problem with the .as files in one of my projects. The problem is that when I make any updations to the class file and compile, it is not getting reflected in the project and moreover even when I comment all the scripts in that class file, it compiles perfectl