stage
How to change textfields on stage from an external class in as3
I tried to change the textfield on the stage from an external class but it doesn\'t work. Thats the code how I tried it:[详细]
2023-03-01 07:58 分类:问答How to make a MovieClip stick to the Flash player edge?
I have been starting to code in ActionScript, and tried to do this program. It draws a shape into the stage, and you can move it using the arrow keys. I added a \"edge sticking\" feature that sticks h[详细]
2023-02-28 17:32 分类:问答iPad : two-stage method implementation
here is my problem, I hope someone can help me. My iPad app is made like this : I have several viewControllers added as tabs in a tabBarController added to window in my appDelegate. In each of these[详细]
2023-02-26 16:31 分类:问答AS3: Hide elements outside the stage in loaded swf
Myapp loads an external swf and adds it to MovieClip. External swf movie has elements that开发者_如何学运维 are placed outside the stage (they go on the stage during swf playing). But after loading th[详细]
2023-02-26 02:59 分类:问答Load External SWF, assign MOUSE_DOWN event, and prevent empty space / sub stage from being clicked
I\'ve been developing in Flash now for over 15 years, and recently started developing games in Flash Actionscript 3. I am having some difficulties, and need some help. I\'ve spent days trying to find[详细]
2023-02-19 14:50 分类:问答Using wmode = direct breaks express install
I\'m building a Flash video player that uses the new StageVideo API.StageVideo requires window mode (wmode) to be set to \"direct\".Un开发者_运维问答fortunately, setting wmode to direct prevents the e[详细]
2023-02-17 17:04 分类:问答flash loader problem
I am have difficulties with a certain issue : I have a main flash application that loads different content - games, applications and etc. In some games when it is loaded there is change in it\'s behav[详细]
2023-02-13 23:53 分类:问答Why Event.ADDED_TO_STAGE
I often have problems with my code if I don\'t have the following in my constructor: addEventListener开发者_如何学C(Event.ADDED_TO_STAGE, init, false, 0, true);[详细]
2023-02-07 15:39 分类:问答AS3: How to find the parent of a deep-nested Sprite from the Stage?
I\'ll give a complete explan开发者_JAVA技巧ation of what I\'m trying to do. I have a video player as a separate SWF. In this video player I have a VideoContainer class extending Sprite, which contain[详细]
2023-02-06 03:23 分类:问答Best way to make elements non-selectable in Flex
All, As part of requirements for a new feature of \"locking\" a page, it is desired to have all elements on a locked page be non-selectable.This is not to be confused with disabled.All elements shoul[详细]
2023-02-03 01:21 分类:问答