Best way to make a short movie that can play back and forth smooth?

Hi!
I have a short .flv clip (video) of a shoe rotating 360 degrees.
The clip is less then 4 seconds and about 320kb in size and I'm using flash CS4.
I'm trying to build some sort of a player that lets the user scrub through the movie (back and forth).
The player is also supposed to be able to play the clip back or forth at a speed selected by the user.
I have read kglad's reply about "How to play backwards flv imported in timeline on flash cs3?", and the code works perfect, except that the video is not playing smooth when played backwards. I guess when playing normal, the next frames are by default buffered, but when playing backwards they are not...
Which is the best way of doing this?.
Maybe it has already been done? Has anyone heard about something similar?
Thanks in advance!

Hi!
Please find the file attached. I changed the file extension from .fla to .eps.
(I also added one with the extension .mpg)
Basically I just want to be able to rotate the shoe in either direction,
but then I also would like the user to be able to "spin" it.
Meaning that when the user turns the shoe around, the speed is recorded,
and when he releases the mousebutton, the shoe will continue to rotate at that speed.
Do you think it could work using video? Or do I have to use stillimages instead?
Your script worked, but the film doesn't playback smoothly..
Thanks in advance!

Similar Messages

  • Trying to properly code a menu with buttons that can go back and forth between external swf files

    I have a project I've been working on that, when properly coded, has a "main menu" with 4 "doors" (buttons). When the corresponding buttons to these "doors" are clicked, it should go to and play an external .swf file. If that doesn't make sense, think of a DVD menu. You click play movie, it plays the movie. When the movie is over, there's two buttons on that swf file to either play the movie over or go back the main menu, which is an external .swf file (Remember, we go to the movie from the menu, which is a seperate file). So far, the buttons work. The menu works. However, from the movie, at the conclusion, when I click the button to go back to the main menu, it displays the movie clip and the buttons, but none of the buttons work. I'm starting to think it has to do with the fact the main menu was written in AS3 and the movie was made in AS2. If anyone can assist me in being to able to keep both files and still navigate between the two, being able to bring up the menu from the movie and be able to play the movie again, and so on and so on, that'd be GREAT. I'm somewhat of a noob to Flash, but I learn quickly and I'm open to any suggestions. Here's the code for main menu, which I guess acts as the parent file, and the movie. If I get this to work, I essentially would duplicate the same actions for the other 4 doors, once I complete the environments for them. Thanks
    Main.Fla/Swf (written in AS3)
    (This is the action on the first frame, that has all the buttons. For this question, I'm just trying to properly code for 'Door4', which is the "door" to the movie.)
    import flash.display.Loader;
    stop();
    var myLoader1:Loader=new Loader ();
    Door4.addEventListener(MouseEvent.CLICK, jayzSwf);
    function jayzSwf(myevent1:MouseEvent):void
              var myURL1:URLRequest = new URLRequest("jayzspeaks.swf");
              myLoader1.load(myURL1);
              addChild(myLoader1);
              myLoader1.x = 0;
              myLoader1.y = 0;
    Movie.Fla/Swf (written in AS2)
    (This is action on the button that returns to the menu)
    on (release) {
              this.createEmptyMovieClip("container",this.getNextHighestDepth());
              container.loadMovie("main.swf");

    At least you're going in the correct (mis)direction. You have AS3 loading AS2. So that's not a huge hurdle.
    I believe all you really need to do is send your Main.swf a signal that the content it loaded (e.g. jayzspeaks.swf) is done and you want to get rid of it.
    The code I pointed you to asks you to (upon download and import then) instantiate it in both AS2 and AS3. They give a very simple easy to understand line of code.
    // as2, load this in jayzspeaks.swf
    var myBridge:SWFBridgeAS2 = new SWFBridgeAS2("connectionID", clientObj);
    // as3, load this in main.swf
    var myBridge:SWFBridgeAS3 = new SWFBridgeAS3("connectionID", clientObj);
    Make sure the connectionID matches between them. Set it to whatever you want.
    When you're done with your as2 loaded content you'd send a signal (over localconnection) back to the AS3 Main like they say:
    myBridge.send("someFunctionToUnloadContent");
    myBridge.close();
    You'd need to make the as3 function "someFunctionToUnloadContent()" (example purposes only name) and it should unload the jayzspeaks.swf that was loaded in the loader.
    Make sure you get that close in there so you don't drill up a bunch of localconnection objects just like the simple source code says.

  • Im making a photo slide show using imovie. how will i make a dvd copy that can play in both pc and dvd player.  i dont have an idvd anymore. m using a mbp early 2011 osx 10.8.5

    im making a photo slide show using imovie. how will i make a dvd copy that can play in both pc and dvd player.  i dont have an idvd anymore. m using a mbp early 2011 osx 10.8.5.
    after making the photo slide show, i clicked share>export movie.  after which i burned using toast. the file became a .mov.  i tried playing it in my mac and it worked. my fear now is will it also play in a regular dvd?... i read from google that mov files won't run in dvd players.  what format should i convert it to so it'll play in a dvd player.  can you suggest a faster way i can burn my projects for it takes me almost an hour to export.  im going to make 28 slideshows for my kids in school. *=( if i need to do this process 28 times, i may not be able to finish it on time.  please suggest a software or an alternative as to how i should do this... m more comfortable using imovie than iphoto.  thanks and i hope to hear from someone soon *=j

    Thank you QuickTimeKirk...used toast to burn project... my project was in .mov, i tried to play it a dvd player, it did play... will try again tomorrow using another dvd player just to be sure it'll will really work with dvd players.  thank you again for your reply *=)

  • I have two wireless networks that I switch back and forth.  Everytime I switch the network zone my macbook pro hangs and I have to do a hard shutdown and restart.  What is the fix?

    I have two wireless networks that I switch back and forth.  Everytime I switch the network zone my macbook pro hangs and I have to do a hard shutdown and restart.  What is the fix?

    Create two locations in Network, one for one and one for the other.
    WiFi, Internet problems, possible solutions
    WiFi security issues, at home and WiFi hotspots

  • Using code, I'd like to animate a movieclip so that it sways back and forth

    I'd like a piece of text to basically move around
    slightly....like it's floating. Just a slight back and forth, maybe
    a little up and down. Real subtle though.
    how would i do this with code. Can you please help me.
    Thanks

    make a movieclip then give it a instance name then create a
    minFloat (x,y) and maxFloat (x,y) variables to hold the minumum and
    maximun float from origional position then create a looping
    function that will contain a randomFloat variable to generate a
    random number and check to make sure it will not move past the max
    float (x,y) or regenerate another random number then once it finds
    a number tell it to move. I would create a move function to ease in
    and out the movement to add your subtleness and have the looping
    function fire the move function once it gets a correct
    randomFloat.

  • Best way to make a highlight movie?

    I am making a highlight movie of our bb season. I currently have 9 games that are about 10 gb each. I would like to take short clips from the games and put into a new movie of highlights. I am wondering the best way to do that. I did two games and I see that when I copy a six seconds from a 3 min clip into the highlight movie it copies all 3 min into the new movie. This will get incredibly big as I would like to take about 15-20 very short clips from each game. Is there a way to just copy part of a clip into another movie without getting the whole clip.
    If not, what is the best way to create an imovie out of short clips from other imovies.
    Thanks.

    you stumbled into the 'non distructure' feature of iM .. when you copy/paste 3secs into another project, the whole import, from which these 3secs are originated, get copied..
    use this workflow:
    highlight clip in timeline
    export/Quicktime/Full Quality.. check box 'selected clips only' ...
    the new file is the 3secs only.. drag that/import that into your 'master edit' ..
    what I would do...
    import 1 game..
    do a very rough cut .. no 'frame precision' just a selection of scenes, plus 10-20secs 'beef' around it..
    again, Export/QT/Full Quality ..
    delete project, create a new one..
    repeat for game 2-9
    import these roughcuts into your 'master edit', finish&polish the finale scenes there ...

  • Any way to export anamorphic SD QT that will play back 16:9?

    I haven't posted for a while because FCS2 has been working great. However one thing has been nagging me for quite a while and I wonder if it's a gap in my FCP education. When I work in SD 16:9 projects (either DV NTSC or DV50 Easy Setup), I often export to QuickTime Movie as "self-contained" .mov's before dealing with clients about output formats. However, because these are now 16:9 anamorphic clips, I can never get QuickTime Player to play them back at the Desktop level in the right aspect ratio.
    Is there any way to flag the QT so that the QT Player can play it back properly?
    For instance, if the next step is making a DVD, the same QT Movie can be imported into DVD Studio Pro, and all I have to do is to identify the track as "16:9 letterbox" and it'll play back in DVDSP in correct aspect ratio. Am I correct in thinking that the QuickTime Player still doesn't allow me to do something this simple after all these years?

    That is strange ... I just ran the test again. Heres the steps I tested.
    First, I created a DV PAL anamorphic sequence in FCP 5.1.4 (QT 7.4.1)
    Then I added a 10 second color matte to the sequence (Video Generators>Matte>Color)
    Finally I exported the timeline in using 3 different methods:
    1) Export >Quicktime Movie w/Current Settings, Self Contained
    2) Export >Quicktime Movie w/Current Settings, Recompress All Frames, Self Contained
    3) Export >Quicktime Conversion >>Quicktime Movie >>>DV PAL, and specifying specifically that the aspect ratio was 16:9
    Results:
    1) Movie played 4:3 in QT Player ... enabled "Conform aperture to: Clean" and it played 16:9
    2) Movie played 4:3 in QT Player ... enabled "Conform aperture to: Clean" and it played 16:9
    3) Movie played 16:9 in QT Player ... "Conform aperture to: Clean" was enabled already
    So I've just tried to see if I can force it NOT to work...
    4) Export >Quicktime Conversion >>Quicktime Movie >>>DV PAL, and specifying specifically that the aspect ratio was 4:3
    Result:
    4) Movie played 4:3 in QT Player ... "Conform aperture to: Clean" was enabled already.
    So the only way I can seem to make this not work is if I go out of my way to tell QT that its NOT anamorphic and that it really is 4:3 ... then QT Player takes me at my word.
    Odd that you're not seeing this. I wonder if its version specific?
    Andy

  • How do I burn a data disc of my camcorder movies that can play on an HP?

    Very frustrated, first I have no iDVD on my new Mac.  Very disappointing.  So now, I have my home movies on the Mac and need to burn them off to a disc, when I burn to a data disc, it wont play on another computer at all.  Please help so that I can share my videos with others????

    well-iDVD Used to be included, but now it's not  =-( I think it's around $30
    you could try using "Burn" which I think is freeware and will burn basic DVD video discs. Otherwise, you're gonna have to buy something. Yeah, mac's gonna take some gettin' used to, likewise, if I was to try and use a PC, it'd take some getting used to as well. iPhoto might help you with your photos and stuff and it may be included. You may be able to use right click on the movie and burn it to a disc. Dunno if it'll play back on a PC, though... if you had a cloud account or some storage space online you could do it that way, but, enough
    well, I tried
    John B

  • What is the best way to create an MP4 (.M4V) that will play with forced subtitles in iTunes, Apple TV, and all iOS devices?

    I've begun ripping my blu rays to digital format so I can store them on my NAS and access them from any device. Movies without subtitles work great, I simply use MP4 passthrough and all is well. I'm having issues with videos that have forced subtitles. I'm assuming I need to mux the video, audo and subtitle streams into an .M4V. I'm not sure how to do this. What format must the subtitle be in? SRT, AAS? Will Subler work?
    My intention is that have the subtitles show no matter what. I don't want to fiddle with enabling them and disabling them. I want to watch the movie in itunes or an iOS device and have the subtitles show up without doing anything.

    cmanion wrote:
    They are blu rays purchased before the advent of digital copies being included.  What do you suggest I do? Repurchase the movies I already own?
    We cannot help you on this board. What you ask is illegal to do in the United States. As Lyssa says, "You will have to search elsewhere for help." However, purchasing the movies from the iTunes Store is a legal option.

  • Can I use Migration Assistant as a tool to move my iphoto library back and forth from my imac to my MacBook Pro?

    I purchased a macbook pro so I can work on my iphoto projects when out of the house. Instead of buying an external and having my iphoto library on that, would I be able to use Migration Assistant to update the iphoto library from macbook pro to imac and imac to macbook pro -- depending on which machine i am using at the time?

    Do this:
    Drive Partition and Format
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    Steps 4-6 are optional but should be used on a drive that has never been formatted before, if the format type is not Mac OS Extended, if the partition scheme has been changed, or if a different operating system (not OS X) has been installed on the drive.

  • How do I stop new tabs from opening - all I want is one window that I can click back and forth on the page history

    I do not want multiple windows or multiple tabs. In older Firefox versions just one window could be set, using the page history to go backwards or forwards. How do you disable new tabs or new windows from automatically opening in firefox 7?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    See also:
    * http://kb.mozillazine.org/browser.link.open_newwindow (3)
    * http://kb.mozillazine.org/browser.link.open_newwindow.restriction (0)

  • What is the best way to make a clickable grid

    What would be the best way to make a clickable area that can
    differentiate between discrete parts of the area when clicked on.
    In other words, instead a having multiple buttons in a row that the
    user can click on, is there a way to have an area that has lines to
    distinguish the different areas(buttons) but that acts as though
    there were multiple consecutive buttons?
    For example, if I wanted to graphically simulate the buttons
    on a phone but without using buttons. Instead use some kind of grid
    or area that is divided into multiple sub areas that can
    distinguish the discrete positions (each button on the phone, or
    sub-area).
    Thank you,
    Salchichasa

    I liek your idea of having multiple images in a grid. I think
    that would be the best bet as you mentioned. Having one big picture
    would be hard to distinguish the sub-areas with mouse coordinates.
    I think checking the coordinates for the mouse would be very
    tedious because I would have to check for the left boundary, the
    right, top, and bottom for each sub-area!
    What do you mean by using button components and reskinning.
    Is this simply using buttons and changing the way they look? I'm
    just trying to save time and memory, because if I had a 10 by 10
    grid, thats a hundred buttons. Wouldn't that slow down the machine
    alot? And for that matter wouldn't having a grid of 10 by 10 images
    also by the same deal?
    Thanks for the input, I'm just trying to find the most
    efficient way to do it.

  • Is there a laptop that can play games well?

    I'm looking for a laptop that can play recent PC games smoothly (Dragon Age: Origins, Bioshock).  I took a look at the gaming laptops, but they seemed a bit pricey.  Is there anything a bit cheaper that can play such games well? 

    By well, I am guessing you mean max graphics? You're looking at $1500+, and likely $2000+.

  • I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    I am moving from PC to Mac.  My PC has two internal drives and I have a 3Tb external.  What is best way to move the data from the internal drives to Mac and the best way to make the external drive read write without losing data

    Paragon even has non-destriuctive conversion utility if you do want to change drive.
    Hard to imagine using 3TB that isn't NTFS. Mac uses GPT for default partition type as well as HFS+
    www.paragon-software.com
    Some general Apple Help www.apple.com/support/
    Also,
    Mac OS X Help
    http://www.apple.com/support/macbasics/
    Isolating Issues in Mac OS
    http://support.apple.com/kb/TS1388
    https://www.apple.com/support/osx/
    https://www.apple.com/support/quickassist/
    http://www.apple.com/support/mac101/help/
    http://www.apple.com/support/mac101/tour/
    Get Help with your Product
    http://docs.info.apple.com/article.html?artnum=304725
    Apple Mac App Store
    https://discussions.apple.com/community/mac_app_store/using_mac_apple_store
    How to Buy Mac OS X Mountain Lion/Lion
    http://www.apple.com/osx/how-to-upgrade/
    TimeMachine 101
    https://support.apple.com/kb/HT1427
    http://www.apple.com/support/timemachine
    Mac OS X Community
    https://discussions.apple.com/community/mac_os

  • I got my New iPad in the mail yesterday. I imported my photos and videos to make a short movie. The photos had lost all their original quality. Is there any way to import photos without losing quality?

    I got my New iPad in the mail yesterday. I imported my photos and videos to make a short movie. The photos had lost all their original quality. Is there any way to import photos without losing quality?

    If you mean "optimizing for iPad," no.

Maybe you are looking for

  • Webcam compatability

    Does anyone have any suggestions for how to get my webcam working with the latest versions of skype? I am using an HP EliteBook with built in HP HD webcam. Skype 6.7 is not recognising the webcam, so I reloaded version 6.5 and that didn't either, so

  • Assigning reason for status in lead transaction

    hello everybody i'm using CRM 5.0 and what i did is that i create all of subject profile and code group profile and codes and i assigned status and subjuct profile to transaction and it doesn't appeare high point for the quick response

  • IWeb and HTML (need to insert Google Analytics Codes

    I have published my iWeb site but do not use (.Mac). I am subscribed to Google Analytics and have a code which I managed to insert using Transmit. When I needed to alter my webpages, I lost all my HMTL codes and had to reapply them page by page (an a

  • Photoshop cc is not work in may system operation.

    You are running an operating system that Photoshop no longer supports.  Refer to the system requirements below for a full list of supported  platforms. please help me about this. cuz photoshop cc is not works in my operating system.

  • What is the technical definition of a Dual Core?

    How exactly does a dual core computer work? Is each core rated at 2.0ish or is that the rating combined?