Tagged Questions

0
votes
1answer
9 views

JSFL delete Flash aso files

I'm using FDT 3 and Ant to make a jsfl file that is then executed to compile fla's and I'm trying to figure out how to get the jsfl to remove the aso files. I've tried storing the path to the aso …
0
votes
0answers
16 views

Using JSFL, pulling items out of a library using libraryPath

I'm making a SWF panel to automate some file setup. I'm using the libraryPath JSFL command to point to some external libraries. How do I put an item from one of those external libraries onto the stage …
0
votes
2answers
43 views

Parsing XML in JSFL?

It seems that there is no xml parsing tool in available JSFL (Adobe Flash-extension Javascript script file) : http://osflash.org/pipermail/flashextensibility%5Fosflash.org/2006-July/000014.html So, …
0
votes
0answers
48 views

How to access the selection of xmlui targetlist from JSFL in Flash?

I have a simply xml ui: <dialog title="Select Symbol" buttons="accept, cancel"> <vbox> <targetlist id="target_symbol" height="300" width="400" required="true" class="movie …
0
votes
1answer
65 views

When building custom panels for Flash CS4 IDE, is there a way to attach callbacks to workspace events?

Is there a way for a custom panel for Flash CS4 to register for IDE events? I've built a custom panel for the CS4 IDE, and now I'd like to get a callback anytime the current selection on the stage …
0
votes
1answer
104 views

extending Flash CS4: How can I display info about my current selection in my Custom Panel?

I'm building a Flash CS4 custom panel extension, and while I can call jsfl from actionscript fine, I can't figure out how to get info from the jsfl queries back to my custom panel. MMExecute() seems …
0
votes
1answer
134 views

how to pass an object from a windowSWF to JSFL ?

I'm working with an fla, an as file(document class), and a jsfl file. the swf is generated in the WindowSWF folder (e.g. $flash/WindowSWF) I have a simple windowSWF and I'm using MMExecute and …
1
vote
4answers
324 views

How to access group members in Flash CS3

Hi, I'm writing a script to access all dynamic textfields in the library of a flash (fla) file and embed certain character sets. I iterate through all objects looking for textfields, but It seems …
1
vote
2answers
813 views

Is it possible to publish a FLA from the command line?

In our project we have a large number (hundreds) of FLA files created by the artists in CS3, from which we compile SWFs to use in our Flex/AS3 application. As part of a streamlined build/deploy …