Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
mailing list Subject: RE: [Flashcoders] loading thumbnails into a scrollable box via AS Wow!! Steven, thanx so much!! I will give this a shot and let you know how it worked out. Thanks again for taking the time to write all this out :) Best, Mike D ... Mike Dunlop

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Jim Robson
as a guide: http://robsondesign.com/etc/flashcoders/scroller_in_accordion/scroller_in_ac cordion.zip -Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Dunlop Sent: Tuesday, December 12, 2006 4:05 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] loadin

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Micky Hulse
Steven Sacks | BLITZ wrote: First, break it up into different pieces. The first piece is the XML parsing, the second piece is drawing the thumbnails, and the third piece is scrolling the thumbnails. .. Thanks Steven for the post/tutorial/example, great info. :) Cheers, M -- Wishlist:

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Van Tuck
I am getting ready to do something similar - that saved me some trial and error - thx :) V Van R Tuck Director of Web Development Cause Design Group 1519 Stanford Street Suite 6 Santa Monica, CA 90404 t: 310.430.5369 www.causedesigngroup.com On Dec 12, 2006, at 12:59 PM, Steven Sack

Re: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Count Schemula
On 12/12/06, Steven Sacks | BLITZ <[EMAIL PROTECTED]> wrote: Here's the most straightforward way to do this. We could do it all with code but let's mix it up a little since it's your first time. Nice post. Thanks. -- count_schemula ___ Flashcoders@

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
Wow!! Steven, thanx so much!! I will give this a shot and let you know how it worked out. Thanks again for taking the time to write all this out :) Best, Mike D ... Mike Dunlop // Droplab [ e ] [EMAIL PROTECTED] > First, break it up into different pieces. The first piece is

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Mike Dunlop
Thanks for your thoughts -- they are much appreciated! Best, Mike D ... Mike Dunlop // Droplab [ e ] [EMAIL PROTECTED] > > Mike, > > I've used the built in scrollPane and UIScrollBars a few times, but found > fairly easy to use, but exceedingly complicated to customize. If y

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Steven Sacks | BLITZ
First, break it up into different pieces. The first piece is the XML parsing, the second piece is drawing the thumbnails, and the third piece is scrolling the thumbnails. I'll leave the XML parsing out of this and focus on drawing the thumbnails. Here's the most straightforward way to do this.

RE: [Flashcoders] loading thumbnails into a scrollable box via AS

2006-12-12 Thread Holth, Daniel C.
Mike, I've used the built in scrollPane and UIScrollBars a few times, but found fairly easy to use, but exceedingly complicated to customize. If you don't mind the default look of the ScrollPane I'd suggest using. Though bare in mind they can add considerable file size to your swf. I'd sugg