Playing a Movie in Reverse

Hello,
I have a .mov file which is basically a building that was rendered by one of designers here. I have inserted into a Keynote Presentation however I would like to be able to play the .mov in reverse after i have played it moving forward. I have searched around in Quicktime Pro help but do not see any answers to this question. Any ideas?
Thanks in Advance!

With the video in keynote:
Rewind movie (by frame if paused) J (hold down)
Pause or play movie K
Fast-forward movie (by frame if paused) L (hold down)
Jump to beginning of movie I
Jump to end of movie O
Look under the help menu/keyboard shortcuts in keynote for more shortcuts...
Also in keynote if you hold the cursor over the video...the video controls will appear (set this in keynote's preferences).

Similar Messages

  • Playing a few frames of a movie in reverse but stopping at set points

    I'm very new to flash and even though i'm capable of using the search function and finding posts which look relevant i don't really understand them, most notably i am only familiar with controlling a movie clip with buttons within the movie clip symbol and i get confused by actionscript that seems to do otherwise.
    Within a frame on my main stage i have a movie clip symbol of around 125 frames. To control this movie clip symbol i have 4 button symbols within the movie clip symbol. The actionscript code that runs throughout this movie looks like this:
    forward_btn.addEventListener(MouseEvent.CLICK,nudgeforward)
    function nudgeforward(event:MouseEvent):void
        nextFrame();
    backward_btn.addEventListener(MouseEvent.CLICK,nudgebackward)
    function nudgebackward(event:MouseEvent):void
        prevFrame();
    fastforward_btn.addEventListener(MouseEvent.CLICK,fastforward)
    function fastforward(event:MouseEvent):void
        nextFrame();
        play();
    On another layer i have stop(); commands on a few select frames. (25,50,75 etc)
    This leads to free frame by frame navigation using the buttons forward_btn and backward_btn and if you'd like to move to set points in the animation you can use the fastforward_btn which plays the movie clip forwards until it hits a stop command on one of my chosen frames.
    What i'd like to do is have a button that plays the frames backwards until it hits these frames. Is there a combination of while loops and prevFrame() i can use or anything straight forward?

    The only thing that comes to mind is to use some modulus math to determine when you are in a frame that should be a stopping point. This would work as long as you have spacing such as you explained...25, 50, 75....  If the currentFrame%25 == 0, then that is a frame to stop in.  As far as the act of keeping things moving, you want to employ an ENTER_FRAME event listener so that it continually processes the prevFrame() call.  As soon as you hit a stopping frame you want to remove that listener.
    If the modulus approach wouldn't cut it for all cases, then you could also try to work out some form variable implementation that is assigned the last stopping frame number as you move forward beyond it, using that variable to check against the currentFrame value in the ENTER_FRAME event handler function.

  • HT203175 Reloaded Itunes on an XP machine. Reloaded because Itunes would not open. Now when I play a movie that is in my library, The movie plays for aprx. 60 seconds and then reverts back to my Itunes library. Any ideas on a cure?

    Reloaded Itunes on an XP machine. Reloaded because Itunes would not open. Now when I play a movie that is in my library, the movie plays for aprx. 60 seconds and then reverts back to my Itunes library. Does it with all movies in the library, Most where downloaded from Itunes. Any ideas on a cure?

    This "original file cannot be found" thing happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files, then you should be able to use my FindTracks script to reconnect them to iTunes .
    tt2

  • Playing embedded movie backwards

    I am patching together my first flash, which is definitly not
    optimal (lots of redundant code etc.) Since there is a deadline,
    ill go back and learn about how to make it much more optimal after
    this first version is done, so keeping all that in mind:
    Is there any way to play an embedded movie backwards upon
    calling it with a gotoAndPlay() command from the same scene?
    Thanks, a simple solution would definitly save me a lot of
    time, thanks for any tips!!

    projection83 wrote:
    > hi urami, thanks for the reply
    >
    > this seems to half work for me,
    >
    > I say gotoAndPlay(1000), which is the end of the movie
    which starts at 500
    >
    > it goes there, and there is an actionscript at 1000
    saying prevFrame();
    > same for 999, 998 all the way to 500. (start simple:P
    and lonnng code style)
    >
    > The problem is that the code takes me right to 500
    without actually playing
    > the movie - but it does get to its desination - what am
    i missin?
    Not all timelines can reversed their playback. This will work
    on motion/shape tween
    and frame by frame animation, nothing.
    What kind of content do you have on these frames ?
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Play a movieclip in reverse

    I'm creating a movieclip that shows some photo samples with
    two arrows at the bottom. I want it so that if the user presses on
    the right arrow, the movie clip plays forward and goes toward the
    end to "shuffle" through the image samples. But I would also like
    them to be able to press on the left arrow and be able to play the
    movieclip backwards to "shuffle" back toward the beginning of the
    images.
    The closest thing I can think of that would be similar to
    this would be the way you can shuffle through album images in
    iTunes.
    I just need to know the Actionscript 2.0 code to play the
    movieclip in reverse.
    Thanks.

    I settled on a solution, maybe not the best one, but it
    works.
    I made a movieclip which goes to frame 2 on rollOver:
    on(rollOver){
    gotoAndStop(2);
    _global.backward = 1;
    on(rollOut){
    gotoAndStop(1);
    _global.backward = 0;
    _parent.stop();
    On the second frame of that movielcip I placed another
    movieclip outside of the stage and put the following code on it:
    onClipEvent(enterFrame){
    _parent._parent.gotoAndStop(_parent._parent._currentframe -
    1);
    if(_parent._parent.tn1._currentframe != 1 &&
    _parent._parent._currentframe == 1) {
    _parent._parent.gotoAndStop(33);
    The extra code about going to frame 33 is to get the main
    movieclip with the picture thumbnails to loop and the check to make
    sure tn1 isn't on frame 1 is just to make it stop going backward
    once it's at the very beginning of the photos. The _global.backward
    variable it just to make sure the pictures cycle properly.
    Instead of having a really long movieclip with numerous
    photos scrolling from offscreen I just made one movieclip and put
    each photo thumbnail on a seperate frame within it. Then, I just
    put six instances of that movieclip on the screen at one time and
    once the first one has gotten offscreen I just have some code cycle
    all of them so it looks like one continuous scroll.
    The only problem I'm still having is that when it loops in
    reverse (meaning it jumps from frame 1 to frame 33) there is a
    slight jerking of all the thumbnails. I'm not sure why this is
    happening because when playing forward, they look perfectly smooth
    even when the movieclip loops.
    If anyone has a suggestion, let me know.
    Thanks.

  • Click button to play and click to reverse

    I have a test button i would like to have play a movie where a graphic expands. Once stopped, I would like to be able to click that same button and have the graphic go backwards. I would prefer to have timeline reverse, rather than lengthen the timeline of the mc because then i have to line up the start and end, and if one changes, i have to remember to change the other.
    I have:
    btn_test.onRelease = function(){
        if (_root.adinstance._currentframe != 1) {
            while(_root.adinstance._currentframe != 1) {
                _root.adinstance.prevFrame();
        else {   
            _root.adinstance.play();
    I get the expand, but when when it hits the while loop, it just disappears the adinstance mc.
    Any ideas?

    You rarely want to use any kind of coded loop to animate something, especially a while loop (they can be especially ornery).  Try something more along the lines of....
    btn_test.onRelease = function(){
        if (_root.adinstance._currentframe != 1) {
            _root.adinstance.onEnterFrame = function(){
                 if(_root.adinstance._currentframe != 1){
                       _root.adinstance.prevFrame();
                 } else {
                       delete _root.adinstance.onEnterFrame;
        else {   
            _root.adinstance.play();

  • Playing iPhoto movie using QT Pro

    Hi. Just a quick question: Is it possible, or is there a setting, to play a movie in my iPhoto library using QuickTime Pro? I have QT Pro, but when I play any of the movies in my iPhoto library, the standard QT Player opens instead of QT Pro. I want to be able to capture a frame as a jpeg from the movie without the QT controls (play, reverse, time remaining, etc) that overlay the bottom of the frame.
    Thanks, Jay.

    Hi Old Toad,
    You seem almost like an "old friend" - as I've read your helpful thoughts so much! I've done the EXACT thing you say below. (But I did it 6 months ago - without reading it from you. We must think the same . . . at least a tiny bit!
    I have the latest and greatest of everything . . .it seems all of a sudden, I cannot play QT movies thru iPhoto - as I see the movie in iPhoto, double click it - it should open QT7 and play. It has for years.
    All of a sudden it doesn't open. I must drag the movie to my desktop - then play it, then delete it!
    Well, THAT'S a little 'bulky'!!! What do you think happened? Oh, I just upgraded to 10.6.5 - hmmmm - did it start a few days ago when I did that?
    Oh, something else interesting . . . I have about 120 QT plist files taking up zero k in my Preferences folder. I DID delete all the "zero" ones - - hmmm . . . now that I think about it, could that have effected it?
    I wouldn't hinks so . . .
    http://discussions.apple.com/thread.jspa?messageID=12552877#12552877
    It's referenced above. Could you kindly put your skill and experience in this mishmash - what's going on here? Typically, I'm half advanced with Mac - we edit programing for PBS - and I'm usually pretty good here . . . but stumped now.
    Thanks,
    Larry

  • Can I play a movie from my ipod classic onto my ipad screen?

    I have a 160 GM ipod classic that holds all my movies.  I would like to buy a 16 GM ipad 3 but I know it won't be able to hold my movies.  Can I stick with the 16 GB ipad 3 but play my movies on it from my ipod classic?  I want to buy a wifi ipad and not a 4G one so when I'm driving in the car and I want to show movies to my kids in the back I won't be able to access the icloud or dropbox, etc.  Can I connect my movies from my ipod classic directly to the ipad with a cord to watch them on the ipad?

    So if I want to be able to watch all my movies or listen to all 50 GB of my songs I'll need to buy a more expensive 32 or 64 GB ipad and shuffle movies and songs in and out of it or else use the wifi and iCloud.  Is that correct? There's no way the ipad can access an external hard drive?

  • Unable to play some movie from Netflix on my iPad. When I click on a movie an error message comes up which says "cannot play movie. Please try again". Can anyone assist me? I just upgraded to iOS 7.1. Netflix not able to find problem.

    Unable to play some movies from Netflix on my iPad. When I click on a movie an error message comes up "Cannot play movie. Please try again later." I contacted Netflix but have not been able the help so I am wondering if it's my iPad. I didn't have a problem before but I have recently upgraded to iOS 7.1. Also is a certain amount of storage needed to play a movie? About how much is that?

    Hello all,
    I have an iPad 2 16GB with iOS 7.0.3 and Netflix version 5.0.2. I cannot watch netflix on an External LCD monitor that I have through VGA out. I use bluetooth speakers, so the AirPlay is going to that for Audio. Before this update, this combo worked without an issue.
    So as of Friday Nov. 8/2013, I contacted Netflix support, and they said they fixed the problem on their end, and the fix is on the Apple side of things, and to contact Apple support.
    So, I contacted Apple support, and the first person I spoke to said I would have to agree to pay a $35 fee for 30 days of support to this problem since my unit is out of warranty. I said this isn't a hardware issue, it's a software issue, and I'm not willing to pay to fix a problem you created. So I got a Senior Level advisor on the line, and she was helpful, and she's looking into the issue for me and said she'll contact me sometime on Tuesday or Wednesday (Nov. 12 or 13) to let me know of the issue.
    Here's the thing: this is a combination of Netflix and iOS not working correctly with any of the Apple Authorized Dongles. This is truly a code error that some hot shot programmer had major oversight on, and their management didn't catch it either. There was no reason for Netflix to rush to get this Netflix update going until Apple sorted out the bugs in iOS 7.
    Anyway, if I hear anything from Donna (the advisor), I'll post it and let you guys know. In the mean time, good luck!

  • When I play a movie through iTunes, audio has no issues but video stutters and skips

    Hey everyone,
    I have a Dell 17R, Windows 8 64 bit, intel i7-3630QM at 2.4 GHZ, 8gb ram, Nvidia GT-650M at 1920x1080 using driver 320.49
    When I play a movie in iTunes, the audio works flawlessly but the video will be smooth for a few seconds, stutter and then skip small 2-3 second spots. I haven't noticed that the parts skipped are any more graphically intense than other spots and there is no discernable pattern.
    In the past, I have been able to play movies through iTunes with absolutely no problem but when I downloaded this most recent one a few days ago all of my movies have been experiencing the same issue.
    When I stream other videos from other sources I do not experience the same problems as I do when I use iTunes. Streaming 1080P over youtube or a similar services is no issue.
    I have updated my video drivers to the latest version as well.
    I am at a loss, any suggestions would be appreciated.
    Thanks!

    Hi there,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/TS1718
    -Griff W.

  • I just brought a brand new Macbook pro retina display, when i connect it to my apple tv through airplay its too slow and when it try to play a movie apply tv is always a minute or 2 behind. How can i fix this?

    I just brought a brand new Macbook pro retina display, when i connect it to my apple tv through airplay its too slow and when it try to play a movie apply tv is always a minute or 2 behind. How can i fix this?

    Hello HanaAmer1,
    We've an article which provides troubleshooting steps that can help get AirPlay workign correctly.
    iTunes: Troubleshooting AirPlay and AirPlay Mirroring
    http://support.apple.com/kb/TS5209
    Cheers,
    Allen

  • TS3354 "To play this movie in HD, you must have a PC with a built-in display or have it connected to a display that supports HDCP."

    I recently reinstalled restored my Toshiba laptop with Windows 8 to factory condition.  I reinstalled iTunes, and now when I try to play a movie, I get this error message:  "To play  (name of movie) you must have a PC with built-in display or have it connected to a display that has built in HDCP."  This happens with both my downloaded movies and my iCloud movies.  It never did this before.  Any suggestions?

    I have the exact same problem. I watched both AnchorMan 2 and The Hobbit Desolation of Smaug a week ago on my set up. BenQ monitor ATI Radeon HD 5700 Series Video card. No issues. Then I reformat and all of a sudden my purchased movies give me that error. It's so frustrating.
    The odd part is for the Hobbit the itunes extras will start just like before, however I can't select a scene.
    How is there no response to this? Are we missing something obivous? A default setting? Driver?
    Help please!

  • Message: To play this movie in HD, you must have a computer with a built-in display ...

    I rarely use iTunes, prefer, for obvious reasons to own physical media (which is prompting this question). But I do have an iPad 4 so I have to use it.
    I bought a movie on iTunes and have downloaded it to a new brand new Windows 8 laptop. I am getting a message "To play this movie in HD, you must have a computer with a built-in display or have it connected to a display that supports HDCP."
    My laptop is running a display at 1366 x 768 resolution and it is hooked up to a separate monitor using the HDMI out to the DVI input. Why am I getting this message and what is the workaround? I don't think that it's right that I have to re-buy the movie in standard definition to to watch it.
    Also, as I have a 16 GB iPad, I typically don't have space available to store a 4GB movie but if I download the movie to my laptop and connect my iPad to my laptop, if I free up space will I be able to watch the movie on my iPad 4?
    You can probably tell I'm not a fan of iTunes. Why does Apple insist on making everything so difficult? The iPad 4 with Retnia Display is the only Apple product I own and previously I have played this movie on my iPad.

    I rarely use iTunes, prefer, for obvious reasons to own physical media (which is prompting this question). But I do have an iPad 4 so I have to use it.
    I bought a movie on iTunes and have downloaded it to a new brand new Windows 8 laptop. I am getting a message "To play this movie in HD, you must have a computer with a built-in display or have it connected to a display that supports HDCP."
    My laptop is running a display at 1366 x 768 resolution and it is hooked up to a separate monitor using the HDMI out to the DVI input. Why am I getting this message and what is the workaround? I don't think that it's right that I have to re-buy the movie in standard definition to to watch it.
    Also, as I have a 16 GB iPad, I typically don't have space available to store a 4GB movie but if I download the movie to my laptop and connect my iPad to my laptop, if I free up space will I be able to watch the movie on my iPad 4?
    You can probably tell I'm not a fan of iTunes. Why does Apple insist on making everything so difficult? The iPad 4 with Retnia Display is the only Apple product I own and previously I have played this movie on my iPad.

  • I'm trying to hook up my Macbook Pro to my TV. I'm using the 'mini-display port to female HDMI" adapter. all i can see is my desktop background. no folders or icons and when i play a movie it goes blank.

    I'm trying to hook up my Macbook Pro to my TV. I'm using the 'mini-display port to female HDMI" adapter. all i can see is my desktop background. no folders or icons and when i play a movie it goes blank.

    Drag applications from your main desktop off the right side of the screen and they will appear on the TV.  This is the extended desktop mode. 
    Regards,
    Captfred

  • I want to play a movie from my ipad on my tv, all hooked up and i get an error message that the tv isn't authorized to play it.

    I Want to play a movie from my ipad, on a tv but get a tv not authorized message, how do you authorize a tv?

    I was not complete clear.
    Since you never changed the settings in the advanced section of iTunes preferecnes, you have to chech that your music is really in the location setted in the folders reported in the advanced section.  If not you have 2 ways: reset the position of this folders or in the actual disk organisation or in the pointing on the preferences.
    If you press the reset button you just give to itunes its default setting as for the position of the music files: probably this will be a good choice if you have never changed any default preference.
    But before I would check the folders and see if the songs are really there
    In my iTune I have this, and I believe it is the default.
    Users/YOURHOMEFOLDERNAME/Music/iTunes/iTunes Music

Maybe you are looking for

  • How can I remove my credit card from the apple store?

    Someone stole my credit card. I can't update any of my apps until I put in certain information. Can I remove this credit card information in order for me to update my apps?

  • Hard drive crash and sporadic boot times

    Last weekend I took my MacBook on an overnight roadtrip. I got back and woke up Sunday to a MacBook that would not boot. I tried repairing the disk with the Snow Leopard install disk. No dice. I also tried diskwarrior. It also failed to restore the d

  • How to generate a pdf file

    hi i want to generate a pdf file using a java program, i have a string of xml format i want read the string and get each node of the string then pass it to generate pdf.how to do this, the problem is if i want to read xml then i must use org.w3c.dom.

  • How do I update IOS for my iPad2 wirenessly ?

    How do I update IOS for my iPad2 wirenessly ?

  • ICal not deleting old events

    When i upgraded to Leopard, iCal stopped deleting old events. I have it set to delete events older than 30 days, and it's not doing it. Does anyone know how to solve this problem? Message was edited by: auitto