jsfl

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 ...

Extending Flash using... .Net dll?

Is there any way to extend Flash CS3/CS5 using .Net dll? There is an extensibility point available in Flash, which works with C. Is there any way to extend using .Net or C++? ...

JsFl and listbox

Hello there. 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 dialog box is displayed but my listbox is freaking empty (even listheaders are missing). here is my JsFl call to my XML: var resu...

Rotation + Matrix + JSFL

Hello there, 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 "Hello World!" at 45 degrees, my code looks like that : rotateAngle = 45; //creates my new text at x:0, y:0 coordinates fl...

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 (returns 0). Now I create a separate publish profile, removing it if already exists. I don't know why it's not mentioned in the documentation....