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
641 views
1 answer
    I need to send a text from an embedded SWF (Web browser) to an AIR based desktop app. I did everything ... connectionName"); } Thank you. Uli See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
717 views
1 answer
    I've built a game for iOS that is designed for landscape mode and it works just fine except that if you turn ... any help you can offer. Rich See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    Trying to parse some XML (over which I have no control!) In C# I would do something like: XmlNodeList xnList = xml ... Can this be done in AS3? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I have a custom class that extends List which I am using as a container. However, the scroll speed is too fast on the ... } } } return null; } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
729 views
1 answer
    I have a Flex application,I am loading a JSON file with more than 40,000 items. Does Flex provide a way to load this file faster? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
647 views
1 answer
    Hi I'm loading an external swf into a MovieClip, and I want it to stop until I choose to play. Currently ... when loaded until I choose Play? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    I have flex mxml custom component(Graphic).According to requirement a need to copy them as copy or cut operation.but ... = 0; _saveIn.flush(); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I have a red square that I want to drag only on the x-axis. I've worked out a simple script, which ... "); e.currentTarget.stopDrag(); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    In Actionscript you can have global variables like this: var number : Number = 15; And then use it in a method ... Objective-c, is it possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
670 views
1 answer
    I have to call a function that is defined on the main stage of my project, and I have to call it from a ... m using flash cs5.5 and AS3.0 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    I am planing a project that involves a cross platform (Android and I.O.S) mobile app that logs in using ... off with this sort of thing. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
607 views
1 answer
    I'm trying to listen for a custom event from an SWF I've loaded and I'm just not able to capture it ... search didn't turn up anything specific. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    hi my flash app is getting error 2028 when trying to communicate with the internet works fine with flash ide ... -domain-policy> please help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    My usage is very limited. All i need to do is to invoke the soft keyboard from within my flash application. ... will pop up the keyboard. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I would like to create a random number between specific numbers, let say I have the numbers 1,2,4,5,7,8, ... numbers should be in the equation. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
720 views
1 answer
    Is there a way to disable code analysis (the light bulb) in IntelliJ? I really don't care about code ... 10.5 to edit ActionScript code. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
460 views
1 answer
    To iterate over the properties of an Object in AS3 you can use for(var i:String in object) like this: Object ... order? What is happening here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
638 views
1 answer
    I would like to know how to save and load the X and Y position of all the children of a MovieClip. ... and loading all the MovieClip children? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
462 views
1 answer
    I want to add a listener to the parent of a slider which is receiving the event from a non-gui class the ... end function }// end function } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    I found several info on how to load one or more external SWF files, packaged with my AIR iOS App, the actual working ... I can't reload an SWF. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I want to add a label in flex to display m/s2 (read meters per second square). I would need ... to unrelated type flash.Display.DisplayObject See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    I am trying to use NetStream to play from a byteArray. Please see this for what I am talking about. I am able to ... . How do I go about this ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
612 views
1 answer
    I was chatting with my buddy about this, he is convinced you can do this and says he has done it, but I ... for what I am building here. thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I am trying to grab part of stage area using BitmapData and copyPixels method: bmd = new BitmapData(stage.stageWidth, ... not the saving one... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
470 views
1 answer
    I have seen so many implementations of singletons around, and i just want a singleton that 1.- instances on the first call ... new."); } } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    What I am trying to accomplish is to upload some binary data, specifically a ByteArray representing a PNG image, to ... .load(urlRequest); }); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    Could someone simply explain the 3 phases in the Flash Event framework, please? By event phases, I mean: ... click on a nested MovieClip? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
928 views
1 answer
    I want this object to rotate around its center rather than the top left corner. The code looks like this: ... around the top corner. Thanks 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

2.1m questions

2.1m answers

60 comments

56.9k users

...