Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-24 Thread Chris Allen
Thanks for your help on this Ian. I'm not sure I understand all of what you found here, so let me summarize with some questions to see if I got it right. Flash 6 SWFs fail every time when loaded remotely? - This hasn't been my experience. I've been able to load some small ones (20K) without the

Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-29 Thread Ian Thomas
On 8/24/06, Chris Allen <[EMAIL PROTECTED]> wrote: Thanks for your help on this Ian. I'm not sure I understand all of what you found here, so let me summarize with some questions to see if I got it right. Flash 6 SWFs fail every time when loaded remotely? - This hasn't been my experience. I've

Re: Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-24 Thread Chris Allen
Okay, I have fixed the problem. I would say that this is certainly bug with Flash, but there is a work around. Thanks to Keith Peters for mentioning this to me last night. So here's the deal... Back in the day before MovieClipLoader when you wanted to load and external SWF, you had to check a pr

Re: Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-24 Thread Johannes Nel
ha, how old school. when in doubt wait a frame or 15... On 8/24/06, Chris Allen <[EMAIL PROTECTED]> wrote: Okay, I have fixed the problem. I would say that this is certainly bug with Flash, but there is a work around. Thanks to Keith Peters for mentioning this to me last night. So here's the

Re: Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-24 Thread John Grden
Wow, and I thought KP was only good with random()! yeah yeah, I know, I owe you a beer for that one. On 8/24/06, Johannes Nel <[EMAIL PROTECTED]> wrote: ha, how old school. when in doubt wait a frame or 15... On 8/24/06, Chris Allen <[EMAIL PROTECTED]> wrote: > > Okay, > > I have fixed the pr

Re: Re: Re: Re: Re: Re: [Flashcoders] Misreporting instanceof operator.

2006-08-29 Thread Ian Thomas
Again, how peculiar. I'd love to take a look at the internals of MovieClip and Flash's loader system to see what's causing that particular glitch! Cheers, Ian On 8/24/06, Chris Allen <[EMAIL PROTECTED]> wrote: Okay, I have fixed the problem. I would say that this is certainly bug with Flash,