jsfl
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 pane开发者_如何学Gol is also storing metadata in the .fla and that is no problem. What is problemat[详细]
2023-02-19 06:02 分类:问答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 ne开发者_JAV[详细]
2023-02-17 23:32 分类:问答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:[详细]
2023-02-08 04:45 分类:问答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.Ou开发者_运维技巧r artist creates a rectangle with the gradient in a .fla.Is it possible to retrieve the gradient pa[详细]
2023-02-03 04:13 分类:问答Compile all Opened FLA files in Flash IDE using JSFL
Is there is a JSFL 开发者_Python百科script to compile all opened fla in the Flash IDE?This snippet will compile all open files according to their export settings:[详细]
2023-01-31 19:49 分类:问答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 ru[详细]
2023-01-28 00:02 分类:问答How to dismiss font substitution dialog box using JSFL
is there any wa开发者_如何学运维y 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[详细]
2023-01-27 18:10 分类:问答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 (re[详细]
2023-01-22 23:28 分类:问答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.[详细]
2023-01-22 10:08 分类:问答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...[详细]
2023-01-19 19:40 分类:问答