Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-08 Thread Peter O'Brien
Peter O'Brien Skickat: den 5 oktober 2006 10:51 Till: Flashcoders mailing list Ämne: Re: [Flashcoders] Creating a SWF to dynamically create SWF';s How can a swf generate a swf? I've been asked about the subject of dynamically creating a bunch of swfs. I guess mtasc, swfmill and perhaps ant tasks - tho

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Gaia-Tek
), and then work through it at their own speed. Any ideas?? Thanks Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 04 October 2006 14:45 To: Flashcoders mailing list Subject: RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Peter O'Brien
How can a swf generate a swf? I've been asked about the subject of dynamically creating a bunch of swfs. I guess mtasc, swfmill and perhaps ant tasks - tho i know next to nothing about ant tasks. Another way would be to use jsfl. but how can a swf generate swfs?

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Marc Hoffman
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 04 October 2006 14:45 To: Flashcoders mailing list Subject: RE: [Flashcoders] Creating a SWF to dynamically create SWF';s Keep all images external and just reference them in the XML. Then your .swf is 50k or less, not 6MB. Jason

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Merrill, Jason
they don't want to do that because of the server load and bandwidth if 200 learners access the course simultaneously... They want the learner to download the course in one go Wow, that isn't very good reasoning on their part, and quite obtuse if they supposedly know much about webservers. If

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-05 Thread Robert r. Sanders
?? Thanks Don -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: 04 October 2006 14:45 To: Flashcoders mailing list Subject: RE: [Flashcoders] Creating a SWF to dynamically create SWF';s Keep all images external and just reference them

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Adrian Ionut Beschea
Do you really have to embed the images inside the swf ? Isn't any way you can load them dynamically ? Generating swfs at runtime on the client side, I don't think it's posible. You can check out Php Turbine http://www.blue-pacific.com/products/phpturbine/default.htm With it you can generate

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Merrill, Jason
Keep all images external and just reference them in the XML. Then your .swf is 50k or less, not 6MB. Jason Merrill Bank of America Learning Organization Effectiveness - Technology Solutions -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Harald Kobler
Hi Don, We have a product called Snapp MX that you can use to create Flash screens that are stored as XML. A Flash Runtime reads this XML and displays the fully formatted screen to the end user. No Actionscript coding is required. Snapp MX is completely written in Flash on the presentation

Re: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Robert r. Sanders
I don't see how a generated SWF is going to be much smaller than the source (I could be wrong). As long as the files can load incrementally I don't see that the 6MB is too huge a problem; if you try to load it all in one go it would be, but if a reasonably sized XML is read in and then your

RE: [Flashcoders] Creating a SWF to dynamically create SWF';s

2006-10-04 Thread Merrill, Jason
PROTECTED] On Behalf Of Robert r. Sanders Sent: Wednesday, October 04, 2006 1:49 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Creating a SWF to dynamically create SWF';s I don't see how a generated SWF is going to be much smaller than the source (I could be wrong). As long as the files can