0
votes
0answers
26 views
AS3 Play contents of a symbol
I've grouped a multiple layer 1 frame actionscript driven animation into a symbol. (simply put, imagine a 1 frame image being tweened by code over a few sec, in this symbol)
Now I …
0
votes
3answers
33 views
Merge multiple MovieClips into a single MovieClip
Hi,
I've multiple videos stored as MovieClip objects and would like to merge them into a single MovieClip video object in order to play all of them in sequence (so that a user thi …
0
votes
1answer
18 views
Embedding a movieclip using CSS in Flex 3
We use
[Embed(source="assets/styles/basic/my_skins.swf",symbol="preloader_3")]
private var PreloaderAnim:Class;
for embedding a movieclip from an swf file.
How can I do the sa …
0
votes
2answers
26 views
Identify MovieClip in AS3 among DisplayObjectContainer
in ActionScript 3, if I loop through the children of a movie clip, it will return a DisplayObjectContainer, which is a list of DisplayObjects.
However, the AS3 typeof cannot iden …
0
votes
0answers
11 views
swf movie is not staying within the confines of the movie clip when played, ie it goes over the whole stage.
Hi,
Can anyone give me a hand please?
I've got a basic web page with buttons on the left and a movie clip on the right. When I attempt to import a swf file into this movie clip t …
0
votes
1answer
112 views
Add nested movieclip and set dynamic text AS3
Hello, I have a map of the US with icons over a number of cities (about 12). When the user hovers their mouse over one of these icons a movieclip with two dynamic text fields pop-u …
0
votes
4answers
1k views
Actionscript 3, addChild from library then access it’s children by instance names
So I successfully added a movie clip from the library using addChild(), but now I want to access some movieclips that were in that dynamically added movieclip.
I've used standard …
1
vote
5answers
150 views
Why MovieClip-derived class won’t gotoAndStop?
Facts:
I have 2 classes: Entity and Ship. Entity extends MovieClip and Ship extends Entity.
I have a MovieClip associated to the Ship.as class file.
The thing is that I'm able …
1
vote
3answers
151 views
as3 removeChild issue
Hi there!,
I'm loading some swf files at 0 on my stage. They are the pages of my site.
To change from page to page I use removeChildAt(0) and then I addChildAt("page_title", 0) …
1
vote
2answers
109 views
Resize a movieclip wihout messing up mouse coordinates.
How do I do this? I have a seekbar which I'm retrofitting to resize with the FLVPlayback. Right now it gets the mouseX when you click the seekbar, and divides that by the length of …
0
votes
2answers
220 views
Flash + AS2 = Unload a movieclip itself when it is clicked
Hi there
I have a movieclip which unloads two other movieclips when it is clicked. This bit works fine, but it should also remove itself after this, which particularly does not wo …
1
vote
4answers
3k views
Flash CS4 AS3 horizontal movieclip scrolling with mouse move
I'm new to AS3 and have been working on an XML driven navigation system written in AS3.
At present, I've imported the contents of an XML file and plotted it inside a containing Mo …
2
votes
2answers
77 views
Is it possible to play a movie file in a UIView layer?
If yes, what movie format has best performance? And how would a simple setup look like? I have some views, and I want to play a short movie inside a view (not fullscreen). The movi …
1
vote
3answers
79 views
What shows better performance? Playing a movie clip, or animating an image sequence with UIImageView?
Specs: about 320 x 270 px, 5 seconds. I don't know exactly how many images needed for a fluid animation, but let's assume 30.
What would be the best way to playback this? As a mov …
0
votes
1answer
67 views
Get MovieClip in another frame
I'm in frame 1 of a movie, and I want to use getChildByName("mc_movieclip"); to get a reference to mc_movieclip. The problem is that mc_movieclip does not exist in frame 1 but only …
