Re: [Flashcoders] Using JSFL with AS files

2007-03-23 Thread Yehia Shouman

I think you can load .as files as (text files) and parse baby parse !

On 3/23/07, Danny Kodicek <[EMAIL PROTECTED]> wrote:


> What do you mean specifically?

I mean editing AS with JSFL. I'm getting frustrated with not being able to
do a search and replace on multiple files, so I was going to write a tool
to
do it with JSFL - unfortunately, it seems only to work with FLA files, not
AS.

Danny

___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Using JSFL with AS files

2007-03-23 Thread Steven Sacks | BLITZ
You can read and write any text files, so you can certainly read and
write AS files.

Here is the full Flash 8 JSFL API PDF document which is IMPOSSIBLE to
find anymore on Adobe's site.

http://tinyurl.com/2qu83v

Of particular interest to you are:

Flfile Object

Flfilre.read(fileOrFolderURI);
Flfile.write(fileURI, textToWrite);

etc.

Hope this helps you.  JSFL rocks.  I've used it to create many handy
tools.

One thing that will save you some headaches if you make Panels out of
your JSFL tools is make sure you DOCK the panels in Flash.  For some
reason, certain JSFL actions that modify objects on the timeline are
broken if called from a free floating panel.  It's a bug and it's
probably known and I wouldn't expect a fix anytime soon.

Cheers!
___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Using JSFL with AS files

2007-03-23 Thread Danny Kodicek
 > What do you mean specifically?

I mean editing AS with JSFL. I'm getting frustrated with not being able to
do a search and replace on multiple files, so I was going to write a tool to
do it with JSFL - unfortunately, it seems only to work with FLA files, not
AS.

Danny

___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Using JSFL with AS files

2007-03-22 Thread Snepo - Arse
jsfl files can be externalised as .jsfl and executed via commands>run  
command>


if that is what you are asking

Arse
www.snepo.com
www.arseiam.com

On 23/03/2007, at 12:30 AM, Danny Kodicek wrote:


Is there any way to do it? (And yes, I know I'd be better off with an
external editor, but sometimes it's easiest just to work in the IDE).

Danny

___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Using JSFL with AS files

2007-03-22 Thread keith


//Script In the Flash IDE:
MMExecute('alert("Hello World");');



-- Keith H --

Danny Kodicek wrote:

Is there any way to do it? (And yes, I know I'd be better off with an
external editor, but sometimes it's easiest just to work in the IDE). 


Danny

___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


  



___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] Using JSFL with AS files

2007-03-22 Thread Steven Sacks | BLITZ
What do you mean specifically?


BLITZ | Steven Sacks - 310-551-0200 x209
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Danny Kodicek
> Sent: Thursday, March 22, 2007 6:30 AM
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] Using JSFL with AS files
> 
> Is there any way to do it? (And yes, I know I'd be better off 
> with an external editor, but sometimes it's easiest just to 
> work in the IDE). 
> 
> Danny
> 
> ___
> 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 Consulting and Training 
> http://www.figleaf.com http://training.figleaf.com
> 
___
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 Consulting and Training
http://www.figleaf.com
http://training.figleaf.com