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++? ...
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++? ...
Well, I have Flash file which has one movie-clip (Box1) and it is exported for Action-Script in Linkage option but export for Frame 1 option is unchecked. Now my document Class is here package { import flash.display.MovieClip; public class GetTimeLineObjects extends MovieClip { public function GetTimeLineObjects() { var ...
I am new to actionscript 3.0 and I'm experiencing difficulty trying to pass a variable that is created and set in frame 1 to a dynamic text box that is added to the stage in frame 4. on frame 1 the variable is set from information entered by the user: var input_dia = ""; input_dia = pdia_input.text; and should be displayed in a dynamic...
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....
I am using Adobe Flash CS3 with Actionscript 3.0. What are the different ways to add scripts to a project except adding the script to a new keyframe? ...