The blue marker that shows where you are in video...

.. .with a red line falling on the different video and audio tracks. If I scroll the timeline so that the marker is off-camera, can I get to move where my mouse is, or what I want to really zoom back until I find, drag it along and then zoom back again? I've got PE9.

ICT should pass whenever you click on the ticker of the timeline.

As I showed you in my books, you can also get it to jump to specific points on your timeline by typing the time code in the lower right of the screen.

Tags: Premiere

Similar Questions

  • Where section of the knowledge base that shows you how to delete Windows.old when it shows no disk cleanup?

    Where section of the knowledge base that shows you how to delete Windows.old when it shows no disk cleanup?

    Please do not respond with standard article which sends you to the disk cleanup utility. There is an article somewhere that answers this question and I can't find any. I know there are 3 commands from command line I just write, I don't remember them.
    Thank you in advance!

    JS

    A quick Google

    http://blogs.msdn.com/b/rflaming/archive/2009/10/19/handy-KB-article-for-deleting-Windows-old.aspx

    Good starting point.

  • Where should I go on my computer to find the pie chart that shows how much space is used/left on my computer?

    Where should I go on my computer to find the pie chart that shows how much space is used/left on my computer... (my question is not related to the questions at the beginning).

    Open my computer, right-click the drive icon, select 'Properties' and you'll see the pie under the general tab.

    Jim

    Microsoft MVP - moderator of the Forum - consumer security live a care - Live Mesh - Microsoft Security Essentials

  • How to make a loop with variable values depending on where you are in the loop

    Hello

    I need loops / nested loops that choose different figures depending on where you are in the loop.

    The entire function must operate at times 'ml '. 'ml' is a dynamic figure.

    Loop 1 = while the loop is the first 12 iterations, "exconemp" must be equal to 100. 13-24 iterations, 'exconemp' to 102.5 equal, for 25-36 TI 105.06, 37-48, it will be 107.69. This must change each 12th iteration until he reached 'ml '. The calculation takes the value of the previous 'exconemp' and then that multiply by 0.025.

    Loop 2 = while the loop is in 120 first iterations, 'abc' should be equal to 0.015 and additional iterations should use 0.01. It should also work in a way to know if 'ml' is greater or less than 120 and work accordingly.

    My main problem is - this - how can I get loops to go like this:

    While the iteration is < 12, to do this, THEN take the final figure (12th iteration) and begin the 13-24, make this SO etc etc.

    How to produce a THEN statement? I can get the code to pick up the final values, but does not change along the way.

    I think I might better create an array for loop 1, but I'm not entirely convinced of that. Also, I think it would be better/more net if I can get "month total 1 ' and ' month 2 total ' in loops, but do not know how to do this.

    The values I need to produce (only 36 first shown):

    1-12 = 125.55, 251,65, 378.31, 505.52, 633.29, 761.63, 890.53, 1019.99, 1150.03, 1280.63, 1411.81, 1543.57
    13-24 = 1679.05, 1815.12, 1951.79, 2089.06, 2226.93, 2365.41, 2504.50, 2644.20, 2784.52, 2925.45, 3067.00, 3209.18
    25-36 = 3355.19, 3501.85, 3649.15, 3797.11, 3945.71, 4094.96, 4244.87, 4395.44, 4546.68, 4698.57, 4851.14, 5004.38

    var ml = 240 / / dynamic figure, multiple of 12 up to 780
    var exconemp;
    var exconem = 100;
    var inf = 0.025;
    Tree var;
    var tec;
    power of the var;
    var fvis;
    var abc;
    var fvee;
    MVT var;
    function myfunction() {}

    Loop 1

    While (ml < = 12) {}
    exconemp = exconem;
    // }
    so that {(ml > 12)
    exconemp = exconem * inf;
    //}

    end loop 1

    trace ("exconemp =", exconemp); employee contribution

    tree = exconemp /(1-0.2)-exconemp;
    TEC = exconemp + tree;
    trace ('tree', tree);
    trace ("tec", tec);
    power = Math.pow (1 + 0.07, 1/12);

    Loop 2

    While (ml < = 120) {}
    ABC = 0.015;
    //}
    then {}
    ABC = 0.01;
    //}

    end loop 2

    fvis = power *(1-abc/12);
    trace ("fvis =", fvis);
    FVEE = tec * fvis;
    trace ("fvee =", fvee); month 1 total
    MVT = (CET + fvee) * fvis;
    trace ("MVT =", MVT); month 2 total
    //

    for (var i: Number = 0; i < ml; i ++)
    {
    MVT = (CET + MVT) * fvis;
    trace ("tfvloop =", MVT);
    }
    }

    I hope that I've explained this well enough.

    Thanks in advance.

    I think that will do it even if I don't quite get the numbers you posted.

    Stop();

    var ml = 48; figure dynamic, multiple of 12 up to 780
    var exconemp;
    var exconem = 100;
    var inf = 0.025;
    Tree var;
    var tec;
    power of the var;
    var fvis;
    var abc = 0.15;
    var fvee;
    MVT var;

    MyFunction();

    function myfunction()
    {
    exconemp = exconem;

    for (var index: uint = 1; index)<= ml;="">
    {
    trace(index + "--------------------------------");
               
    tree = exconemp /(1-0.2)-exconemp;
    TEC = exconemp + tree;
    power = Math.pow (1 + 0.07, 1/12);
    fvis = power *(1-abc/12);
    FVEE = tec * fvis;
                       
    if(index == 1)
    {
    trace ("month 1 total =", fvee);
    }
    another if (index == 2)
    {
    MVT = (CET + fvee) * fvis;
    trace ("month 2 total =", MVT); month 2 total
    }
    on the other
    {
    MVT = (CET + MVT) * fvis; now that we're here the MVT auto perpetuates on himself
    trace ("months" + index + "total =", MVT); month total n
    }
                       
               
    If (index %12 == 0)
    {
    exconemp = exconemp *(1+inf);
    trace ("changed to exconemp to:" + exconemp);
    }
               
    If (index % 120 == 0)
    {
    ABC =. 01;
    trace ("changed abc to:" + abc);
    }
               
    }
    }

  • I am not able to adjust the height of a page on my site. I try to move the blue mark on the left side and it does not move. What should I do? Thank you

    I am not able to adjust the height of a page on my site. I try to move the blue mark on the left side and it does not move. What should I do? Thank you

    Hello

    could you please try to find an empty project as rectangle/text box, especially at the lower end of the page. Use Edit-> "Select All" to select all elements on the page, it will be easier to locate.

    Let me know if it works

  • r beeb used before on pc. The problem is that these two PCs are thrown NAWL avay chrased long, I hava a few photos on the program and its impossible to buy a new number for one that oldc product. What should do?

    r beeb used before on pc. The problem is that these two PCs are thrown NAWL avay chrased long, I hava a few photos on the program and its impossible to buy a new number for one that oldc product. What should do?

    If you have the serial number, you can contact the Adobe Support via chat (when they are available - not weekend) and ask them to reset your activations.  Which will allow you to reinstall and activate again using the serial number, which you have now.

    To the link below, click on the still need help? the option in the blue box below and choose the option to chat...
    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

    Serial number and activation support (non - CC) chat
    https://helpx.Adobe.com/contact.html?step=PHSP-PHXS_downloading-installing-setting-up_lice nsing-activation_stillNeedHelp

  • Hello, I am to confront with a concern to not open of Adobe Creative nails, it has downloads installs successfully on the desktop and that's where it becomes more complex, by clicking to open the disfiguring, nothing happens it makes no

    Hello, I'm confronted with a concern to not open of Adobe Creative nails, there downloads properly installs on the desktop and that's where it becomes more complex, by clicking to open the disfiguring, nothing is passes, that it does not simply open without road marking error, it would be someone to help me. I try to join (contact) support (medium) from Adobe in vain, I think that there is no link of communication with them. If one devoted is willing to do a service to give me some explanation (to be understandable) the procedure here is my Email: [email protected] thank you in advance, greeting.

    Kader, please try to uninstall the software and install it again.

    1. Delete creative cloud app - https://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    2. Install the cloud creative app - https://helpx.adobe.com/creative-cloud/help/install-apps.html

    Let us know if you need help with it.

    Atul_Saini

  • How to restore the information bar that shows the prevention of opening a pop-up window?

    After Firefox open the InfoBar telling me they have blocked a pop-up window I inadvertently clicked on the link option and delete the new coming information bar.
    How to restore the information bar that shows the prevention of opening a pop-up window?

    This has happened

    Just once or twice

    == I clicked on the link to the option and select the option "do not show this again."

    I put browser.popups.showPopupBlocker false, and always appears in the information bar.

    When I also set privacy.popups.showBrowserMessage to false, it does not appear.

    I use to check, if the info bar is displayed,
    http://www.PopupTest.com/popuptest3.html

    So, the value of the real preferences

    privacy.popups.showBrowserMessage

    and

    browser.popups.showPopupBlocker

    Two of them!

    This help you?

  • WNR2020 - setting up the Web page that appears when you can access the guest network

    Someone knows how to set the Web page that appears when you access the network of comments? I use the WNR2020 router. Thank you very much.

    It can be done by using a different material.

    Above all, you will be able to find this feature in our product business and it's called the HTTP redirect.

    You can check some Points of access such as WAC720, WAC730.

  • the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I am disconnected and then reconnected___

    the pop up Windows Defender when you are connected to the internet by dial-up readings; change of system in known application, type of change; running applications, cwindowssystem32mswsockdll, I disconnected and then reconnected.

    I just ran windows update on a large number of files all successful before this happened, it happens when I am connected to the internet, I use dial-up access

    added on 25/11/09 still have the problem mentioned above, even explore two windows are runnibg on the system, or two IE browsers running?

    Added 27/11/09 I ave followed all instructions up to and including thefix tool kb/93623, stiil I have this report of windows Defender quickly appearing twice in a row, then I'm disconnected from the internet. any more ideas thanks sam

    Visit this link:
    http://support.Microsoft.com/kb/936213

  • I have a microsoft wireless keyboard4000 when I try to use the question mark I get / can you tell me what the problem with it I was getting with a line above.

    I have a microsoft wireless 4000 keyboard when I try to use the question mark I get / can you tell me how to fix

    or what is the problem, I received an e with a line above.

    Hello

    1. what was your keyboard last working fine?
    2. you remember to make changes on your computer recently?
    Try the steps and mark for the question below.
    a. click the Start button, type region and language and press ENTER.
    b. click the keyboards and languages tab.
    c. click Change keyboards.
    d. in the pop-up window, click Legeneralonglet.
    e. under default input language, select English (United States) - US or any another language you use generally.
    f. click on the OK button.
    g. click OK button region and language.
    I hope this helps.

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • I am considering buying a Nikon d5500 has been added, but one of the ssays comments that RAW NEF files are not compatible with lightroom.  Is this correct?

    I am considering buying a NikonD5500, but one of the comments said that RAW NEF files are not compatible with lightroom.  is that correct?

    [Ask in the correct forum allows... Left generic Cloud/Setup forum for forum specific program... MOD]

    Not correct.

    Nikon d5500 has been added RAW NEF photos are indeed compatible with the current version of Lightroom (6 Lightroom or Lightroom CC 2015)

  • Is it possible to hide the yellow box that appears when you scroll over any object on the form?

    Is it possible to hide the yellow box that appears when you scroll over any object on the form? This box contains the name of the element or the legend.

    This one can be deleted in the Accessibility tab (press SHIFT - F6).  There is an option "Screen Reader priority", he set to None.

    Bruce

  • On Firefox Help window that means, means "You are currently on the channel to update by default"?

    Firefox can not perform an automatic update when running as a normal user on my system (it runs just when connecting to the update server) so normally when it warns me of a status update I run the application as long as root, open the Firefox dialog box and select Update Firefox.

    I was informed recently of a Firefox 7.0.1 update (or 7.1 not positive) then I ran Firefox as root and open the box on Firefox.

    This time, instead of showing me "an update is available. Click here for the update. "it displays"you are currently on the default update channel.

    What does that mean?



    Thank you

    Adam.

    Since the bug 659972 the official policy for switching channels is / was to do a reinstall. See cor - el 849219 in question. It was also released on Planet Mozilla at the time. The documentation on this feature is mostly obsolete.

  • How to open the window Defragmenter that shows the status of the defragmentation operation?

    I was not able to open the window that shows the operation of Defrag in action to get an idea of how bad is the State of my PC Defragmenter.

    Professional XP and previous systems, it opens automatically. In Vista does not work and I was not able to find it.

    Is it Vista? How can I open it?

    1 million thanks!

    Mike, NJ

    Hello

    Vista does not have this option which was under XP to see the progress of the defragmentation.

    Please read this response of mine who helped another person in these Forums:

    The Vista defrag works quietly in the background without intervention on your part

    http://support.Microsoft.com/kb/942092

    In Windows Vista, there are a lot of improvements in the defrag engine and handling of fragmentation. By default, Windows Vista uses Task Scheduler to automatically keep the defragmented hard drive. This Automatic defragmentation does not affect the performance of the Windows Vista operating system...

    If you want to use a much better defragmentation program which is free and where you can see the results, I suggest this one:

    http://www.Auslogics.com/en/software/disk-defrag/

    See you soon.

Maybe you are looking for

  • 18 Firefox do not store persistent cookies.

    This happens also in FF 18 - cookies that are supposed to be kept are not. I tried the SQLite Database Browser tool, but found no questionable registration described above. I tried to delete the preferences of site - no change. Tried to delete permis

  • TCP data labview n/b and c ++

    Hello I am trying to establish connection TCP LABVIEW n/b and program C++. Server is established in C++, while the client is implemented in labview. Even if the connection is established with customer success and the b/w Server, both are unable to co

  • I have HP pavilion g6

    I have HP pavilion g6 I want drivers for this pc/laptop MSN It's product number: B9K02PA #ABG Please help me Please send to my email (Personal information)

  • How to capture on a laptop HP 15-F003DX of screen?

    I just bought this laptop 15-F003DX HP with Windows 8.1 on it and would like to know if I can screenshot on it at all? I know the cutting tool, but it does not work for what im trying to screen shot for some reason any. Thank you!

  • Hyperlinks in e-mail messages

    By chance, I installed Chrome when I installed Google Earth.  I uninstalled Chrome but since I have been unable to use hyperlinks in e-mail messages.  When I toast on a link I get the message "this operation has been cancelled due to restrictions in