Re: Create SWF from CF

2005-07-29 Thread Dan O'Keefe
Neat tool, too bad it cannot be purchased anymore. That was a year and a half ago and looks like Jzox has not created any new tools. Dan On 7/27/05, James Holmes [EMAIL PROTECTED] wrote: Eg: http://www.jzox.com/products.jsp

RE: Create SWF from CF

2005-07-28 Thread Russ
I would be interested in using something like this... is there sample code somewhere? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 9:20 AM To: CF-Talk Subject: Re: Create SWF from CF Paul Wilson wrote: Is there a way to create SWF's

Re: Create SWF from CF

2005-07-28 Thread Dave Phipps
this... is there sample code somewhere? -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 9:20 AM To: CF-Talk Subject: Re: Create SWF from CF Paul Wilson wrote: Is there a way to create SWF's dynamically using CF? I'd like to be able to upload images

Re: Create SWF from CF

2005-07-27 Thread James Holmes
Since CFCHART builds SWFs dynamically with Java, there must be something out there that does it. On 7/27/05, Paul Wilson [EMAIL PROTECTED] wrote: Is there a way to create SWF's dynamically using CF? I'd like to be able to upload images (Jpg,png), to a server and then create an SWF file with

re: Create SWF from CF

2005-07-27 Thread dave
you need a flash product to compile the swf, you certainly could do it with some flash based interfaces that process the files and export them. SO my ? is why are you trying to make a flash file without using flash? ~Dave the disruptor~ A criminal is a person with predatory instincts who has

Re: Create SWF from CF

2005-07-27 Thread dave
. From: James Holmes [EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 4:32 AM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Create SWF from CF Since CFCHART builds SWFs dynamically with Java, there must be something out there that does it. On 7/27/05, Paul Wilson wrote

Re: Create SWF from CF

2005-07-27 Thread Chris Velevitch
Paul, what are you trying to achieve? Why have choosen SWF generated from CF solution? How often will the images change? Will the number of images vary from time to time? How far in Flash are you willing to go? Chris -- Chris Velevitch Manager - Sydney Flash Developers Group www.flashdev.org.au

Re: Create SWF from CF

2005-07-27 Thread James Holmes
Eg: http://www.jzox.com/products.jsp ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it

Re: Create SWF from CF

2005-07-27 Thread Rick Root
Paul Wilson wrote: Is there a way to create SWF's dynamically using CF? I'd like to be able to upload images (Jpg,png), to a server and then create an SWF file with them (one on each frame). I guess I would be looking at some sort of Java based solution that CF could interface with. Paul,

RE: Create SWF from CF

2005-07-27 Thread Cary Gordon
You might want to take a look at OpenLaszlo http://www.openlaszlo.org/ it is sorta equivalent to the non-actionscript aspect of Flex, only it's free. You might need to adjust your model a bit to make it work. But, did I mention that it is free? Cary Gordon The Cherry Hill Company

Re: Create SWF from CF

2005-07-27 Thread Adrocknaphobia
No need to generate a swf. Like Rick said you create a swf that makes a remote call to a cfc, either via remoting or xml web services. The component returns the urls of all the images to be displayed. The swf displays the images. -Adam On 7/27/05, Paul Wilson [EMAIL PROTECTED] wrote: Is there a

RE: Create SWF from CF

2005-07-27 Thread dave
@houseoffusion.com Subject: RE: Create SWF from CF You might want to take a look at OpenLaszlo it is sorta equivalent to the non-actionscript aspect of Flex, only it's free. You might need to adjust your model a bit to make it work. But, did I mention that it is free? Cary Gordon The Cherry Hill

RE: Create SWF from CF

2005-07-27 Thread Paul Wilson
Having a single SWF file that loads in images isn't an option for this app. I need to create the SWF on the fly. I have found these solutions... http://activeswf.com/ http://www.blue-pacific.com/products/aspturbine/default.htm http://ming.sourceforge.net/ Nothing for CF though. It would be nice