|
From: Joshua <jo...@ag...> - 2003-02-07 22:24:17
|
I'm looking around for a good solution for a project I'm working on. I'm currently developing a flash client that interfaces with a map archive. =20 http://www.mapjunction.com/places/Boston_BRA/flash.pl One of the problems I have come up against is the http overhead when trying to load multiple small images into the flash client. =20 If you check out that site and then click on the "Other Maps"=20 button you'll see what I mean. It takes forever to load a large number of small images. What I was hoping for was to generate a server side program that could combine 100+ images into a flash file that I could load in and then duplicate the images onto the stage when needed. Is this a possibility with the ming library? If so could you give me a point in the right direction? I'll probably be coding the=20 server side software in C.=20 I appreciate the help, Joshua |