OT: Generating a flash file on the fly question

2003-07-16 Thread Brian Ferrigno
Hello all, I have a site I am working on that needs to generate flash files based upon a few criteria entered about the file in the admin section. The body of the file will stay the same but I will need a new ending and loader at the beginning added to the file. The way things are going to be

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Thomas Chiverton
On Wednesday 16 Jul 2003 15:26 pm, Brian Ferrigno wrote: Can I do this without having to use Flash MX to generate the files? Yes. Use Perl. -- Thomas C Advanced ColdFusion Programmer HANDLE WITH EXTREME CARE: This Email Contains Minute Electrically Charged Particles Moving at Velocities in

Re: Generating a flash file on the fly question

2003-07-16 Thread Mike Chambers
. hope that helps... mike chambers [EMAIL PROTECTED] - Original Message - From: Brian Ferrigno [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:26 AM Subject: OT: Generating a flash file on the fly question Hello all, I have a site I am working

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Brian Ferrigno
Thank you Thomas, Can it also be done with older versions of flash? or do you need MX to generate flash on the fly? Brian --- Thomas Chiverton [EMAIL PROTECTED] wrote: On Wednesday 16 Jul 2003 15:26 pm, Brian Ferrigno wrote: Can I do this without having to use Flash MX to generate the

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Clint
Or you can use PHP/MING and do this.. - Original Message - From: Thomas Chiverton [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 9:37 AM Subject: Re: OT: Generating a flash file on the fly question On Wednesday 16 Jul 2003 15:26 pm, Brian Ferrigno wrote

RE: Generating a flash file on the fly question

2003-07-16 Thread Haggerty, Mike
. You probably want to create a shell movie that loads components based on the characteristics of the user. M -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:26 AM To: CF-Talk Subject: OT: Generating a flash file on the fly question

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Thomas Chiverton
On Wednesday 16 Jul 2003 15:44 pm, Brian Ferrigno wrote: Thank you Thomas, Can it also be done with older versions of flash? or do you need MX to generate flash on the fly? You don't need MX anything to generate dynamic Flash. http://www.the-labs.com/PerlFlash/ for instance, will let you do

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Thomas Chiverton
On Wednesday 16 Jul 2003 15:43 pm, Clint wrote: Or you can use PHP/MING and do this.. Can I do this without having to use Flash MX to generate the files? Yes. Use Perl. :nods I also can't shake the feeling I shouldn't have mentioned non-Macromedia products that produce flash here... :-)

Re: OT: Generating a flash file on the fly question

2003-07-16 Thread Christian Cantrell
On Wednesday, July 16, 2003, at 10:26 AM, Brian Ferrigno wrote: What I need to know is what technology I need to accomplish this. Can I do this without having to use Flash MX to generate the files? For pretty sophisticated dynamic Flash generation, have a look at JGenerator:

RE: Generating a flash file on the fly question

2003-07-16 Thread Brian Ferrigno
probably want to create a shell movie that loads components based on the characteristics of the user. M -Original Message- From: Brian Ferrigno [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:26 AM To: CF-Talk Subject: OT: Generating a flash file on the fly question