RE: [Flashcoders] Garbage Collection difficulty

2009-01-29 Thread Sander Schuurman
Thnx! ran a few tests on a server; and indeed my code is doing great, and the GC occurs when some more memory is needed... thnx again... I think the concept of this GC is key in AS3 development -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com

[Flashcoders] capturing mouse events for layered sprites

2009-01-29 Thread ali drongo
Hi there, I have a square sprite that contains a background sprite on one layer with another layer containing various shaped sprites. Each of these sprites is a custom class that gives a mouse event. My problem is that if I capture the mouse_over event for the container sprite for some reason i

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread Muzak
use relative path and forward slashes img/image.jpg - Original Message - From: K-Dawg kdaw...@gmail.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, January 29, 2009 1:12 AM Subject: [Flashcoders] Loading image on local filesystem The AS is in a dir1

Re: [Flashcoders] capturing mouse events for layered sprites

2009-01-29 Thread Dennis - I Sioux
:) ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders __ NOD32 3809 (20090129) Informatie __ Dit bericht is gecontroleerd door het NOD32 Antivirus Systeem. http://www.nod32.nl

[Flashcoders] T-signers.com for sale

2009-01-29 Thread Gert-Jan van der Wel
Hello everybody, A while ago I mentioned the option of selling T-signers.com on this list. Since then we haven't taken any action, but now the time has come to make a decision. We emailed our users yesterday and I thought it would be nice to give you all a chance to participate.

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread K-Dawg
On Thu, Jan 29, 2009 at 6:51 AM, Muzak p.ginnebe...@telenet.be wrote: use relative path and forward slashes img/image.jpg I'm sorry, I mistyped for some reason. The actual string passed into the URLRequest is: img/food_array.jpg the path is relative and does exist exactly as that. I pass

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread Ian Thomas
What's the error? No image appearing? (You haven't used addChild() anywhere.) imageLoaded() never getting called? (Probably a red herring, but you really should add the listener _before_ you call load()). Give us some more info, then we might be able to help. Ian On Thu, Jan 29, 2009 at 1:30

RE: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread Jim Hayes
Are you sure this is not a security error due to the allow network / allow local setting? I'm guessing that you may want to allow local file access for the swf (somewhere in publish settings as I remember), or add the img folder on your local drive to flash's trusted locations. -Original

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread K-Dawg
What's the error? No image appearing? (You haven't used addChild() anywhere.) Well, what I have my main class, PondoShow that extends Sprite. In here I instantiate a Slide object, passing in a bunch of parameters: slides = new Array(4); slides[0] = new Slide(This is a test, this is only a

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread K-Dawg
On Thu, Jan 29, 2009 at 8:53 AM, Jim Hayes j...@primalpictures.com wrote: Are you sure this is not a security error due to the allow network / allow local setting? I'm guessing that you may want to allow local file access for the swf (somewhere in publish settings as I remember), or add the

Re: [Flashcoders] Loading image on local filesystem

2009-01-29 Thread Ian Thomas
while(true) { if (slides[slideCounter].imgload) { addChild(slides[slideCounter].loader.content); break; } } This is your issue. Flash just doesn't work like this. You are repeatedly executing the code in the while

[Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Todd Kerpelman
Hey, List folks! So in the interest of Not trying to repost too many questions that have already been asked (like, for example, probably this one) I've been trying to search the Flash Coders List archives. However, going to the archives page over at figleaf.com (

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Dave Watts
Is there a new location where our mail is being stored, or is the archive page just not working? It's not working. It's on my (unfortunately extremely long) to-do list. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Joel Stransky
try here http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/maillist.html On Thu, Jan 29, 2009 at 12:00 PM, Dave Watts dwa...@figleaf.com wrote: Is there a new location where our mail is being stored, or is the archive page just not working? It's not working. It's on my

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Muzak
Try using the mail-archive site: http://www.mail-archive.com/flashcoders@chattyfig.figleaf.com/ - Original Message - From: Todd Kerpelman t...@kerp.net To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, January 29, 2009 5:56 PM Subject: [Flashcoders] Missing

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Paul Andrews
Don't worry, I'll repost my flash mailbox back to the list.. ;-) - Original Message - From: Dave Watts dwa...@figleaf.com To: Flash Coders List flashcoders@chattyfig.figleaf.com Sent: Thursday, January 29, 2009 5:00 PM Subject: Re: [Flashcoders] Missing Flashcoder archives? Is

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Glen Pike
If you remove all the which platform, which editor discussions that should halve the mailbox size, Also, stripping the out of office replies and job posts will probably thin another 10% :) Paul Andrews wrote: Don't worry, I'll repost my flash mailbox back to the list.. ;-) - Original

Re: [Flashcoders] Missing Flashcoder archives?

2009-01-29 Thread Todd Kerpelman
Cool. Thanks, all! Now I can finally add all of those Plaxo contacts and find out who to contact at masterkitchen.de when Johannes is not available to answer my mail. :) --T On Thu, Jan 29, 2009 at 9:28 AM, Muzak p.ginnebe...@telenet.be wrote: Try using the mail-archive site: