Tagged Questions

0
votes
1answer
93 views

How to control a movieclip that was loaded using loadclip() in AS2?

This is in AS2. I'm loading an external AS2 swf using the loadclip funtion. But I don't know how to call its gotoAndPlay or stop functions. How do I reference to them? When I trace the loaded file …
0
votes
3answers
123 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 thinks it's a single …
0
votes
1answer
60 views

Change parent of MovieClip

I want to detach a movieclip and attach it elsewhere, but it doesn't seem possible in AS2. I'm looking for an AS2 equivalent of Cocoa's addSubview/removeFromSuperview. Is there alternatives routes …
0
votes
3answers
118 views

Dynamically adding movieclip to stage as3

I have buttons on the stage (run1_btn - run5-btn) that when clicked adds a movie clip to the stage.(hand) The movie clip contains a few frames of animation. When a button is clicked the movieclip gets …
0
votes
1answer
34 views

List of all classes exported by a flash movie

A Flash movie loads another movie that contains various asserts - movie clips in its library with 'Export for Action Script' settings set. Is there any way to determine the list of class names of all …
0
votes
2answers
183 views

How to tween (with ease out) a movie clip using only Action Script 2.0

I would like to tween a movieclip (with ease out) using purely action script 2.0. Does anyone know where to find any resources on this or could point me in the right direction? Thanks!
0
votes
1answer
73 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'd like to play the …
0
votes
1answer
41 views

Link images/layers in Flash CS4 - making them move together

I have two copies of an image (one called blurPic_mc & one called sharpPic_mc) and I want to be able to move both of them around the screen together. I need them to stay exactly on top of each …
0
votes
2answers
115 views

How to loop through different movie clips in AS3?

I have five movie clips in my library. I want to load each to the stage with a fade in and fade out. I thought I could just call them into an array, but I can't find how to reference them. I have …
0
votes
1answer
203 views

Flash CS4 Textfield weirdness!

I've been working on a flash project where a designer has included a typewriter effect. The effect was working for the best part of a day, and now with some minor changes to other parts of the fla, …
0
votes
1answer
108 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 same using a CSS file …
0
votes
0answers
14 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 the movie doesn't …
1
vote
4answers
4k 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 MovieClip created at …
0
votes
2answers
154 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 identify MovieClip as …
1
vote
2answers
161 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 the seekbar in …

1 2 3 4 next
15 30 50 per page