Red border around the base of the audio clip?

I added a clip audio .aif for mounting PR (starting a DVD tutorial). When I click on the clip, a thin red border appears around the bottom and sides, left and right of the clip:

Red border.jpg

There was a few clicks in the audio. If I made it as a .wav file, but have no effect on the sound or the border.

What is the border?

Kathleen

kllanini wrote:

What is the border?

That the audio clip is selected.

Peter Garaway

Adobe

Premiere Pro

Tags: Premiere

Similar Questions

  • Red Border around Logo on PC browsers

    There is a thin red border around the logo on the site I created. I'm on a Mac and did not notice the problem until I was troubleshooting on a PC. The red border appears only on PC.

    I saw my site in Firefox, Safari and Chrome on mac. No red border.

    I saw the site in IE and Firefox on PCs. Red border.

    Someone knows the question? (I think has something to do with a link values because the color changes from red to blue after the image is enabled.)

    http://www.jgraveslawyers.com

    a: link {}

    text-decoration: none;

    color: #900;

    background: transparent;

    }

    a: visited {}

    text-decoration: none;

    color: #006;

    background: transparent;

    }

    a: hover {}

    text-decoration: none;

    color: #F00;

    background: transparent;

    }

    a: focus {}

    text-decoration: none;

    color: #fff;

    background: #6196BC;

    }

    a: active {}

    text-decoration: none;

    color: #600;

    background: transparent;

    }

    It has to do with that.  You must remove the edge of this instance.  Now, you can use:

    an img {border: none ;}}

    But it would eliminate all the images all about borders. If you only want a picture have no border around it it should just use the border: no attribute to the img tag (ie: style = "" border: none; "inside the tag").

  • I had a red line on the audio portion of my clips why? FCPX

    can someone help me pls, I had a red line on the audio portion of my clips why? FCPX

    The red line shows that you have marked these clips as "rejected."  (and blue = keywords, green = favorite, etc..)

  • My iPhone 6s has lines of black border around the screen. Is this normal?

    My iPhone 6s has lines of black border around the screen. Is this normal?

    A screenshot would help us see what you see.

  • Border around the selected ListField item?

    Hello

    I wonder if it is possible to customize a ListField, such as when you scroll through the list, the current row will have a border color around it?

    If this is not possible, I thought to imitate a ListField behavior using a TableLayout, where each row in the table has a HorizontalFieldManager.  Then, when an individual HorizontalFieldManager is selected, it will draw a border around it...

    Also, would it be possible to have a border around the current selected line (whether in a listfield or tablelayout) and then be able to select an object (such as a button) inside the line, without losing the border highlighted?

    Thank you!

    You might expect to have a special identification for the selected line in a ListField was asked and answered several times on this forum.  From memory, there are two options:

    (a) substitute drawfocus

    (b) in your drawListRow, check if the line that you draw is the selected line of the ListField.

    I suggest that you look in the forum for more information on these options.

    A ListField is a unique field, with a line at a time selected.  Without coding you something special it is not possible to have different parts of the line selected in different circumstances.  And although it is possible, don't normally add you a HorizontalFieldManager (or all other fields) to the ListField and which allows to paint content,

    What you're suggesting is indeed possible, but it is not for the faint-hearted.  I would recommend that investigate you other ways to achieve the desired effect before you start to look at using other fields to the layout and paint a line in the ListField.

  • Border around the text

    Hi I have the piece of code that displays a simple next label field

    final LabelField lf2 = new LabelField("www.arsenal.com", LabelField.FOCUSABLE|LabelField.FIELD_HCENTER)
            {
                public void paint(Graphics graphics)
                {
                    graphics.setColor(Color.BLUE);
                    super.paint(graphics);
                }
                protected void drawFocus(Graphics g, boolean on){
                    XYRect rect = new XYRect();
                    getFocusRect(rect);
                    g.setColor(Color.WHITE);
                    drawHighlightRegion(g, HIGHLIGHT_FOCUS, on, rect.x, rect.y, rect.width, rect.height);
                    super.paint(g);
                }
                public boolean navigationClick (int status , int time){
    
                    int response = Dialog.ask(Dialog.D_YES_NO,"Are you sure you want to access the internet? \nData charges may be applicable if they are not included on your tariff.",Dialog.YES);
                    if(response == Dialog.YES)
                    {
                        BrowserSession bSession = Browser.getDefaultSession();
                        bSession.displayPage("http://www.arsenal.com");
                    }
                    return true;
                }
            };
    

    My question is, I am able to add a border around the label field? How would I go to do this?

    Thank you

    Thanks for the replies. In the end, I found the method simple to solve this problem was to create a simple bitmap image and add to the screen where I want the border.

    Thanks for your help!

  • When turned on my laptop, there is a black border around the screen.

    Original title: screen resolution problem

    Hello

    A few weeks ago, I turned on my laptopn and there was a black border around the screen. I managed to change the screen resolution, but my laptop seems to think that I have a dual monitor? And my resolution is still not like it was before. Obviously this isn't a huge problem, but it's annoying to have to go and change it regularly.

    In addition, given that this has started to happen, I noticed that when I turn on my laptopn, instead of the usual Acer / Windows startup screen, the screen is all black, until the login screen appears. I don't know if this is related or how, once again, this isn't a big deal in the grand scheme of things, but if an update is installed, you do not see the progress it's making!

    I ran a system restore, without success.

    Running Windows 7 on a laptop Acer Aspire. Any suggestions welcome, although I'm not that tech-savvy!

    Thank you

    Hello

    The first thing to check is your theme controls. Go to the control panel and select personalization. When this window opens, go down and select wallpaper. When this window opens go to the lower left corner and make sure that the background that position of the image is set to 'bridge '. Save the changes and return (right click on the name of the theme in the theme dialog box).

    Let me know if this solves the problem for you.

    Kind regards

    BearPup

  • Table border without a border around the cells of td in the it

    I have a page with a lot of tables on it. For one of the tables I want a border that goes around the entire table, but also creates a border around the cells of td in the table. My current coding includes < table width = "804" border = "1", etc. for the table, and < td width = "350" border-width: 0px; etc. to the cells and the coding does NOT work. I don't think I can create css rules to govern the border for this unique table because I have other tables in the page where I don't want to use this format of table/td cell border. Thanks for any help you can provide!

    I don't think I can create css rules to govern the border for this unique table because I have other tables in the page where I don't want to use this format of table/td cell border.

    Easy to do if you're simply targeting the special table with a class or ID.

    CSS

    {table. Special}

    border: 1px solid black;

    Width: 804px;

    }

    table. Special td {border: none ;}}

    HTML

  • How to print a document with a border around the edge .indd?

    I have an Indesign document I want to print with a slight border around the edge.

    I print it after have exported them in PDF format.  But when I choose the various combinations of the "print the printer marks" in the export settings, none of them doesn't seem to work.

    I want just a line simple thin border around the edge of the document to print.  I don't want the internal body to print (which it does sometimes).

    I know it can be done, because on some of my documents .indd it works... but I can't figure out what I did to get it printed like that.

    Help!

    and thank you...

    Jn

    That's all!  Yes, I see now that I had requested a stroke to the master page in the file with a border.

    I created the first document in years, so I forgot and it's not really appear except when it is printed.

    So now with the new file I just applied a framework and drawn a line by 1 point on the main frame in the document.

    Now, it will be printed as I wanted.

    THANKS FOR ALL YOUR HELP!

  • How to get the border around the text

    Hello

    Attached is a logo that has a border around the text that im trying to duplicate I tried dropshadows and with the help of a stroke, but the two did not work if someone could tell me how this is done I would greatly appreciate it's for a logo design btw im. Just trying to learn new tricks in illustrator.

    Thank youCutepen.png

    Appearance Panel, add a line (at the bottom of the appearance Panel). Move the line under the fill in it entering on the right side of the Panel, drag down filling. Make the race heavy enough to achieve the desired effect.

    Mike

  • Adding border around the text

    Hello

    I click on 't' to type text and color of the text, for example, orange; If I then try to add a black outline in Edit | Stroke, I noticed that "Stroke" is grayed out.

    How can I add this black border around the letter (s), then, please?

    Thank you.

    Steve

    Use the layer styles.  Double click on the layer which will open the dialog to styles of layer, and you will see the path of the race to the bottom of the list.

  • Remove the border around the buttons in a CS Extension

    Hello

    I'm creating a new extension for Creative Suite and all the buttons I have in the extension are using icons, but there's always a border around the button, which I can't delete. I tried to change the borderColor to match the background color of the Extension, but the border is still there.

    I've attached a screenshot of one of the buttons add a button in the extension that you can see what I mean. This button should just show the icon 'more' and has no border around it. How can I remove this border? I am using the CSS to add the icons for the buttons, even using CSS means that I can not remove this border.

    Thank you

    StephenAddIconScreenshot.png

    My answer by email has blurred.

    It should look like this:

    Button.blankButton{
        upSkin: Embed(source='assets/blank_btn_up.png');
        overSkin: Embed(source='assets/blank_btn_over.png');
        downSkin: Embed(source='assets/blank_btn_down.png');
        disabledSkin: Embed(source='assets/blank_btn_disabled.png');
    }
    

    Substances

  • How to get rid of border around the linked image in IE?

    Still developing my page and I wanted to see what it looks like ona a few different computers.  I've linked the images as part of my bar side/nav bar.  In Firefox on my machine

    the images are as I want them to be... sitting in the border sidebar with no individual border around them.  If I watch on another computer with Firefox

    If I look in IE, each image has its own black border around the image (which I assume is because I put them in place in the form of links).  How can I change the

    code for these borders do not appear in Internet Explorer and it works on any version of Firefox can be implemented?

    http://rickcicciarelli.com/AntiqueTargetThrowers.html

    Try to add this code to your CSS stylesheet:

    #sidebar img {}

    border: 0px;

    }

    Also, FYI, you can move your styles of links in the head of your page to your CSS stylesheet.

    Chris

    www.cdeatherage.NET

  • Cut the beginning of the audio clip

    Hi all

    The music of music audio I am wanting to use a pause of a few seconds before it is actually.

    Is there some way I can adjust the audio clip, so I can get it to start bang on?

    I tried pulling on the handle on the side to shorten but he cut a small piece of audio, I just couldn't get it straight on the beginning of the peak of the wave.

    Any info would be great!

    «I tried pulling on the handle on the side to shorten but he cut a small piece of audio, I couldn't get it the opening of the vague law.»

    If you develop first the time scale of editing (shift cursor to the left of "Settings" to the right), you should then have segment extracted a very precise control.

    Geoff.

  • Impossible to play the audio clips on the site. Click - page breaks.

    I'm playing the audio clips, sounds, dolphins (several sites) online site. Example: http://www.dolphinencounters.com/family-dolphinsounds.php#

    There is a small icon of ear for each clip. When I FIRST tried to read a clip, I got a "Quick Time plugin crashed" at the top of the page. Tried several times, same result.

    I went to TOOLS > OPTIONS > Applications tab. Given that I did not know what type of file format / clips have been, I found ALL the entries related to QuickTime and select the default setting or a different type of player. Restarted.

    When I tried this time, I still have collision warning. I double checked to make sure that QT all apps have gone and DISABLED by the plug-in page QT Extensions. Restarted.

    This time when I clicked on the icon of the ear, no sound is played, but the page pops up.

    Checked the settings/sound engineer. All OK. Updated QT for the last 7 and updated version to update system. No sound, no warning, page a few jumps.

    Other applications in the system plays its OK. Able to play videos in line with the sound. Just the noise / icon does not work.

    I would like to hear AND capture/download the sounds of dolphins. What is the problem with my system/FF 12.0? How can I fix it? How can I download?

    I tried to read the link to the icon to see the type of audio file, so I could access the issue more closely, but all links of clip are still with no recognized sound file format. Example: http://www.dolphinencounters.com/family-dolphinsounds.php#

    There are several elements on the page, but the links are all exactly as above.

    It has been long and there are probably several versions of FF as well as earlier versions of Windows, I remember listening and capture of the audio clips. Just do not remember how I did at the time.

    Win7 64 bit, 12.0 FF, QT 7 plug.

    It may be the prolongation of the QT interval, because the problem persists with all Applications QT, deleted or not, everything seems fine. No trainer, etc. No warning.

    I tried using IE and played clips, but WITHOUT my click the icon; they played just in overview. See still no way to capture or download and know that there is one somewhere.

    Hey ccorazza, you did so well with my last, have a curtain call repeat for this one? Thank you all.

    Hey, GreyWolf, sorry for the late reply. Didn't see your message until today.

    I was unable to get sound to play on this page too, but I got confused because it's an old version and I don't want to upgrade to the new version of QuickTime. But I'll test it on another PC with a Quicktime update.

    But after checking the file type, sounds, I see that they are .wav files. These files are usually played by Windows Media Player. So check to see if you can set the type of .wav file in the Tools > Options > Applications tab for Windows Media Player. Restart Firefox to see if the new change works.

    Also, I could find the urls for the files Dolphin audio so you can download them:

    You should be able to make links a right-click and choose Save the link under.

    How I found the links was I clicked on some empty page and chose to view the Page Source. A new window opens, I searched the word whistle then I copied the sounds/whistler.wav of the url part and added to http://www.dolphinencounters.com/.

    What other sites you have the problem with? I try to take a look at those and see if I can find a better answer for why this is happening.

Maybe you are looking for

  • TC Wan

    I have a 5th Gen Time Capsule ("TC") (firmware 7.7.7). I would like to extend the network wireless using a TC of Gen (firmware 7.6.7) 4th (TC both have the latest firmware available for them). I want to do it without an Ethernet cable connecting the

  • MacKeeper is a good program or NOT?

    MacKeeper guard popping up and asking to open it.  Is - this Apple product is valid?

  • Equium A100-147 - sound devices do not work correctly

    I've owned an Equium A100-147 for only less than a year. The problem I have is that if I put pressure on the area around the left speaker (where is the VGA port) there is a substantial "cracking" / rattling noise. The right does not exhibit this prob

  • Satellite L300 - drive CD/DVGW cannot start (Code 39)

    Satellite L300 - CD/DVGW SD-L622A - device cannot start (Code 39) I have not really used the player for a while now, but it was working fine when I set up the laptop.Now, I recently noticed that when I go to my computer, it shows three years not DVD

  • Phone bricks?

    Today, when typing, my Backflip randomly restarted, nothing new really. What was new, was that my phone remained on the white screen with the bike symbol on this subject. I tried to remove the battery, it back in, and he remained still on the white s