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

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

2007-04-10 Thread Muzak
Windoze ;-) - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com 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-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

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(\ + uri +

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

2007-04-09 Thread Muzak
@chattyfig.figleaf.com 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 Configuration

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

2007-04-09 Thread Muzak
|/ but that's the way jsfl expects it to be. regards, Muzak - Original Message - From: Steven Sacks | BLITZ [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Tuesday, April 10, 2007 3:20 AM Subject: RE: [Flashcoders] Create MXI/MXP with External JSFL Muzak, Thanks for your response

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. uri