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
433 views
1 answer
    I have had several posts like this but I have not gotten down to the final answer so I put this ... .com/sandbox/testing/ChildTwo.jpg See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
500 views
1 answer
    I works with Flex 4.5 and I like to create a custom dropdownlist. Indeed, I'd like to show in each line ... how to do that. Thanks for helping See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
514 views
1 answer
    I'm using com.adobe.images.PNGEncoder to encode bitmapData to a byteArray. Is there a way to convert the ... t want to implement eventlisteners. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I would like to know the iteration order for the Array, Dictionary and Object types in AS3, for both the for ... determined using a for-in loop? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
415 views
1 answer
    Error #2044: Unhandled SecurityErrorEvent:. text=Error #2048: Security sandbox violation: http://kipos. ... crossdomain policy file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    Hi I just have an array of names (strings) in flash, and I want to make sure that any duplicates from ... per reocurring value in the array. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
378 views
1 answer
    I have a game with a variety of ship types. My Ship class has a static array holding one of each of the ... that need to stay the same. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    I'm trying to edit some flash to make an external javascript function call, but with no success. Here's my ... etc.) Thanks in advance... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I'm trying to get a movie clip to play in reverse when I mouse_out from it (it plays on mouse_over). My ... } How would I achieve this? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
497 views
1 answer
    Is it possible to use the Flex Framework and Components, without using MXML? I know ActionScript pretty decently, ... access to the Flex SDK? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
571 views
1 answer
    I am writing something in Flash/ AS3, and I came across this problem: ReferenceError: Error #1056: Cannot ... there a better solution? Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
288 views
1 answer
    Update 6: Fenomenas suggested me to re-create everything as simple as possible. I had my doubts that this would ... , movementHandler); The following function is then being run:...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
371 views
1 answer
    Since Flash doesn't support thread, how does it manage to deal with multiple animations ? ... =onepage&q=FLASH%20PARALLEL%20TASK&f=false See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
370 views
1 answer
    I am working on a prototype in which I have to play a video through RTMP protocol. My code is following : ... have any idea, please help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
317 views
1 answer
    I need to send a HTTP request (and get XML response) from Flash that looks similar to following: http: ... Changing request is not appropriate. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
364 views
1 answer
    Can any one please tell me the difference between target and currenttarget in flex? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
523 views
1 answer
    We all get "TypeError #1009 Cannot access a property or method of a null object reference" now and then - no big ... " - Is this even possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
344 views
1 answer
    First, just to give a visual idea of what I'm after, here's the closest result (yet not exactly what ... before, please show some code example! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
443 views
1 answer
    I'm populating a dropDownList with arrayCollection of strings. I want the width of the drop down list control ... is highly valued. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
553 views
1 answer
    I'm just having a little bit of trouble understanding Flash's localToGlobal functionality. I have a movieClip, which ... help you can provide. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
299 views
1 answer
    I have the below Json (wf.json) { "workflow":{ "template":"Analysis1", "start":{ "instance":"HDA_run1", ... jquery? Update with Flex Build Path See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
540 views
1 answer
    How do I create a custom event class similar to ActionScript? What I mean by that is a class that I ... no third-party library solutions. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
384 views
1 answer
    I'm sort of jumping in headfirst to some Flex/AIR stuff. I have a pretty solid background with AS3, but given ... have yet to possess. :) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I've got an AS3 SWF that I'm going to be loading other SWFs into. These child SWFs all take a single ... AS2 loader and it works just fine. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
381 views
1 answer
    How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome ... tel me your ideas here. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I have a list of zip and rar files in a local folder. All I need to do is to extract the contents of the ... for this??? Thanks in advance... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
602 views
1 answer
    I have a A.swf which loads B.swf onto a movieclip and needs to pass it some FlashVars. When loading ... html side this.loaderInfo.parameters.xml See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
387 views
1 answer
    When using Flash with a microphone or camera, the user is prompted to allow access to those devices. This is done ... still has the panel open. See Question&Answers more detail:os...
asked Oct 17, 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

...