Tagged Questions

3
votes
7answers
301 views

Creating a Movie from a Series of Plots in R

Is there an easy way to create a "movie" by stitching together several plots, within R?
2
votes
2answers
97 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 movie is about 5 seconds …
2
votes
3answers
3k views

Dynamically accessing nested movie clips in flash actionscript 2

I have a nested movie clip instance that I want to access. The path to the movie clip is defined by two variables ( similar to a row and column). I am already dynamically accessing the parent movie …
2
votes
2answers
168 views

Why is motion tweening changing the size/proportion of my movieclip?

Hi there, I am having a really odd problem with Flash CS4. I have a MovieClip with the dimensions 652x400. When I create a motion tween for the layer containing the clip, and move the playhead to the …
1
vote
0answers
11 views

how do i record and play a video in my native iphone app?

i have a view in which i want to play a video if user recorded or show photo taken from camera in a custom size screen.any help appreciated.
1
vote
5answers
189 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 to show, rotate and …
1
vote
3answers
291 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). The problem is …
1
vote
3answers
99 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 movie file in some kind …
1
vote
2answers
162 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
vote
1answer
650 views

ActionScript 3 MovieClip class linkage

Hi, I'm simply playing around with basic ActionScript 3 using Flash CS3 Pro. I put in a keyframe this very simple code to duplicate n "brander" symbols: for (var i:Number=0; i<20; i++) { var …
1
vote
1answer
109 views

how can I play a 3gp movie (not streaming) in a form with c#?

Hi, I want to be able to play small 3gp clips (not streaming) on a form. How can this be achieved? Thanks R
1
vote
4answers
486 views

Don’t scale the child movieClip?

I have a question of how to transform the parent movieclip and not the child movieclip...I have a movieclip holding an image loader and some handles as a movieclip. The handles movieclips are used to …
1
vote
3answers
813 views

Clone MovieClip in realtime

I have a MovieClip with and image inside that I can drag, resize and rotate. I'm creating a little thumbview, so the user can se how it will look. This is essentially a small version of the main …
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 …
1
vote
2answers
813 views

ActionScript 3: Set the text of an animated Dynamic text instance

I have a dynamic text field (textLabel) inside a Movie Clip (textMC). I am tring to set the text attribute like this: textMC.textLabel.text = "this is my text"; This works fine, until I add key …

1 2 3 4 next
15 30 50 per page