actionscript
AS3: angle of reflection
I am stumped on working out the angle of reflection in my AS3 project, I have the formula but the formula relies on you knowing the angle of the object that is reflected against (to work out the perpe[详细]
2023-04-10 05:46 分类:问答How to get dynamic TextInput field values in Actionscript 3
Hi creating dynamic TextInput fields in a function. Need to get the values of those fields in another function. Can anyone throw some light on this.[详细]
2023-04-10 04:46 分类:问答Scroll to alphabet in a List (ArrayCollection dataProvider) (Alphabet Jump)
Hopefully this is easy but that sometimes means its impossible in flex and I have searched quite a bit to no avail.[详细]
2023-04-10 04:23 分类:问答TweenLite Design Pattern
Just curious. TweenLite/TweenMax is a very common animation library, and I was wondering how someone would classify the design pattern used in TweenLite.[详细]
2023-04-10 02:55 分类:问答Tab index not work on image, panel and Group tags in flash
I am writing code to order the tab on multiple tags like \"img\",\"Panel\",\"LinkButton\",... and pie charts. when I run my flash program, the tab indexing does not work at all. it just works on pie c[详细]
2023-04-09 20:43 分类:问答How to get the argument's type of a function?
I want to guess the type of every argument from an anonymous function, something like mapping a class with reflection but just for a function, something like...[详细]
2023-04-09 14:43 分类:问答How to change/prioritize function execution in flex?
So basically I have a component with my event dispatched: <components:MyComp id=\"Id\" myDispatchedEvent(event)/>[详细]
2023-04-09 03:32 分类:问答Display datetime in actionscript with no timezone or daylight savings time changes?
In actionscript I am trying to format datetime fields coming in from a webservice call which takes into account the timezone and daylight savings time.Basically we need to display times for events, he[详细]
2023-04-08 23:50 分类:问答Garbage collection in Flash Media Server
I have memory leak in my project and I wonder how garbage collector working in Flash Media Server. I have 2 questions:[详细]
2023-04-08 16:08 分类:问答Using the identifier of an object to change settings in flex
well i want this actually <s:Button x=\"240\" id=\"anything\"y=\"80\" label=\"User 4\" click=\"click_Handler(event.currentTarget.id)\" />[详细]
2023-04-08 15:34 分类:问答