actionscript-3
How to make an object network serialize to a file, not a SharedObject?
Currently, I do serialize my model object to the SharedObject instance: try { var mySo:SharedObject = SharedObject.getLocal(\"sig\");[详细]
2023-04-12 15:01 分类:问答Switch from Flash to HTML5 for a new version of a large project?
We have a large web product with 11 million users (widgets that are embedded into third party web sites, and now adding iOS/Android apps开发者_如何学运维). Most of our core interface is written in Act[详细]
2023-04-12 14:52 分类:问答How to get param value in as3 from Html?
I Want get Param values(src) from Html to AS3 that allows us to maintain in communication our Flash applications with the server.[详细]
2023-04-12 14:29 分类:问答as3 swap depth movieclips in fullscreen
hi I asked this question yesterday but I found out that my problem is using fullscreen my goal is 2 mc 2 buttons :[详细]
2023-04-12 14:04 分类:问答How to set mouse cursor as hand when it is over a movie clip?
As开发者_StackOverflow question title says, I need to know how to set the mouse cursor to be a hand when it is over a mouse clip. I\'m using Flash with Action Script 3.myClip.buttonMode = true;[详细]
2023-04-12 13:42 分类:问答Adobe AIR - Save image on hard drive
I found the below snippet to save an image to a specific folder with Adobe AIR. How to modify it that the \"Save As\" OS-window comes up first? (So users can choose where to save the image on the ha[详细]
2023-04-12 13:37 分类:问答as3 Vector.map and Vector.filter
Gone thru the livedocs but the examples are quite sparse. Can anyone give me some good \'real world\' examples of when and why you might use the[详细]
2023-04-12 13:00 分类:问答Error #1034 with Document Class
Hello I got a little class and all works fine. Then I add it in Document Class and puff, Error 1034 happens.[详细]
2023-04-12 12:42 分类:问答AS3: Generating multiple movie clips (random locations)?
I\'m trying to generate multiple stars in the stage, but I keep getting an action script error. stop();[详细]
2023-04-12 11:27 分类:问答display input text to another text field flash as3
Please help me... I am trying to show input text to another text field on run time. I want to show the[详细]
2023-04-12 11:14 分类:问答