jsfl
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 al[详细]
2023-04-09 23:28 分类:问答JSFL: convert text from a textfield to a HTML-format string
I\'ve got a deceptivelysimple question: how can I get the text开发者_JAVA技巧 from a text field AND include the formatting? Going through the usual docs I found out it is possible to get the text only[详细]
2023-04-06 07:51 分类:问答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开发者_Go百科 videos?[详细]
2023-04-05 16:30 分类:问答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 pos开发者_StackOverflowsib[详细]
2023-04-03 10:25 分类:问答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:[详细]
2023-03-30 06:58 分类:问答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[详细]
2023-03-22 19:53 分类:问答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[详细]
2023-03-19 04:42 分类:问答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.[详细]
2023-03-13 19:20 分类:问答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:[详细]
2023-03-12 20:33 分类:问答full path to selected movieclip on scene via jsfl
I try to 开发者_StackOverflowfind the way to get full path to selected movieclip across jsfl. I have one movieclip mc1. Inside mc1 i have the second movieclipmc2.[详细]
2023-03-10 08:01 分类:问答