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
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
So I was messing around with JSFL, and I wanted to set the storke to None. That should be done like this:
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
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:
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
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
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
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.
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...