Tagged Questions
0
votes
1answer
35 views
Create New Frames Programatically
I was building an beginner application with Flashdevelop, when I met the following problem.
I would like to create a MovieClip type Table.as class:
public class Table extends MovieClip { ... }
...
0
votes
1answer
35 views
Hide Objects with negative coordinates adobe flash
I designing a banner in Adobe Flash Professional and i'm using Motion Tween to move out an image of the "visible" area with negative cordinates.
But if i enlarge the flash player frame i see the ...
0
votes
1answer
84 views
Does ASC 2.0 recognize [Frame] metadata tags (ex: for Preloader factoryClass)?
I'm trying to use the new ASC2.0 compiler in the AIR SDK 3.7, but I seem to be running into a problem where it cannot detect my preloader class.
If I use the non-ASC2.0 compiler, it recognizes and ...
2
votes
1answer
192 views
Flash CS5 Actionscript 3.0 Does not go to random frame
I am pretty new to Flash and I'm making a topography quiz for on my website.
The goal of my topography quiz is to get 72 questions of citynames in a random order. I already made this, but the problem ...
0
votes
1answer
222 views
Next frame after a movieclip in adobe flash actionscript 2.0
I'm busy with a project in Adobe Flash Actionsricpt 2.0. And I have this imported video on one frame, but if i don't put stop(); in the script of that frame, the video won't play, but if I do it won't ...
0
votes
0answers
45 views
Switching frames with command pattern
I'm trying to create an intro animation for my flash game, but when it's supposed to go to the second frame of the animation things go wrong.
This is the code (located in the document class) that the ...
1
vote
0answers
302 views
Accurate Seek in Pseudo-streaming Flash
I would like to know if the flash fallback (medialement or any other) can support accurate seek to the frame for an H.264 video in a MP4 container, transferred by HTTP using an IIS or apache web ...
0
votes
1answer
124 views
Movie Clip currentFrame
I sent a movie clip to my function. It add another movie clip to that which has a animation. As you see in output, I can see the currentFrame of my added movie clip (which is "F_intro" ) inside the ...
1
vote
1answer
371 views
actionscript 3, gotoandstop random frame out of next 3
so on my flash, I have parts where you have option which way to choose, and that road you choose should have randomization in them, and I am trying to build it so that when user chooses one road, he ...
0
votes
1answer
36 views
select an button or movicclip on a certain frame actionscript3
I got a flash file to edit and need to add an extra function to a button in an external as file. this button will not show until on a certain timeline(that says on frame 120). the problem is I can ...
0
votes
1answer
79 views
Object in current frame only
I have a Player movieclip object being placed on frames, where an example player is, then making the example player invisible. But when it runs the player is placed where the example is in the first ...
0
votes
2answers
2k views
Actionscript 3: gotoAndStop
I have a project in Flash CS3 that's giving me a bit of trouble. I have a movieclip, and in that movieclip, I have a button. The movieclip is named bg and the button tohallway_btn. My coding is on the ...
2
votes
1answer
205 views
How can I specify ENTER_FRAME so that the object enters on every 4th frame?
So the ENTER_FRAME property will add an object to the stage on every frame the game runs. If the game is 24 fps, 24 objects created per second. How can I limit that so it will generate an object every ...
0
votes
1answer
82 views
Display ASP.NET page inside Flash App
I have a ASP.NET web app consisting of a few forms which have to be displayed in a certain scenario inside of a flash app, other times displayed as part of a HTML frame.
Is there any functionality ...
0
votes
1answer
51 views
How to tell what frame you're on in ActionScript 2.0
How do I tell what frame I'm on in a movie clip? For instance I want have a preloader set up so that the animation of the preloader plays all the way without jumping around. according to the bytes ...
0
votes
2answers
630 views
Flash AS3 - Score counter
There's obviously a lot of posts about score counters and I have a counter that updates every frame (Enter_frame function) which works fine. The score variable increases every frame and thus the text ...
0
votes
0answers
657 views
Export Flash Frame as PDF
I'm looking for a toolkit/command line/library that will let me export frames or a single frame of a .swf to a pdf. I'd rather not have to write my own converter.
I'm looking for a vector ...
0
votes
2answers
193 views
Iterating through movieclips that are not in the first frame
I need to loop through all the child inside a .fla file, and I can reach only the first frame movieclips when I loop through the childs, I found a "solution" that consists in copy all the movieclips ...
0
votes
1answer
1k views
How to add a symbol definition to Actions Frame in Adobe flash?
this is a super newbie question, but i can't figure it out. I have a flash project(not mine), where i can find several symbol definitions in the Actions Frame. How to add symbol definitions there? I ...
0
votes
5answers
1k views
I want my MovieClip to play from frame 5 to frame 30 and then stop. How?
I want my MovieClip to play from frame 5 to frame 30 and then stop. How can I do this?
1
vote
1answer
152 views
extract a frame from a flash movie
I have a flash player playing a .flv video file
How could I reproduce this behaviour :
when client press stop, catch the current frame ; kill the player ; display the last frame (previously caught) ...
0
votes
1answer
87 views
Flash CS4, send user back to selected from inside of a movie?
I have a layer called "home_movie" and on that later on the end frame is a movie clip that plays, what i want to happen at the end of the animation is it to send the user back to the frame above they ...
0
votes
2answers
142 views
Flash - Controling a Label on Another Frame
Ok so I have 4 key frames in my flash project and what i'm trying to do is to go from one key frame to another and make some of the content on the destination key frame invisible using actionscript. I ...
0
votes
0answers
97 views
Weird Issue Flash AS3 [closed]
Hi i have a flash file where i load in a game on frame 182. this is done by calling a function in a class file that plays out the game. Now to star the game you have to use arrow keys. now for some ...
2
votes
3answers
3k views
AS3 Problem Dynamically adding Cue points to flv and seeking to next cue point
I have a flvplayback component onto which I am loading a video.
To mimic next frame and previous frame actions I am adding cue points to the loaded for every second of its length.
The next frame ...
0
votes
1answer
199 views
ActionScript | Flex | Flash bracketed directives like [SWF…] and [Frame…], what are they? documentation?
I've seen that this kind of directives like [SWF...] and [Frame...] are used to set things that would otherwise require using the Flash IDE, but this way you set them from within Actionscript code.
...
0
votes
1answer
391 views
frame rate is very low for android game developed by flash CS5
I am porting my flash games on android. I have ported 3 successfully. But the problem with all of them is they are giving very low frame rate near about 7-8. And I have observed 1 thing that frame ...
1
vote
2answers
1k views
Programmatically extracting a frame from a video in Flash
I need to write a small Flash app that will need to extract a video frame from a playing video. It will not need to be saved to the HDD of the user. I just need to get the image data and display it in ...