Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Actionscript

0 votes
436 views
1 answer
    I have a base class called Room and a subclass called Attic, and another called Basement. I have a controller ... done this before as as3. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
319 views
1 answer
    I have a custom event that is dispatched when a slider is moved but I receive no event from inherited dispatcher class I ... ("hello"); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
394 views
1 answer
    I'm loading an swf file into my main application using URLLoader, I want to get the background color of the loaded ... code of the loaded swf ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
503 views
1 answer
    I am developing a Image uploader using Flash 10. I am using FileReference object to browse images and Loader ... images from desktop? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    I want my movieclip to play once and stop on the last frame. I use the following code in the loop of my ... a movieclip on a particular frame. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
390 views
1 answer
    I'm writing a flash application and am afraid that it will be decompiled. In order to minimize this chance, I ... ? Thanks a lot in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
414 views
1 answer
    Can any one give me a simple example on how to dispatch an event in actionscript3 with an object attached to it ... pass along with the event. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
435 views
1 answer
    I'm currently using the JPGEncoder from the AS3 core lib to encode a bitmap to JPEG var enc:JPGEncoder = new JPGEncoder ... and how can I do it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    Is it possible to store a Image in a SharedObject in Flash? It would be nice if it would work. I ... addChild(Bitmap(sharedObject.data.img)); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
544 views
1 answer
    In UI component life cycle, I heard validation and invalidation events. Please explain me about these events in short ... Thank you in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
457 views
1 answer
    public class MyClass extends MovieClip { public function MyClass():void { my_mc.addEventListener(MouseEvent.CLICK, action); ... How do I access? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
534 views
1 answer
    I have a quick question regarding POST file uploads in ActionScript 3. I am trying to upload a ByteArray ... suggestions would be appreciated! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
356 views
1 answer
    I want to know the difference between [object main timeline], [object Stage] and root in as3? I have read from ... But I didn't get clearly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
449 views
1 answer
    I want to send HTTP PUT Request on one URL to update that content of XML via using API. URL is like this: https:/ ... .... Please help me..... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, ... Java class implementations. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    What AS3 code is used to loop a sound using AS3? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    I searched it for while but didn't find anything like printf in Action Script. That makes it a little difficult to generate formated strings. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    I'm setting selected element in s:List component with Actionscript, it works, but List doesn't scroll to selected ... selected item ? Thanks ! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    What is the best way to render to a UIComponent which hasn't been added to the stage? (I'm using UIComponents ... view. Is there a better way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
428 views
1 answer
    What is the best way to render to a UIComponent which hasn't been added to the stage? (I'm using UIComponents ... view. Is there a better way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
330 views
1 answer
    What is the fastest way to delete one specific entry from the middle of Array() Array is large one having Strings. ... content of array[6] etc. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    I have an image mySprite.png. The image is a 5x5 grid of 32x32 px sprites. This image has been loaded ... from this sprite sheet resource? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
400 views
1 answer
    I′m making a game that simulates an industry of pan, and one of the process is Painting. What I want to do is ... me some way of doing that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    I just got started learning AS3. Let's say I have two textfields on my sprite. I like to move textfield 1 when I press ... .x -= 10; break; } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
353 views
1 answer
    I'm having trouble with NetStream in AS3. The project I am working on allows users to browse a video (locally ... the video does load again. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
404 views
1 answer
    I'm looking to grab cookie values for the same domain within a Flash movie. Is this possible? Let's see I ... printing it within the HTML page. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I have a SWF of unknown origin, and I need to know which flash player version it was targeted at when it was published. How do I get this info? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
398 views
1 answer
    I have quite a basic question to ensure I am not missing something obvious! Does anyone know of an ... the windows/fonts folder. Cheers See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...