Tagged Questions
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?
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 ...
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
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
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 ...
0
votes
1answer
306 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 ...