Re: [Flashcoders] load 500 by 500 from db in flash

2007-10-25 Thread Tim Consolazio
/flashcoders Tim Consolazio [EMAIL PROTECTED]  ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] What don't I understand about the display list?

2007-02-26 Thread Tim Consolazio
If you're doing this in the same frame, the fact that the object is no longer on the displaylist may not have been updated yet. Try moving the code throwing the error into the childRemove event. Daniel Thompson wrote: Why will the following error be thrown? Shouldn't the displayObject be

[Flashcoders] Re: Flashcoders Digest, Vol 24, Issue 42

2007-01-21 Thread Tim Consolazio
The embed attribute can actually be used in a number of different ways in Flex, both as an attribute and as an inline parameter when setting your source (say, for an image). The issue is documented in the flex builder documentation pretty thoroughly. Check out the documentation for the Image