loader
How do you load a folder full of png files to construct an AS3 movie clip?
I see plenty of AS3 examples of loading 1 image file into a 1 frame movieclip, but how can you 开发者_开发百科take a folder full of images, load them and treat each image as an individual frame of a s[详细]
2023-01-07 00:39 分类:问答Flash AS3: How do you calculate the width of an image loaded into a movieclip?
I am loading an image into a movie clip via AS3, and what I want to do is center the image inside the movieclip. The problem is that I can\'t seem to grab the width value of the image being loaded. Be[详细]
2023-01-03 05:27 分类:问答Add a child inside a newly created instance, inside of a loop in AS3
I am trying to create a gallery where each thumb is housed inside of it\'s own movie clip that will have more data, but it keeps failing because it won\'t let me refer to the newly created instance of[详细]
2023-01-02 16:16 分类:问答C or C++: how do loaders/wrappers work?
Here\'s an example of what I mean... User runs LOADER.EXE program LOADER.EXE downloads another EXE but keeps it all in memory without saving it to disk[详细]
2023-01-02 16:06 分类:问答How does Mach-O loader loads different NSString objects?
I have known that If you define a bunch of @\"\" NSString objects in the source code in Mac OS. These NSStrings will be stored in a segment in the Mach-O library.[详细]
2022-12-31 01:35 分类:问答AS3 and the loader class
I write here, because after looking for a solution, I could not resolve my error... var test:MovieClip;[详细]
2022-12-30 20:54 分类:问答implementing UIActivityIndicatorView while NSData dataWithContentsOfURL is downloading
I am downloading an mp3 using NSData dataWithContentsOfURL:url. This takes a while and while the file is downloading the application hangs. I want to handle well and ideal would like to show the downl[详细]
2022-12-29 15:24 分类:问答Problem resizing loader after loading swf
I\'m using the following c开发者_开发百科ode to load an swf in a pure actionscript project (Flex Builder 3)[详细]
2022-12-29 03:31 分类:问答Flash AS 3 Loader OnComplete Inside a Loop
As a followup to the question, How to get associ开发者_开发问答ated URLRequest from Event.COMPLETE fired by URLLoader, how can I make the function work for loader object in a loop?[详细]
2022-12-29 01:54 分类:问答Trouble using Loader, can't access properties of loaded swf
May not have asked question correctly so I’m asking again.I’m using Flash AS3 with code in actions layer.[详细]
2022-12-28 08:04 分类:问答