Re: [Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-19 Thread David Lochhead
On 10/19/05, Ron Wheeler <[EMAIL PROTECTED]> wrote: > What was the cause of your particular difficulty? It seemed to ASO cache related. > Half the value of this forum is that it gives you a place to find out > that you are not the only one having trouble and that we all have > survived some probl

Re: [Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-19 Thread Ron Wheeler
What was the cause of your particular difficulty? Half the value of this forum is that it gives you a place to find out that you are not the only one having trouble and that we all have survived some problem that looked just as terrible at the time. Ron David Lochhead wrote: On 10/19/05, R

Re: [Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-19 Thread David Lochhead
On 10/19/05, Ron Wheeler <[EMAIL PROTECTED]> wrote: > It could be caching. Lots of discussion in the forum about this - > Basically, you have to clean out your Player's cache area. > > It can also be caused by loading a swf that was compiled with the old > version. Flash will use the first version

Re: [Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-18 Thread Ron Wheeler
It could be caching. Lots of discussion in the forum about this - Basically, you have to clean out your Player's cache area. It can also be caused by loading a swf that was compiled with the old version. Flash will use the first version of a class that it finds. So if you have 2 swfs that incl

Re: [Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-18 Thread Shinhee Kim
Try ASO Clear command made by Mike Chamber. http://www.macromedia.com/cfusion/exchange/index.cfm?view=sn111&extID=1016963#loc=en_us&view=sn111&extID=1016963&viewName=Flash%20Extension&avm=1 Your problem sounds like related to cached class file, which is called ASO. On 10/17/05, David Lochhead <

[Flashcoders] External class changes not being reflected in the output! Any idea?

2005-10-18 Thread David Lochhead
Hi, I'm late to the party in adopting external classes for my work but hey, I'm here now! :) Anyway I have an incredibly frustrating problem in that when I change the code in my class it doesn't seem to be updated when I republish. I'm using Flash 8 and SEPY. E.g. Here's my class. Simple as it i