Play Head Control

Hey, I have three quesetions regarding movie control
through action script
1. How Can I Play a specific range of Frames in a Movie clip?
(eg from Frame#3 to Frame#29 total of 30 Frames)
2. How can i Reverse a movie clip in frame to frame
animation? (eg 9 8 7 6 5 4 3 2 1)
3. How can i control the speed of a movie clip (eg 1/3x 1/2x,
1x, 2x, 3x )

You will have to use a comnination of the setInterval()
function and the MovieClip methods gotoAndPlay() and gotoAndStop().
Not sure if you will be able to simulate a faster FPS with
setInterval() since the frames may not update fast enough. Changing
the FPS of a Flash movie is currently only doable in authormode and
not through AS. Once you publish as an SWF or EXE it is locked.
Tim

Similar Messages

  • How to use the jquery UI slider object in Edge to control the play head

    Edge seems to automatically load jquery {I think} because I see a lot of $.{...} code in the code file. I want to do something like ... add the jquery UI slider as a symbol into my assets library then place an instance of the slider on my stage. Then I can start coding event handlers that get the position of the slider and then reposition the play head to the trigger associated with the number returned from the slider. The slider seemed to be controlled in jquery and the play head control is in the Edge api.  they both seem to work with js functions ...  so I'm looking for a way to get them working together in the Edge code that I see for a stage.

    You could try to load jquery ui and then apply it to the symbol.
    There are serveral ways to load a script.
    Example 1 for draggable
    $.getScript("js/jquery-ui-1.9.1.custom.min.js", function() {
    var info = sym.$("info");
    info.draggable({ disabled: false });
    info.draggable({ snap: true });
    info.draggable({ axis: "x" });
    Example 2
    yepnope(
        nope:[
            'js/jquery-ui-1.9.1.custom.min.js',
        complete: init
    function init() {
        var mySymbol= sym.getSymbol("symbolName");
        // do something

  • How do I control flash object with captivate play head?

    Hi All,
    I am a learner to the captivate.
    I am having problem with animation-audio synching with captivate paly head.  When I inserted an animation to the slid, It does not synch with the play head. So I lose the control of pause, next. I tried out synch to project option but it didn’t work out.
    Can anybody help me in this. Should I write any script in animation or any widget is there…
    I am using flash6 and captivate 5.5.
    Thanks,
    Arundhati.

    Hello,
    Nothing to do with button becoming inactive, really, but with the way the Effects are scripted. Will try to answer your question about the buttons however.
    I'll try to explain the functionality of a button.  A button typically has a pausing point that is visible on the timeline, right? The portion before the pausing point is the 'active' portion, which will mean that the user can click on the button and this will have results. When you click on a button, the action attached as Success action is triggered, in this example the Text Caption is set to visible. But at the same time the playhead is released and moves beyond the pausing point into the Inactive portion, which means that it cannot be clicked again.
    Two possible solutions:
    use a rollover caption instead of your click/text captions work flow.
    Create a small advanced action BtShow1 and BtShow2 for each of the buttons, again I have screenshots ready but they are not accepted, bummer.... Will try to write the statements:
    Show Text_1      for the first button, shows the correct Caption
    Hide Text_2       hides the other caption that could have been shown by the other button
    Assign rdcmndGotoFrame with rdinfoCurrentFrame            this expression puts back the playhead directly before the pausing point so that button remains active
    You can duplicate this action to create Btn2, and you only have to reverse the ID's of the Text Captions
    When you attach those actions to the buttons, you can click as many times as you want. You tell that you have searched the forums? Bit strange because I have been explaining this so many times, and blogged about this kind of micro-navigation (frame by frame):
    Micro-navigation in Adobe Captivate
    Lilybiri
    PS: when updating, I can insert one image, will try to add the other one, in a second update perhaps

  • Sound in a movie clip malfunctions when play head is moved backward

    Problem summary:
    A sound (stream) placed inside a movie clip that is within another movie clip will start playing continuously when I use the play control to jump around on the main timeline.
    Details:
    I am using Flash CS3 but the same issue occurs with CS6. I've spent quite a bit time to search/research for the issue but didn't find a solution. To demonstrate the problem, I've reduced the flash movie to a very simple structure.
    One the main timeline:
    The first frame has a movie clip (Game MC) and a stop action.
    Following the first frame, there are several frames, mostly empty except some text.
    The last frame has a stop action.
    On the Game MC timeline:
    There is only one frame. On that frame, there is a movie clip (Card MC), and the stop action.
    On the Card MC timeline:
    It starts with 3 blank frames and a stop action.
    Starting at frame 4, a sound (.wav format) is placed and is set to be "stream."
    At the end of this timeline, there is a stop action.
    From Flash CS3, I press Ctrl+Enter to test the movie. The movie stops on frame 1 of the main timeline with the card showing, no sound, as expected. Now I use "." to move the play head forward one frame at a time. No problem. I see the frames after the first frame. Still no sound, as expected. So far so good.
    The problem starts when I use "," to move the play head backward, the sound in the Card MC starts to play, regardless where the play head is, even when the Game MC (thence the Card MC) is not on the stage. Worse, each press of "," will trigger another start of the same sound overlapping with the previous one. And the sound would continue in loops until I close the swf.
    However, the problem will not occur if I place the Card MC directly on the main timeline. It only occurs when it is inside another movie clip (Game MC).
    I need to solve this problem because the full version of the flash card game is to be placed in an HTML page with a javascript based play control, which allows the viewer to jump around in the swf timeline.  
    The fla file is at: https://docs.google.com/file/d/0B_5mgotjr4l5RDZaOGxFeFFWN1U/edit?pli=1
    Am I doing something wrong? Is this a bug in Flash? Any insight will be greatly appreciated.
    Keith

    Thanks. But the problem is that the timeline for the movie clip (Card MC) where the sound is should not have been run because the play head is not on the frame where the Game MC is at (Game MC contains Card MC.) I also put trace actions on various frames on that timeline (for Card MC) and none was invoked. I have also tried to set the sound to "event" or "start". It made no difference.

  • Moving the play head in the main timeline from a button in a movie clip

    I have a movie clip that loads and when it is done playing it has a close button that unloads the movie clip... I want to add code to this button that moves the play head to frame 20 of my main timline using actionScript 3.0

    Tried that but dose not work think its because I am loading the movie this way...
    Play button "playFinal"
    function lastQuestion(event:MouseEvent):void{
         var Info:final1 = new(final1);
         this.stage.addChild(Info);
         Info.x=511
         Info.y=340; }
    So I tried using the Name "Info"
    //example......    MovieClip(Info.root).gotoAndStop(20);
    And I tried the name of the clip in the library "final1"
    //example......    MovieClip(final1.root).gotoAndStop(20);
    Is it because im loading it with actions script instead of having it on the timeline?

  • Why is the Play head not snapping?

    In the latest update of FCPX I can't get the play head in the timeline to snap where it want it. Not sure what It's actually called, but what I mean is the orange line that follows where the cursor moves and scrubs the video/audio. I use to be able to click and have it hold then i could move a clip in/out point to where that orance line was. It doesn't work that way anymore.
    Now it will co into a clip once, but it won't let me reposition it.
    Is there a setting or is this a bug?
    -Mike

    The playhead behavior has changed. If you click on a clip to select it, the playhead will not move to that point. This is an unfortunate change in my view, but there it is. If you want to click on a clip and make the playhead move to the skimmer, hold the Option key.

  • Pressing play in control center in ios7 does not work

    Has anyone else tried to press play in control center to continue listening to itunes and nothing happens? The volume control works but not play..

    I'm with you.  I went from a Windows HTC phone which worked perfectly to an IPhone 5S and now the message feature on my 2010 Honda Insight does not work. Since I do quite a bit of traveling, this is a little annoying.

  • Issue with Audition CC build 7.1.0.119 crashing on moving the play head back

    Hi, every time I edit a sound clip or and an effect and then move the play head back, the application crashes.
    Is anyone else having this issue?
    System I'm running:
    Windows 8.1
    Intel i7
    Nvidia 740 gt m.
    Laptop.
    Thank you.
    Edward.

    You are absolutely right. I had the same problem, when the scale was 125%, but after reduction to 100%, the problem disappeared.

  • Audio play head / playback issue

    Flash CC: My audio does not continue when I resume playback.   For example I have my audio set to stream on its own layer.  If at any point I stop add an additional layer place whatever tween, key frame, content, and hit enter to resume playback.  The play head disappears and the audio restarts from key frame 1.   Once the audio catches up to the key frame I just added the play head returns and continues. or the play head will disappear and the audio will go back approximately 10-15 seconds then once the audio catches up to the area I just added edits the playhead returns.     CS6 i could stop anywhere on the timeline then hit enter the playback would begin from whatever keyframe i was on or picked to begin from.... Any Ideas?

    See here: http://forums.adobe.com/thread/1251784?tstart=0

  • Playback a little before the location of the play head.

    Well I edited something in Multi-cam.
    Now I want to go over each cut (using UP/DOWN keys) and hit space to see if the cut is good.
    the only trouble is that each time I press an up/down key to skip to next cut - I need to take the mouse and place the play-head a little bit before the cut to see if the transition between the two clips is good.
    My question is:
    Is there any possible key shortcut to play a little before the actual place Im standing with the play-head on the time line?
    Cheers

    Wow this forum is amazing!
    I never posted a question to a forum and got answered so fast.
    Thanks, you guys for the very helpful replays!
    I have a feeling that Im going to hang in this forum a lot!

  • Inserted a png PIP into my clip, can see it fine, can see it playing with the clip as expected when moving the play head manually, but cannot get it to play with the clip for preview, pleas help!

    I am sorry if my inquiry here seem dumb but I am a new iMovie user and cannot figure this out.  I inserted a png image into my video clip in the project as PIP, I can see it and move it and can also see it playing with the main clip if I move the play head manually, I can also see the PIP part only playing along with the undelying main clip if I use the Play button in the preview window when the PIP section is selected, however, for the life of me I cannot get it to play with the main clip all together for previewing the entire video via the video play button.  What happens is that the video plays normally and when the PIP section comes in, the video clip stop all motion during the duration of the PIP section and the PIP image itself is simply NOT showing.  Am I missing something really stupid here?  It seems as it the Picture On Picture is a separate clip that plays with the underlying main video clip if selected and played by itself but it is not part of the video clip and will not play with it.  What am I missing here, can anyone please help?
    Shony

    The easiest way to get up and running is to convert your MP3s to MP4s (obviously there won't be a video track). The following link links to a file that was an MP3 that I converted to an MP4 using QT Player Pro. When you go to export the files, make sure you click on "Options" and then check the box for "Enable Streaming" in the Streaming tab. It should stream flawlessly using QT Player. rtsp://rhsstreamit.rih.org/testmp4/Scorpion.mp4
    Make sure you place the media to be streamed in the proper folder. You should only get a "404" message if the physical file doesn't exist.
    Good luck!

  • Podcast play back controls not responding on ipad

    Podcast play back controls not responding on my iPad. The problem started today. I powered off the iPad and problem not solved. What to do?

    I was unable to fix it on my own.  My son suggested that I take it to the Genius Bar at an Apple Store.  Fortunately I was going to be in the city, and was able to make an appt. with the store closest to me.  A very helpful young 'genius' took my iPad in the back room and fixed it.  I don't know what he did, but he said something about 'firmware'.  I don't even know what firmware is, but he said it was unlikely that the problem would recur.  There was a sense that it had to do with the new  IOS6.  If you are able to visit an Apple Store that is what I recommend.  Make an appointment first online at Apple.com.  The service is free and I was VERY grateful to have my iPad restored!

  • Play Head springt im Quellmonitor bei Anwendung von Kuerzel "naechster Clip"

    Ich lade eine Auswahl von Clips in den Quellmonitor.
    Per in und out points markiere ich mir die Clipbereiche, die für das Videoprojekt in Frage kommen.
    Wenn ich nun per Tastenkürzel zum nächsten Clip springe, befindet sich der Play Head im neuen Clip nicht am Anfang, sondern bei der Zeit, wie lange der vorherige Clip war.
    Beispiel:
    Clip 1: Länge 00:00:45:00
    nun per Tastenkürzel zum nächsten Clip
    Clip 2: Länge 00:00:56:00
    -> hier befindet sich nun der Play Head bei  00:00:45:00 anstatt bei 00:00:00:00.
    Das tritt bei mir nun seit der Version 7.2 auf.
    Ebenso in der neuen 8.0.
    Auch nach langer Suche habe ich leider keine Oprion hierfür gefunden.
    Vielen Dank für die Hilfe!

  • Pausing play head for a while on a frame

    Hello All:
    I want to insert an action on a frame that stop the play head
    about 20 second on that frame ,I appreciate you .
    Mohsena

    use:
    stop();
    setTimeout(playF,20000);
    function playF(){
    play();
    }

  • Clip Notes won't play/no controls

    I export Adobe clip notes from Premeire Pro CS4 and when one tries to open with Adobe Reader 9 there are no player controls, so the video clip cannot be played.  I am running Vista 64 bit.  Does Adobe Reader 9 not work with clip notes?

    You would think that Adobe might do us the courtesy of letting
    Prelmiere Pro users know that Clip Notes aren't going to work anymore with Adobe
    Reader 9.x or later.  Adobe Tech Support seems to be clueless about the issue.  Does one hand know what the other is doing?

Maybe you are looking for