Flex :: Play A Video Backwards In AIR?
Jun 29, 2010I need to play a .mov file backwards in my Flex app.
View 2 RepliesI need to play a .mov file backwards in my Flex app.
View 2 RepliesI have a video by frames in the timeline on the stage, and i want it to play backwards when i press the button.
i found this code on this forum and it works really good, but i need it to stop on certain frames (127, 177) how do i do that?[code]...
Problem: I have an flv I would like to play backwards.
Attempt: I have used the code below to play an MC backwards as well as forwards with success in the past. Now I have an flv which I must play backwards and I thought embedding it entirely in an MC would be fine. The code works, but when ti performs the backwards portion, well, it runs very slowly.
Question: Is there a way to play the embedded flv backwards at full speed using the method I tried or do I have to load the flv into the swf at runtime?
if I have to load the flv into the swf at runtime to play it backwards
var rewindMe:Boolean=false;
vid_mc.addEventListener(Event.ENTER_FRAME, everyFrame);
function everyFrame(event:Event):void {
if (rewindMe==true) {
[Code].....
I've made this as a "prototype", getting used to how the game will move and such, and I've got it moving as I want it, but I can't make it move backwards when I press the back button The whole thing is inside a movie clip, I just want it to play backwards when I press the back button
View 4 RepliesI need an animation to begin playing when another button is rolled over, if the button is still rolled over, the animation will finish it's loop. If it the button is rolled out, the animation is played backwards.
View 7 RepliesIs it possible to play the playhead backwards, if i want to play an animation backwards?
View 2 RepliesShort description what I wan'a do: 30 frame long movie clip (my_mc) and a button (button_btn). When button rollOvers the clip should play (how to do that I know ) and when on button RollOut the clip should play backwards from the same frame where it stopped.
View 1 RepliesI have a mask in a movieclip and I want it to play backwards when I push the buttons. I want the organic stuff to mask backwards. [URL]
View 5 RepliesI created a MC that will play when you rollover a button and play again on rollout. Here comes the problem. If you rollout this MC before the animation comes to stop, it will stop at the stop point and won't continue playing until you rollover again which then looks (and actually is) as a bug.
View 3 RepliesIn my project i have a mc called theArrow, which contains 85 frames of animation, and a roll-over region called mouseRegion.
When the mouse rolls over the region i want theArrow mc to play backwards from the point it is at, and when the mouse leaves the region i want it to resume playing forward again.
here is my script:
Code:
theArrow.addEventListener(event.ENTER_FRAME, playBck);
function playBck(event:Event):void {
this.theArrow.prevFrame();
[Code].....
I'm trying to play a movie clip backwards on rollout, but can't get it to work.
I have a main movie clip, which contains a button and a movie clip. Since the area of main movie clip is larger than the button hit area, I'm trying to create the reverse effect from the button.
[AS]on (rollOver) {
forside_movie.gotoAndPlay (1); // play movie forward
}
[Code].....
is there any way to play a movie backwards? it may sound wierd, but i really want to do it. any actionscript actions that can do this?
View 9 RepliesI made text jumping say the word "jackflash" each letter is bounced. from a alpha.Instead of me remaking the whole thing over doing same in reverse is their a action I can add at end of movie to play it backwards?frame begines at 1 too 25.I want it from 25 back wards to 1 is it possable? 25 24 23 22 so on.
View 2 RepliesI need an animation to begin playing when another button is rolled over, if the button is still rolled over, the animation will finish it's loop. If it the button is rolled out, the animation is played backwards.
View 6 RepliesI'm not sure if this is possible or not, but could you use an AS to play the timeline backwards? Or play a MC backwards?
View 7 RepliesIs it best to try to play a movieclip backwards or maybe use some other technique like reversing the frames and creating a new sequence and the play that one?
or is there an easy way to play the frames backwards?
i am trying to play the timeline backwards once it reaches the end, but i cannot fine anything out on the net to explain how to do this without a button click.
View 1 Repliesi have 4 main sections of my site and i would like it if the user is deep into section 2 and wants to click a button to go to section 3, section 2 actually reverses every tween/action it has ( breaking down ) then goes to section 3. i would prefer this rather than an abrupt shutdown section 2 and section 3 starts.
[URL]
to play a movie clip backwards in AS? If yes.. how? ty
View 4 RepliesShort description what I want to do: 30 frame long movie clip (my_mc) and a button (button_btn). When button rollOvers the clip should play (how to do that I know ) and when on button RollOut the clip should play backwards from the same frame where it stopped.
View 1 Repliesthe player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"
and the vid doesn't play until it's fully loaded
I managed to make a controller that can play embedded-video-SWF's in "slow-motion" (1/2 speed, 1/4 speed) and in reverse at different speeds. What I'd actually like to do, is something similar, but then with FLV's. I am trying to use the NetStream.pause() as a toggle onEnterFrame, but that doesnt work. Using seek doesn't seem to work either, because it kind of doesn't like non-integers and also for an unknown reason keeps sending the playhead to 4 seconds. if it should be possible to play an FLV at a different speed/reversed, how to do this, and if this should cause performance issues. (Reverse-playing an SWF is much slower for example)
View 4 RepliesI want to create a movie clip to play forward when the mouse hovers over it but backwords when the mouse rolls off. This sounds easy enough but I having a few problems getting it to work.
I do not want to clip to jump to a position before changing direction.
I am having problems getting the clip to go backwards on the rolloff if the foward movement has not been completed.
I thought that I could just use script to send the clip forward by one frame on roll over (frame = frame+1), and opposite on roll off but it does not appear to work - i think it may be much more complicated than this.
I need to play forwards/backwards to target frame(or second) on my videoPlayer when I push a button. How would I do this?
Not sure how to tween the seek() property. I have TweenLite, which normally works great! But just not sure how to do it here..
I've made the outline of a site in AS3, on one of the pages it has an area that shows some text and images. If you click on the right arrow, the current info flys off to the left and the new info comes on from the right. This is done by just having a movie clip with a load of stops and code that says "absorbentInfo.play();" so it plays forward to the next bit of info.What I would like is a way to make it play backwards to the previous stop, so that it could cycle indefinitely either way.Code for the next button below.with the previous button.
Code: Select allnextButtonAbsorbent.addEventListener(MouseEvent.ROLL_OVER, nextButtonAbsorbentOver);
nextButtonAbsorbent.addEventListener(MouseEvent.ROLL_OUT, nextButtonAbsorbentOut);
[code].....
I am trying to tell flash from within a movieclip to start playing a specific frame within the main timeline only after it has finished playing the movieclip backwards. I can get the movieclip to play backwards fine but it's getting the main timeline to start from frame 1 which doesn't work. I have the following code on the first frame of the movieclip (which is called video) but it doesn't seem to do anything.[code]
View 1 RepliesI'm looking at a project that requires the ability to play one flash video over the top of another... sort of like an animated watermark, where the video on top has transparent regions ans may not be the same width/height as the one underneath.
Using Flash/Flex, can this be done in a web-app at real time? Or would you have to use an offline server app?
EDIT: This is not an HTML question. It's about making a simple video-editing kind of tool solely in Flex. Maybe I want to overlay a video of a galloping horse over a video of passing scenery or something. Ultimately, being able to output a single mixed video is useful, but for video editing that's too slow, real-time playback as the position of the overlay video is changed would be needed.
I need to play preview video first, before starts play any other video. I am using jw player
View 1 RepliesIs there any way I can play a video using flex in slow motion?
View 4 RepliesI'm using flex 3. I've successfully played video and audio files by using following libraries:
flash.media.Video flash.media.Sound Live docs link. But the limitations are as follow: Video class can be used to play only flv file format. To play mp3 files I must use audio file.
So can I play most of the famous audio/video files by using single method?
Well by checking the file type we can some how achieve it. Then I should create a component for that.
So can any one suggest me such ready-made components? or is there any other alternatives to play audio/video files?