actionscript-3
Actionscript without display list (update/draw loop)
I\'ve been working with several different programming languages recently, and I\'ve come to the conclusion that I don\'t really like the display list in Actionscript. I would much rather have an updat[详细]
2023-04-12 05:26 分类:问答How to convert XmlList to ArrayList
I have this xml file. var xml:XML =<rootNode> 开发者_开发知识库<element name=\"CompositeFont\">[详细]
2023-04-12 04:49 分类:问答Error when calling a function from main in flex
Hi guys i am trying to call a function which is defined in main.mxml public function btnAcceptCall_clickHandler(event:MouseEvent)[详细]
2023-04-12 04:45 分类:问答AS3 - Highlighted text color
Does F开发者_开发知识库lash auto set the color of highlighted text? For some reason it is some kind of blue. How can I change it to white for example?[详细]
2023-04-12 03:42 分类:问答adding an EventListener while such an event is being triggered without having it triggered too
When the escape key is released, I close the deepest child in a tree-like structure, and then tell it\'s parent (which is now the new \'deepest child\') to close when the escape key is released ... bu[详细]
2023-04-12 03:40 分类:问答HTTP GET Requests with HTTP-Basic from Flash Player
Unfortunately, Flash Player doesn\'t support using request headers with GET requests, as noted here, due to what Adobe terms \"browser limitations\":[详细]
2023-04-12 03:15 分类:问答as3: why cursor won't hide?
I\'ve tried everything... it won\'t hide. Obviously tried Mouse.hide() tried different player versions (10.2, 10.3, 11)[详细]
2023-04-12 02:51 分类:问答actionscript bitmap draw with transform.matrix and rectangle.bounds
I am trying to get a partial bitmap from an object but I am getting different values from: object.transform.matrix.tx and object.transform.matrix.ty[详细]
2023-04-12 02:23 分类:问答mouseWheelEvent.preventDefault. How to prevent scrolling in browser when swf has focus
suppose a small app which connects to server and displays some data. The problem is that when MOUSE_WHEEL is thr开发者_高级运维own the page is scrolling. How is it possible to disable page scrolling o[详细]
2023-04-12 02:10 分类:问答Load image dynamically in Flash
I have to load image dynamically using actionscript 3.0, PHP and Mysql. I have the image path in the database. Now how to show 开发者_高级运维the image in Flash?you have to use AS3 Loader class to do[详细]
2023-04-12 01:48 分类:问答