QT movie on line on my website

Hi, I have a personnal website With photos. I'd like to put online some videos. I used to do it with a little software (PAGEot), but as I didn't do it for a long time it doesn't work anymore.
So, here's the deal :
I have .mov or .mpg videos, what do I have to do to have them online eventually with PAGEot or another one.
My OS is still the same 9.2, 320 mb
thanx

bullit_steve...
I suggest a good HTML book as that is only one line of code to do. See my example below. (Please note caps may be needed in HTML code on some sites.)
(EMBED SRC= "your.mov" WIDTH=600 HEIGHT=112 AUTOSTART=FALSE)
You need to change the () for and test out the pixel width and height with the size of your frame. I suggest autostart be set to false because it will then start playing right away once the page loads in if set to TRUE.
...Ron
PS Also you need some way to upload the movie and have sufficent "storage" room available at the site. Rememember .mov, etc. tends to be large.
Message was edited by: Ron JACKLE 2x

Similar Messages

  • AP Divs (layers) move when I open my website on different window size.

    First of all, this is my first time trying to make a website.
    I'm doing an assignment for my class and i found it difficult for me to fix. I have spend 4-5 hours researching online but nothing work for me.
    Well,the problem is the AP Divs (layers) move when I open my website on different window size(iphone,ipad).
    The website only look right on 1366 x 786 resolution. Please take a look at my 2 pics below:
    And I don't know how to make the website to fit on the iphone and ipad so that I don't have to scroll down or sroll to the right to view the whole thing.
    Please someone help me!
    The code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width" />
    <title>Boston Green Community College</title>
    <style type="text/css">
    <!--
    body {
        background-color: #3f7244;
        padding: 0;
        color: #8d0101;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #003702;
        text-decoration: NONE; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #028b66;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 0px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        width: 251px;
        height: 101px;
        z-index: 1;
        left: 871px;
        top: 10px;
    #apDiv2 {
        position: absolute;
        width: 228px;
        height: 60px;
        z-index: 2;
        left: 9px;
        top: 1397px;
    #apDiv3 {
        position: absolute;
        width: 273px;
        height: 198px;
        z-index: 2;
        left: 851px;
        top: 383px;
    #apDiv4 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 3;
        left: 242px;
        top: 120px;
    #apDiv5 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 902px;
        top: 178px;
    #apDiv6 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 857px;
        top: 171px;
    #apDiv7 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 455px;
        top: 547px;
    #apDiv8 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 853px;
        top: 113px;
    #apDiv9 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 5;
        left: 853px;
        top: 246px;
    #apDiv10 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 513px;
        top: 121px;
    #apDiv11 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 511px;
        top: 123px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="Pictures/34d-1.png" alt="Insert Logo Here" name="Insert_logo" width="619" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" />
        <div id="apDiv11"><font color="#f4f1f1">
    <script type="text/javascript">
    var d=new Date()
    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(d.getDate() + ". ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getFullYear())
    </script></font>
    </div>
        <div id="apDiv1">
      <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
      <!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
      <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
      <input type="hidden" name="cref" value="" />
      <input type="hidden" name="ie" value="utf-8" />
      <input type="hidden" name="hl" value="" />
      <input name="q" type="text" size="40" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo&lang="></script>
                                  </div>
                                    </div>
      <div class="content">
        <center><img src="Pictures/DFDF11.png" width="959" height="556" longdesc="Pictures/junior-2-960x.jpg" /></h1></center>
      <!-- end .content --></div>
      <div class="footer">
         <img src="Pictures/RRR1.png" width="202" height="70" />
         <div id="apDiv3">
           <p> </p>
           <p><a href="Job.html">Jobs</a>         </p>
           <p><a href="Art Gallery.html">Art Gallery</a>         </p>
           <p><a href="Contact us.html">Contact Us </a></p>
        </div>
        <div id="apDiv4"><center>
    <P>About</P>
    <a href="visiting.html">visiting</a> | <a href="Map.html">maps </a>| <P><a href="About.html">about BGCC</a></P>
    <P>Academic</P>
    <P><a href="Courses.html">schools+courses</a></P>
    <P>Admissions  </P>
    <P><a href="cost & aid basics.html">cost & aid basics </a>| <a href="Apply now.html">join BGCC</a>
    <P>Studen Life</P>
    <P><a href="Athletics.html">Athletics</a></P>
    <P>Greenforce Education</P>
    <P><a href="Career.html">career center</a></P>
    </center> </div>
         <p><font size="2" color="black">BGCC | 99 GreenField | Boston, MA 02199 |617-0101-1000| TTY 617-0202-9944|</font></p>
        <div id="apDiv9"><a href="Donate.html" target="_blank"><a href="Donate.html"><img src="Pictures/three-green-logo.jpg" width="218" height="99" longdesc="Pictures/three-green-logo.jpg" /></div>
        <div id="apDiv8"><a href="Apply now.html" target="_blank"><a href="Apply now.html">
    <img border="0" src="Pictures/cxgvxdvxgd.jpg" alt="Apply Now" width="218" height="99"></a></div>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    That's what APDivs do.  This is the single most common problem new people have with web page layouts.  DO NOT use positioning.  You don't need it.  Start over.  Learn to use CSS floats, margins and padding to align elements. 
    Below is a basic HTML5 Layout.  View source in browser to see the code.
    http://www.alt-web.com/sandbox/HTML5-BasicLayout.html
    Nancy O.

  • Move Order lines and Delivery Detail lines - Relationship

    Hi All,
    Is there a one - to - one realtionship between Move Order Line and Delivery Detail Line?
    i.e., Each Move Order line will correspond to only one Delivery Details line Record?
    Thanks in advance.
    Regards,
    Gowri

    Hello,
    There is a one - to - many relationship between Move Order Line and Delivery Detail Line when you split lines in delivery.
    select * from mtl_material_transactions t you have source_id.
    select * from WSH_DELIVERABLES_v t you have move_order_id.
    Regards,
    Luko

  • How to add new line in transact move order line

    Hi,
    i am able to update locaotr in Transact move order.
    But i want to add two locators for the same line.
    I tried to insert one more record in data base, but getting error unique index error.
    so how can we add new line in transact move order line .
    please help to slove this isse.
    Thanks In Advance
    Venu.

    Hi,
    the fact that your question is posted in Order Management section, does the move order automatically generated by OM?
    nevertheless, i don't think you should (or allowed, in this case) to add a new line in transact move order. Transact move order only queries (not create records) the move order lines eligible to allocate and transact.
    So, I don't see why you need to add a new line in transact move order.
    You can, however, add a new line in the allocation of the lines, where for instance, you need to have half of the line allocated to one locator, and the other half to another locator
    Thanks

  • How do i encode a HUGE movie to fit on a website?

    I have a film shot by my client that is 58Mb (about 720px wide) , and I need to resize it and encode it so that it is downloadable in several formats (wmv, avi, mov) on the client's website. I will probably also have an embedded version, but that depends how the user testing goes.
    What settings in QT 7.5 should I use to get good quality but as small as possible files? What is considered a user friendly size, under 5Mb?
    If it helps, the movie is an interview, so speech can be 22KHz, and there is little or no fast action.

    The movie is about 4:45 minutes long. I have 13 of them as well, all roughly the same length.
    If that is 4 minutes and 45 seconds, it sounds like they are already the equivalent of an H.264/AAC iPod encode. While you can transcode them to any of the afore mentioned file formats using a combined video + audio data rate in the 1600-1700 Kbps range, further dropping the data rate without decreasing the display size would likely impact poorly on the quality. If you plan to keep the display size and some loss in visual and audio quality is to be allowed you might try dropping the video data rate to about 1000 Kbps and encode the audio as mono at 32 Kbps/32.0 KHz or 64 Kbps/44.1 or 48.0 KHz.
    Encoding to WMV 9 would require the Flip4Mac "Studio" encode/decode package ($49). Visual Hub ($23+) will do an older WMV encode and an AVI encode (don't know what audio/video codecs are used here). Since AVI is basically a generic file container that Microsoft stopped supporting officially about a decade ago, many codec combinations are possible and your source would depend on which one/ones you wished to specifically use and is somewhat dependent on both platform and operating system. As to MOV files, this is the QT generic file container and any compression combination (including WMV and AVI files) can be stored in the MOV container using the QT Pro or MPEG Streamclip "Save As..." File menu option.

  • Verizon needs to move their line off old pole. Almost a year now and they still haven't moved it!

    I have submitted two tickets for Verizon to move their line off an old pole to newly erected poles since March 2013. We had new utility poles installed by Dominion Power and all the other utility lines have be moved, but Verizon will not move their line! We are going to start building a new house this spring and Verizon's line is in the way. No matter who I speak with, we get the run around and nothing ever happens. We have asked Dominion Power to intervene since it's their poles and they have sent them "NJUNS" ticket requests (whatever that means). But Verizon still hasn't moved their line. ughhhhhhh Why is it so hard to get though to someone in customer service that can actually help me with this???
    We are now at the point where people have told us we should file a complaint with the VA SCC. I live in northern Virginia. We can't delay building because of this line, so something needs to be done ASAP. If anyone has any advice before I file an official complaint, please let me know. Thanks!
    Solved!
    Go to Solution.

    dizzkat wrote:
    Why is it so hard to get though to someone in customer service that can actually help me with this???
    Because Verizon's customer service department's primary job is to handle billing issues, new customer sign-ups and package changes.  They also provide some technical support.  Anything outside of that is usually something they can't handle.
    You most certainly should file a complaint with your local and/or state government.  That'll get their attention quicker than anything short of the pole getting knocked down by a snowplow.
    Good Luck.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How to cancel a Move Order line using API

    Hi
    I have a requirement, where I have to cancel Move order lines.
    At times, multiple Move order lines are getting created for the same Sales order line.
    Even after the Sales Order line is shipped and closed, the move order line is still open and it also has a corresponding pending transaction in mtl_material_transactions_temp table.
    I came across INV_MOVE_ORDER_PUB.process move order line API.
    how do I use it to cancel the move order line. Any sample codes would be highly welcome.
    Thanks

    Finally, found an alternate solution.
    used the following code.
    ===================================
    SET serveroutput on size 1000000
    DECLARE
    l_return_status VARCHAR2(100);
    l_msg_count NUMBER;
    l_msg_data VARCHAR2(2000);
    l_msg_index NUMBER;
    l_user_id NUMBER;
    l_resp_id NUMBER;
    l_appl_id NUMBER;
    l_org_id NUMBER := &org_id;
    l_move_order_line_id NUMBER := &mo_line_id ;
    BEGIN
    SELECT user_id
    INTO l_user_id
    FROM fnd_user
    WHERE user_name = 'PRAWILNSON';
    SELECT responsibility_id
    ,application_id
    INTO l_resp_id
    ,l_appl_id
    FROM fnd_responsibility_vl
    WHERE responsibility_name = 'Order Management Super User';
    FND_GLOBAL.apps_initialize (l_user_id, l_resp_id, l_appl_id);
    MO_GLOBAL.set_policy_context ('S', l_org_id);
    MO_GLOBAL.init;
    DBMS_OUTPUT.put_line ('Calling INV_MO_BACKORDER_PVT to Backorder MO');
    DBMS_OUTPUT.put_line ('===============================');
    inv_mo_backorder_pvt.backorder (p_line_id => l_move_order_line_id
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data);
    DBMS_OUTPUT.put_line ('Return Status is : '|| l_return_status);
    -- Check Return Status
    IF l_return_status = fnd_api.g_ret_sts_success THEN
    DBMS_OUTPUT.put_line ('Successfully BackOrdered the Move Order Line');
    COMMIT;
    ELSE
    DBMS_OUTPUT.put_line ('Could not able to Back Order Line Due to Following Reasons' );
    ROLLBACK;
    FOR j IN 1 .. l_msg_count LOOP
    FND_MSG_PUB.get(p_msg_index => j
    ,p_encoded => fnd_api.g_false
    ,p_data => l_msg_data
    ,p_msg_index_out => l_msg_index);
    DBMS_OUTPUT.put_line ('Error Message is : '|| l_msg_data);
    END LOOP;
    END IF;
    END;
    /

  • Using actionListeners to move a line 20 pixels in every direction

    I'm trying to create an actionListener for a button. I need to be able to click on the button and move a line 20 pixels in every direction. But i have no idea how to do this. I'm supposed to have an object in my ColoredLine class that allows for me to use with the ActionListener class but I don't even know what that means. Here is my ButtonForLine class that implements listener and my ColoredLine class that gives the original line.
    public class ButtonForLine implements ActionListener {
              public int q;
              public int w;
              public int e;
              public int r;
              public Color color;     
    public void actionPerformed ( ActionEvent e ) {
         ColoredLine move= new ColoredLine;
    public ButtonForLine( ) {
         q = (left + 20);
         w = (top + 20);
         e = (right + 20);
         r = (bottom + 20);
    public class ColoredLine implements Drawable {          //creates all instance fields for entire class
         private int left;          //colored lines store the positions of their left, top, right, bottom, and color
         private int top;          // of their lines. It also stores the same positions for the twin lines.
         private int right;
         private int bottom;
         private Color color;
         private int q;
         private int w;
         private int e;
         private int r;
    Creates a colored line. It calls for the new positons of the color swatch.
    @param x1 the top left of the line
    @param y1 the top of the line
    @param x2 the bottom right of the line
    @param y2 the bottom of the line
    @param c the color of the line
    public ColoredLine( int x1, int y1, int x2, int y2, Color c) {
         left = x1;
         top = y1;
         right = x2;
         bottom = y2;
         color = c;
    Draw a colored line using a graphics context
    @param g the graphics context used to draw the line
    public void draw( Graphics2D g ) {
         g.setColor( color );
         g.drawLine( left, top, right, bottom );
    public ColoredLine move() {
         q= (left + 20);
         w= (top + 20);
         e= (right + 20);
         r= (bottom + 20);
         ColoredLine moved = new ColoredLine( q, w, e, r, color );
         return moved;
    }

    [jverd's point|http://forums.sun.com/thread.jspa?messageID=10854585#10854585] was not necessarily to repost this question under a different title (much better title, BTW).
    But you seem to have missed point 2). Please use the code tags when posting code, code snippets, HTML/XML or input/output.
    Note as well, that the message posting form offers a tab at the top to 'Preview' a post - to see how it will look in the forum.

  • How to move wax line down?

    Is it possble to move wax line down from an text adornment like it does "Paragraph Rules"->"Keep in frame"?

    Olemacr wrote:
    Thanks  for the reply but nothing happens on my iMac using those keys.
    There are global shortcuts, which should work in all apps; there are Cocoa text engine shortcuts, which should work in all apps which use the Cocoa text engine; and there are app shortcuts. How a specific app responds to a command such as Page Up is not necessarily under the OS control.
    The shortcuts indicated by Don Archibald are correct. How any specific app responds is another matter. So tell us exactly what app (and version) you are using and maybe we'll be able to help.
    I did find that on my MBP fn and up or down arrows did move a page at a time
    For some keys, and for obvious reasons, on the MBP fn is similar to control.

  • Pros and cons of quicktime movie or YouTube on your website?

    Hello All,
    I want to add a short movie to my website and I have watched the tutorials on adding a quicktime movie and a YouTube movie to your website.
    However, they didn't say what the pros and cons were. Is it better to add a quicktime movie to your site or a link to YouTube.
    How easy or hard is it to add a link to Vimeo?
    Thanks for all your help and suggestions.
    Mike

    Hi Michael,
    The pros of hosting the movie yourself on your .me website is that you have control over the content in your movie; if you put copyrighted music in your video and upload it to youtube and they recognize it (and they usually do) no one will be able to view the video on youtube without being logged in to youtube as you.
    The cons are that if you upload movies to iweb, you'll be using some bandwidth every time someone watches it, and there is a limit to what is include with the mobile me subscription.
    Adding a youtube video embedded in your site is easy. Just use the HTML snippet (or did they update one just for you tube?) and copy the "embed" information from the file on you tube, and paste it in the html window. easy as pie.
    I don't know anything about "Vimeo" but any links are easy if you're leaving your site and sending a clicker to the page with what you want to show. Embedding is easy if they give you embed tools at the site you want to borrow from (like youtube does).

  • Text appears as horizontal lines on certain websites or not at all

    I tried searching for this problem on the board but most people only have the text overlapping problem. When I go to certain websites such as Suntrust Bank or imaging-resource.com the text does not load in some of the menus and appears as only horizontal lines or not at all BUT the link is still there if you hover over it. This is the first time it happens to me. Maybe its the newest version of Safari that is bugged? I am running version 3.1.1.
    Thanks,
    Danny

    Yes, but did you check your present IP, or the last one?
    I'm also wondering if it could have anything to do iwth the fact that I have very big inboxes & sent mail boxes.
    Not likely.
    Wasn't sure if rebuilding my mailboxes might help - my mail program isn't finding files properly either.
    Not likely to do with the sending problem, but...
    Not certain, but this can fix myriad Mail problems...
    Safe Boot from the HD, (holding Shift key down at bootup),  it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move this folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.
    If that doesn't do it and you can afford to redo all your Rules, try these & reboot...
    /Users/YourUserName/Library/Mail/MessageRules.plist
    /Users/YourUserName/Library/Mail/MessageRules.plist.backup
    Note, in 10.5 & up /Users/YourUserName/Library/Caches/Mail/ may or may not exist.

  • When I download .mov clips from Apple's website, it wants internet to play. Is there a way I can change that?

    The problem is it wants internet. Without Internet Quicktime says "QuickTime Player can't open "video.mov".". So, i don't what to do, Please help me with this because I don't internet connection in my laptop and I have to borrow my friend's iPad for a few minutes. Thanks!

    Use google sites to create a free site.
    https://sites.google.com
    If you need instructions, this is a good video to watch.  Just watch the first ten minutes.  The rest is administration.
    http://www.steegle.com/websites/google-sites-howtos/basics-gbbo-webinar
    There are some minor changes in the icons from when the video was created to now.
    If your just expressing your opinions, that OK from a legal point of view. Follow the same rules you learned in school about plagiarism.  Don't.
    Robert

  • Quicktime.mov not playing back from website

    iWeb 3.0.4
    I downloaded three .MOV to my site. One is playing back ok, the other two are only displaying the QuickTime symbol. I did empty the browser cache, but to no avail. Did check with server and the .MOV files are in the html folder, but not playing back. I also re-uploaded the questionable .MOV files, but it still does not let me open the files on my site. site name : bodoholst.com
    thanks in advance

    All three movies play OK for me.
    The pages are slow to load as this method of adding them to the pages requires the movie file to download with the web page.
    If you are happy to depend on viewers having the QuickTime plugin, this is a better way...
    http://www.iwebformusicians.com/Website-Movie-Video/Poster-Movie.html
    So that everyone can see your movies you really need to have flash fallback since there's still a lot of people around who don't have the QT plugin installed...
    http://www.iwebformusicians.com/Website-Movie-Video/Flow-Player.html
    http://www.iwebformusicians.com/Website-Movie-Video/Fallback-To-Flash.html
    http://www.iwebformusicians.com/Website-Movie-Video/JW-Media-Player.html

  • Beat mapping glitch? Can't move grid line.

    Greetings,
    I'm trying to synch my tempos to film. I "conducted" the tempo in by tapping the tempo into a midi track, then used beats from region. The tempo was very close (though for some reason it still didn't match up exactly as I had tapped it???) but either way, to repair any imperfections I try to grab a grid line and move it to the appropriate place, but the grid line doesn't move nor does it create the diagonal line from the top that it's supposed to according to the numerous how to videos I've watched. One person said this is a Logic glitch that you can work around by creating a new tempo marker and deleting, but that didn't do the trick. Any suggestions?
    Thanks!

    Logic snaps to relative grids by default. So for example if your sample starts/ends at bar 1 1 1 072 it will snap to 1 1 2 072, 2 1 1 072 etc. To make it snap to the absolute time, click on the snap sub-menu where you select the snap value. In the list that comes up you'll see an item 'snap to absolute value'. Click on it. When this option is checked logic will snap to whole beats in smart, bar and beat modes.

  • Cannot move browser window when select website for 10 seconds

    After the latest update, when I have firefox up and running and I click on a favourite or type in an address, and website loads.... cannot grab the top bar and move the browser window to another monitor. 10 seconds later... it works.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode].
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    Safe mode disables the installed '''Extensions''', and themes ('''Appearance''') in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. Hardware acceleration is also temporarily disabled - the manual setting is '''Tools''' > '''Options''' > '''Advanced''' > '''General''' > '''Use hardware acceleration when available'''. [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u Options > Advanced]. All these settings/add-ons can also be individually or collectively disabled/enabled/changed in Firefox normal mode to check if an extension, theme or hardware acceleration is causing issues.
    [https://support.mozilla.org/en-US/kb/Options%20window Options]

Maybe you are looking for

  • Searching a new/used logic board for MBP 15" 2,2 or 2,4 ghz -

    Hi Everyone Just been to apple service and they said they do not produce them anymore nor have them on stock in europe. Anybody any suggestions?

  • Providing Default values to Select-Options in WD ABAP

    Dear Experts, Using reusable component  WDR_SELECT_OPTIONS im able to create select-options successfully ... I need your guidance to provide default values(type date) on the same select-options. Thanks a lot. Regards Siva Mandapudi.

  • PDF-Import in Corel oder Indesign

    Hallo, habe Acrobat 9.2 installiert und erstelle PDF-Files aus Word und Exel, die auch im Reader lesbar sind. Ein Import in Corel oder Indiesign scheitert jedoch. Meldung bei Corel: Die Datei ist beschädigt Meldung bei Indesign: Das Format wird nicht

  • Pdf converssion

    I have a pdf file that I have converted to a microsoft word document.  I want to change the font of the document and cannot figure out how to do this.  Can you help?

  • Powershell Print FolderCreation Date Not working

    [System.Reflection.Assembly]::LoadWithPartialName('Microsoft.SqlServer.SMO') | out-null $dir = "D:\Script_Out" $creation_time = $dir | Select CreationTime "$creation_time" | Out-File 'D:\creationtime.txt' I tried executing the above.... The file has