Re: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-10 Thread Muzak
Windoze ;-) - Original Message - From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 10, 2007 6:43 PM Subject: RE: [Flashcoders] Create MXI/MXP with External JSFL Muzak, Are you on Windows or OSX? ___

RE: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-10 Thread Steven Sacks | BLITZ
Muzak, Are you on Windows or OSX? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Con

Re: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-09 Thread Muzak
, 2007 3:20 AM Subject: RE: [Flashcoders] Create MXI/MXP with External JSFL Muzak, Thanks for your response. Unfortunately, it's not working for me when I try to test it before I even make it an MXI/MXP. I created a jsfl folder inside the Configuration folder and put my jsfl file in there.

Re: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-09 Thread Muzak
ingle and double quotes, so I avoid having to escape quotes (and get lost in the process). Yeah, the path notation is a bit odd: file:///C|/ but that's the way jsfl expects it to be. regards, Muzak - Original Message - From: "Steven Sacks | BLITZ" <[EMAIL PROTECTED]>

Re: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-09 Thread Muzak
OTECTED]> To: Sent: Tuesday, April 10, 2007 3:20 AM Subject: RE: [Flashcoders] Create MXI/MXP with External JSFL Muzak, Thanks for your response. Unfortunately, it's not working for me when I try to test it before I even make it an MXI/MXP. I created a jsfl folder inside the Configur

RE: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-09 Thread Steven Sacks | BLITZ
Muzak, Thanks for your response. Unfortunately, it's not working for me when I try to test it before I even make it an MXI/MXP. I created a jsfl folder inside the Configuration folder and put my jsfl file in there. uri = MMExecute("fl.configURI") + "jsfl/test.jsfl"; MMExecute("fl.trace(\"" + ur

Re: [Flashcoders] Create MXI/MXP with External JSFL

2007-04-09 Thread Muzak
You can use fl.runScript() to execute jsfl files. I usually install them alongside the Panels in a sub directory called jsfl, unless the jsfl file has to be accessable via the Command menu in the Flash IDE in which case they need to be stored in the Commands folder in the Flash Configuration di