RE: [Flashcoders] Q:Change publish path dynamically

2006-09-26 Thread Doug Coning
I use a config.xml file to store URLs in so that I can change them on the fly. Just load the config file first. Doug Coning -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, September 25, 2006 4:29 PM To:

RE: [Flashcoders] Q:Change publish path dynamically

2006-09-26 Thread Steven Sacks | BLITZ
The answer is JSFL. I wrote an article about how to change publish paths using JSFL on my blog. http://www.stevensacks.net/2006/08/06/using/ You can use this technique (see lines 10-13) with a panel (or just a script) which loads in XML and publishes the SWF. My entire script actually saves

Re: [Flashcoders] Q:Change publish path dynamically

2006-09-25 Thread Aaron Buchanan
You could write a jsfl to loop all open FLAs, or perhaps all FLAs in a project if you're using the project panel. The latter I haven't done yet, but should be possible. On 9/25/06 1:29 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Does anyone know if there is a way to change the publish