Tagged Questions
.jsfl files are used to add functionality in the Flash Authoring environment; they contain JavaScript code and access the Flash JavaScript API.
5
votes
2answers
4k 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 ...
2
votes
1answer
60 views
Debug jsfl in ExtendScript for Flash CS5
This is a total noob question, but I'm trying to figure out how I can debug some JSFL that I created, stepping through it as the code runs on a Flash CS5 file. The DEBUG menu dropdown in ExtendScript ...
2
votes
2answers
530 views
Compile all Opened FLA files in Flash IDE using JSFL
Is there is a JSFL script to compile all opened fla in the Flash IDE?
2
votes
2answers
234 views
JSFL: Suppressing/auto clicking on Dialog boxes
var tmpDoc = fl.createDocument();
/*..some logic...*/
tmpDoc.addItem({x:0,y:0},item);
My JSFL has the above code.
And on the 3rd line, I get a dialog box :
which has title : "Resolve library ...
2
votes
1answer
145 views
Problem with dll called in JSFL
I need to create dll using C. But I saw some problems. OK, first: I need function in dll library to compute angle of the line - tgA = dy/dx. Angle = arctg(dy/dx). And I define this in file ...
2
votes
3answers
399 views
Embed webserver in carbon bundle
I need to embed a tiny webserver in a compiled jsfl external library for Adobe Flash CS4 so that an outside process can communicate with it. The external library will be a Carbon bundle on Mac and a ...
1
vote
3answers
77 views
Batch Image Trim
I have a Flash fla file that contains a whole lot of images. The majority of each image is composed of transparent pixels with a visual object in there somewhere. Each image at the moment is at {x:0, ...
1
vote
2answers
69 views
JSFL: Detecting when an Element has been flipped
I'm writing an exporter in JSFL, to export Flash animations into a format that can be replayed in a custom player. The exporter basically iterates through the timeline and through all the elements at ...
1
vote
0answers
72 views
Center static textfield with jsfl: strange results
Using Flash CS3, I'm trying to center a static textfield with jsfl after I've altered its text, like so:
textElement.setTextString( text );
fl.outputPanel.trace( 'text width: ' + textElement.width ...
1
vote
1answer
79 views
Options for configuring element hierarchy relationships in the Flash IDE
The ultimate goal is to use JSFL to export a 2D skeleton from Flash. The file will likely consist of one or more Movie Clips which animate some Graphic symbols. I can happily export the child symbols ...
1
vote
1answer
304 views
How to save .fla files in older Flash IDE format with JSFL?
Since Flash 5.5 by default saves files in 5.5 format that's incompatible in 5.0 editors we need a way to save .fla files in older format with a JSFL script.
Can this be done? How?
Background:
One of ...
1
vote
1answer
217 views
AS 3.0 addChild functionality in JSFL?
Is there a way besides pasting frames inside a layer to add an element into a timeline? I'd like to replicate the addChild functionality from actionScript into JSFL. So basically, I'd like to add a ...
1
vote
1answer
237 views
Move movieclips to unique layers using JSFL
I have an asset file (FLA) that will be updated a lot by other team members during the project. I would like to have an JSFL script that moves all selected movieclips in the timeline to a new layer ...
1
vote
3answers
593 views
bulk rename flash library items with jsfl
version flash cs5
ok so i know the general code to rename all selected library items
var items = fl.getDocumentDOM().library.getSelectedItems();
for (var i=0; i<items.length; i++){
var item = ...
1
vote
3answers
255 views
Accessing via AS3 (for export) the gradient of a rectangle created in the Flash Editor
I need to export the gradient settings of a rectangle created with the Flash editor. Our artist creates a rectangle with the gradient in a .fla. Is it possible to retrieve the gradient parameters ...
1
vote
1answer
384 views
change text of tlf text field from jsfl
How can I set/change the text of tlf Text Field using jsfl. Apparently .setTextString() only works for classic text fields.
1
vote
1answer
138 views
How to dismiss font substitution dialog box using JSFL
is there any way to dismiss font substitution dialog box using JSFL?
I am trying to open a *.fla file using JSFL and I am getting font substitution dialog box because one font is not there, I had to ...
1
vote
2answers
566 views
JSFL - Flash CS4: replace textfields' font by an embedded font
I have tried a bunch of JSFL scripts to change textfields' fonts of a fla library. I used those scripts to change textfields' fonts for an embedded font which do exist in the library. All scripts run ...
1
vote
1answer
148 views
Rotation + Matrix + JSFL
Flash Tranformation Matrix via JsFL are mean to me :(
I have to write a JsFL script that creates a text on my Flash scene, and rotate it with a random angle.
Imagine I want to create and rotate a ...
1
vote
1answer
381 views
Aligning to Stage top-left with JSFL in Flash IDE CS5
See Title.
I'd do it by hand but there are 200+ .fla files that have been centered in the middle of the stage that I then load into AS3 (Flash Builder 4).
Thanks for the help.
Jono
1
vote
1answer
471 views
How can I get values from Flash Authoring in JSFL via XMLUI?
I want to set a variable from a flash file so that I can access if from JSFL in a Command.
I am using a element in JSFL's XMLUI:
Here's the JSFL:
fl.getDocumentDOM().xmlPanel(fl.configURI + ...
1
vote
1answer
208 views
Fill figure with JSFL
I draw figure in Flsh ID with JSFL methods, for example
// draw rectangle
doc.addNewLine({x:0, y:0}, {x:2000, y:0});
doc.addNewLine({x:2000, y:0}, {x:2000, y:500});
doc.addNewLine({x:2000, y:500}, ...
1
vote
5answers
1k 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, ...
1
vote
4answers
923 views
How to access group members in Flash CS3
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 there ...
0
votes
0answers
38 views
fl.componentsPanel.addItemToDocument + AS3 + CS5 = IDE Crash
Anyway, I am developing a very large scale JSFL system. It's over 2,000 lines of code (Uncompressed).
In my application I have a line of code looks like that:
...
0
votes
1answer
98 views
JSFL export “guides” animations
I need to convert timeline animations in a FLA into AS3 code (through XML, probably). The problem is that there are literally hundreds of layers and thousands of frames.
Though I understand JSFL's ...
0
votes
2answers
42 views
JSFL: selecting items returned by fl.findObjectInDocByType()
I can't seem to use the info returned by fl.findObjectInDocByType() with fl.getDocumentDOM().selection.
I want to use document.setTextRectangle to re-size some text fields from an array generated ...
0
votes
2answers
40 views
How does one get the stroked bounds of a symbol in JSFL?
DisplayObject.getBounds in actionscript returns the bounds of the object with the strokes included. The left, top, width, height properties of a SymbolInstance in JSFL don't seem to include the ...
0
votes
2answers
46 views
getting the name of a selected item on the stage using JSFL
I want to be able to select a item (image, movieclip etc) that has been added to the stage in Flash and access its file name.
So if I drag a image called 'imageOne.png' onto the stage, I want to be ...
0
votes
2answers
78 views
JSFL fl.saveDocumentAs();
I am writing a JSFL script that resizes flas and saves various versions, with appened names.
I can get a "Save As" prompt to pop up using fl.saveDocumentAs();
But I can't seem to get flash to ...
0
votes
0answers
205 views
Can't import mp3 into flash cs5 with jsfl
'One or more files were not imported because there were problems reading them.'
The issue is an odd one. With my jsfl script I import multiple .mp3 files and each one gets this error. However, the ...
0
votes
0answers
54 views
JSFL - Element.rotation is NaN
I'm writing an exporter in JSFL, to export Flash animations into a format that can be replayed in a custom player. The exporter basically iterates through the timeline and through all the elements at ...
0
votes
1answer
345 views
Accessing child/nested movie clips with JSFL AS3 CS5.5
How can I access a movie clip's children (specifically child movie clips) in jsfl?
I am already at the instance level from
...
0
votes
0answers
97 views
JSFL: convert text from a textfield to a HTML-format string
I've got a deceptively simple question: how can I get the text from a text field AND include the formatting? Going through the usual docs I found out it is possible to get the text only. It is also ...
0
votes
1answer
159 views
CS5.5 import video through jsfl without video wizard
I'm trying to have a jsfl script import a video into my .fla project and export the entire thing as a .swf automatically Is it possible to disable the video wizard when importing videos? I'd hate to ...
0
votes
0answers
154 views
Insert an image into .fla library and convert to movieclip through JSFL
Is it possible to pull an image from a website (using a loader like in normal as3), insert it into a .fla file and convert it to a movie clip purely through JSFL? Is it also possible to insert sound ...
0
votes
2answers
158 views
using Array argument in jsfl with swfPanel.call
I'm trying to create a swfPanel for Flash CS5.5 using JSFL.
I created my interface in flash and try to communicate with a JSFL command.
So, in my .fla file, I use an ExternalInterface with callBack to ...
0
votes
2answers
62 views
Stalling program until JSFL file finishes
I am trying to run a JSFL script from within a C# project, where the JSFL script opens up a .fla file, modifies it n times, and exports n .swf files before closing. From the C# project, I am starting ...
0
votes
2answers
119 views
JSFL for…in loop doesn't seem to work
I'm writing a script in JSFL for Flash CS5, and I'm trying to get a list of layers off the main timeline. I'm getting the timeline, then looping through it all with a for...in loop, but the objects ...
0
votes
3answers
190 views
How to make the bitmap generate the SWF file
The bitmap resource, It's usually make the bitmap generate the SWF file ,and use Loader class to load into the application.
I search some answers from google, find two ways to generate SWF File, one. ...
0
votes
1answer
110 views
E4X filtering in Spidermonkey
I'm using E4X in SpiderMonkey, and the majority of the language seems pretty solid, but I can't get filtering to work:
var xml = <root>
<person id="dave">Dave</person>
...
0
votes
1answer
270 views
full path to selected movieclip on scene via jsfl
I try to find the way to get full path to selected movieclip across jsfl.
I have one movieclip mc1. Inside mc1 i have the second movieclip mc2.
I try to get full path to mc2, if i select mc2 and run ...
0
votes
0answers
110 views
JSFL chaging fill.matrix only effects rotation, not scale / position
I'm trying to make some adjustments to the Matrix of a gradient (fill object) thought JSFL.
So the only thing I'm able to do is changing the rotation, and I am only able to do this when I first set ...
0
votes
2answers
114 views
JSFL - reading metadata onDocumentChanged
I am building a flash panel that reads metadata from a .fla when it is active in the Flash IDE. This panel is also storing metadata in the .fla and that is no problem. What is problematic is that I do ...
0
votes
3answers
282 views
How to Trace Placement of Audio Files on Timeline in Flash
I am working on an animation project. I'm not a programmer. I'm working in Flash CS3. I've an animation that I've produced that I need to output the placement of my audio track for use by the ...
0
votes
1answer
359 views
Convert text fields in movieclips in Flash with jsfl
I need basically a way to convert a group of selected text in movieclips separately with Flash commands. For example, I know to select just text items in the stage is:
var theSelectionArray = ...
0
votes
1answer
104 views
JSFL setCustomStroke does not work with stroke.style = “noStroke”
So I was messing around with JSFL, and I wanted to set the storke to None. That should be done like this:
var stroke = fl.getDocumentDOM().getCustomStroke("toolbar");
stroke.style = "noStroke";
...
0
votes
1answer
286 views
Flex/AIR: call JSFL
I've written a JSFL file to publish some fla's, and now I'd like to call that script from a flex / AIR application.
So the user should browse to the JSFL-file and select it. After selecting the ...
0
votes
1answer
663 views
Flash CS4, JSFL: changing settings for exportPNG
I need to export FLA as a sequence of PNG images using JSFL.
The first problem I faced is that I cannot call document.importPublishProfileString to change current publish profile, it always fails ...
0
votes
1answer
147 views
JsFl and listbox
I'm using JsFl in my Flash CS4 application to provide some feedback to our 2D artists.
I'd like to display a dialog box, thanks to JsFl, filled with a listbox or a tree...
And my problem is : my ...