Re: [Flashcoders] JSFL: Can I set the swf publish path?

2006-08-04 Thread John Grden
If you use Flasc, you can designate the final SWF output ;) On 8/1/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: I've solved it. I export the publish profile. I read that file in and swap out the values of the nodes. I save that string to the drive (overwriting the old one). I import the

[Flashcoders] JSFL: Can I set the swf publish path?

2006-08-01 Thread Steven Sacks | BLITZ
Hello, I'm trying to figure out a way to set the Publish path of the SWF of the current document using JSFL. Does anyone know how to accomplish this? Thanks! --- Steven Sacks Senior Flash Developer [EMAIL PROTECTED] Ph: 310-551-0200 x209 Fax: 310-551-0022 BLITZ | 405 S Beverly Drive, 3rd

RE: [Flashcoders] JSFL: Can I set the swf publish path?

2006-08-01 Thread Steven Sacks | BLITZ
Just to clarify, I don't want to exportSWF(), I want to change the publish path of the SWF file and then save the FLA with that set path. This is so I can create template FLAs and have them all publish themselves to ../deploy/FILENAME I can import and export publish profiles, but I want to

Re: [Flashcoders] JSFL: Can I set the swf publish path?

2006-08-01 Thread eric dolecki
I have a build script used to produce SWFs from FLAs in one location, and deposit the SWFs in another location - which I believe is what you want? It indeed uses JSFL and its a dream. If this is what you need, I can dig it up. - e.dolecki On 8/1/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote:

Re: [Flashcoders] JSFL: Can I set the swf publish path?

2006-08-01 Thread eric dolecki
thats a whole lotta work, but glad that works for you. On 8/1/06, Steven Sacks | BLITZ [EMAIL PROTECTED] wrote: I've solved it. I export the publish profile. I read that file in and swap out the values of the nodes. I save that string to the drive (overwriting the old one). I import the new