tagged [actionscript]

Saving and Loading XML file with flex

Saving and Loading XML file with flex I want to have a xml file for my configuration and so i have to load it from the same directory the swf file lies in and save it afterwards. I saw articles about ...

Logging API for AS3

Logging API for AS3 quick question, I've been looking for a simple logging tool for AS3 projects (I do not want any Flex dependencies) and my impression so far has been that there is no actively devel...

5 Mar at 13:3

Calling ActionScript 3 function from C#

Calling ActionScript 3 function from C# I have a Flash movie embeded in a Windows Form (using the component "Shockwave Flash Object included with Visual Studio 8). The Flash movie was created with Fla...

24 Jun at 17:21

How to know if an object is dynamic in AS3

How to know if an object is dynamic in AS3 In Action Script 3, you can write a class that defines a dynamic object (MovieClip and Object are two examples), this objects can be modified in run-time. Wh...

How to open file dialog in Flash 10 "without" user interaction

How to open file dialog in Flash 10 "without" user interaction I want to open a file dialog via FileReference.browse() but I get #2176 error which means that this action can only be invoked upon some ...

25 Sep at 16:30

Does anyone know of a flash box control

Does anyone know of a flash box control I have been googeling it for a while but with no success. I am looking for a flash tutorial or maybe a control that implements the following (It's not very diff...

22 Dec at 22:51

how to make button click event to call a function which set another label text?

how to make button click event to call a function which set another label text? i am not an action script developer nor flash designer, i just want to have a small action script sample that i will edi...

28 Jul at 21:25

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3

How to pass "Null" (a real surname!) to a SOAP web service in ActionScript 3 We have an employee whose surname is Null. Our employee lookup application is killed when that last name is used as the sea...

AS3 Flex dynamically loading images does not allow images' id

AS3 Flex dynamically loading images does not allow images' id I need to load dynamically a few images (4-6) so that by clicking on particular image user would invoke particular action. Embedding image...

20 Oct at 04:6

Focus Out event for TLFTextField

Focus Out event for TLFTextField I'm having an issue where I don't get a "FOCUS_OUT" event called when I click around the stage. I do get the "FOCUS_IN" event when I click the TLFTextField. Not sure w...