Re: [Flashcoders] Bundle swf's on server for transport to client

2008-02-04 Thread Gert-Jan van der Wel
Hi Erik, Thank you for your response. I know that something like this should be possible in AS3 but we're (at this moment) stuck with AS2, so that makes it a little bit more difficult. On our server we've been testing with Swfmill and Ming, but we keep getting an error rate of about 10% with the

Re: [Flashcoders] Bundle swf's on server for transport to client

2008-02-04 Thread Gert-Jan van der Wel
That's a nice hack indeed! I'll keep it in mind. Thanks! Gert-Jan 2008/2/4, EECOLOR [EMAIL PROTECTED]: In the Flash app we are having some trouble with the attachMovie method and the fact that you can only attach a mc on the same parent. What you could do here (if you are developing for

Re: [Flashcoders] Bundle swf's on server for transport to client

2008-02-02 Thread EECOLOR
With AS2 this indeed seems tricky. With AS3 you could just zip the stuff, unzip within your Flash application and load the bytes. Your best guess is a tool like swfmill that has the ability to create swf's on the server. I only know of a library in java that has the ability to generate swf's

[Flashcoders] Bundle swf's on server for transport to client

2008-01-30 Thread Gert-Jan van der Wel
Hi list, I'm working on the Flash app of Floorplannerhttp://www.floorplanner.com/tryit/ and we are having some problems with the loading of all the swf's. The Flash app (AS2) consists of 1 main app that loads several forms (the windows you see, like the library). The library holds a lot of