Movie highlight focus

I have a page with five different swfs embbedded in it.
However on some browsers the swf with focus is highlighted with a
ring around it to show it has focus. However I don't want it or any
of the movies to have this ring/highlighting when they have focus.
I want the movies to look like one large movie, therefore
having the one with focus become highlighted destryos this effect.
Also it seems to differ with different versions of diff browsers.
Anyway the real point is, Is there a way to disable this
highlighting effect when a movie has focus? thanks in advance
jonnie.

http://www.woodardian.com/test/highlight.htm
This page contains 4 embedded swfs.
When the page first loads it loads with a highlighted ring
around each of the 4 embedded swfs. When you then click on one of
the swfs its highlighting diassapears as the swf then has focus.
However i want all the swfs to load with focus, and therefore no
highighting.
please note that this problem only occurs on certain versions
of certain browsers. However I would like to get rid of it.
ravich9 thanks for your response, but I think that is for
focusing once the swf itself has focus. Jonnie.

Similar Messages

  • Tab to move keyboard focus

    Okay, I've been looking around for quite some time and cannot find a solution for my annoying problem: I cannot keep the 'Tab to move keyboard focus between: All controls' to stick. I am able to change the keyboard setting so that the Tab key changes keyboard focus through settings -> keyboard -> keyboard shortcuts -> full keyboard access and the simple control+F7 until I log out, reboot or power cycle.
    I have reset all of my keyboard settings to default and I have gone so far as to create a new user with admin priviledges but the problem persists. Any ideas?
    I appreciate any input you may have!

    More info in case anyone is reading (I feel as though this is a one person conversation).
    I backed my MBP up and reinstalled Lion and still have the problem after a restore. I did the reboot -> command-R trick and reset priviledges but to no avail and I am beginning to think this is a bug.
    The last thing I will add is under Keyboard -> Keyboard Shortcuts, Full Keyboard Access is granted to All controls and does not reset when I reboot and am unable to change keyboard focus with tab.

  • Pausing Flash movie on focus lost

    Is there any way thru ActionScript to detect the loss of
    focus at the Flash movie level, eg. browser minimize or selection
    of another window, I would like to auto-pause my game at this
    point. I managed to create a reasonably effective solution using
    event handlers within the EMBED and OBJECT tags in the HTML but I
    would rather have my Flash movie do the work, onBlur and onFocus
    don't behave particularly well across different browsers anyway.
    Thanks,
    Ronny.

    quick answer - no!
    Might be possable from the right click menu, but your down to
    the mercy of the way the movie is structured internally.

  • Procedure to move highlighted files en masse to new folder

    This procedure should be quite simple, but it escapes me!
    How can I move an entire group of highlighted files into a new folder?

    nkh wrote:
    Hi bd,
    This is the procedure I tried before pleading for help. Although the whole group of files is highlighted, the drag-drop routine only transfers the single file for the icon I drag. The others remain highlighted, but do not move as a group!
    Mouse control.
    Typically an inadvertent 2x click on the file name "deselects" the group and re-selects just the file you are pointing at when you click.
    But you know what you want to do, so your hand is already performing the drag/drop before your head registers that only one file is now selected.
    Happens to me on a semi-regular basis.
    After you have selected the group of files, (assuming list view) try pointing at the date/or time area, click and drag from there instead of the filename.

  • Can I move highlighted text to the comments but not underlined text?

    So I just upgraded to Acrobat from Reader yesterday so I could take notes on books for school.  I found out how to export the comments from a PDF to a new document using a JS, and have enjoyed using the following:
    // Get the comments in this document, and sort by author
    this.syncAnnotScan();
    annots = this.getAnnots({nSortBy: ANSB_Author});
    // Open a new report
    var rep = new Report();
    rep.size = 1.2;
    rep.color = color.blue;
    if (annots) {
    rep.writeText("Summary of Comments: By Author");
    rep.color = color.black;
    rep.writeText(" ");
    rep.writeText("Number of Comments: " + annots.length);
    rep.writeText(" ");
    var msg = "\200 page %s: \"%s\"";
    var theAuthor = annots[0].author;
    rep.writeText(theAuthor);
    rep.indent(20);
    for (var i=0; i < annots.length; i++) {
    if (theAuthor != annots[i].author) {
    theAuthor = annots[i].author;
    rep.writeText(" ");
    rep.outdent(20);
    rep.writeText(theAuthor);
    rep.indent(20);
    rep.writeText(
    util.printf(msg, 1 + annots[i].page, annots[i].contents));
    } else {
    var msg = "No annotations found in this document, %s.";
    rep.writeText(util.printf(msg, this.documentFileName));
    // Now open the report
    var docRep = rep.open("myreport.pdf");
    docRep.info.Title = "Comments for " + this.docuentFileName;
      docRep.info.Subject = "Comments";
    What I'm curious about is if there is a way around having both highlighted and underlined text go instantly to comments.  If it's possible to get just one or the other to automatically enter the comments that might save me a ton of time manually copying and making decisions like "is this really worth the extra size of the output file."  Those kinds of decisions really slow down my reading process.  Rigth now I've been exporting pages of stuff, and even though I can search what I export it's going to become unmanageable.
    The only thing I can think is to only copy things that I specifically wanted exported to the comments, and to just do this manually so I don't end up with too much highlighted/underlined text.
    (Also, and this one isn't that important...is there a way to save the JS I have been using to all the PDFs that I have?  Right now I have just been copy pasting it to each PDF that I make.)
    Thanks in advance,
    Matt

    The forums have mangled the script (which looks strangely familiar ) but if you want to only list annotations with a specific type, add a new line in between these two:
    for (var i=0; i < annots.length; i++) {
    if (annots[i].type == "Highlight") {
    if (theAuthor != annots[i].author) {
    and add another closing brace at the end of this one
    } else {
    'type' has several defined strings, all documented in the SDK. You'd be using "Highlight" or "Underline" to filter.
    If you want to run the script repeatedly, you can put it into an Action (using the 'run a javaScript' step). Bear in mind that you can't run it against several files at the same time, as the reports aren't saved, so set the Action's properties to apply only to the currently-open document.

  • Highlight Focus in TList

    Hi All,
    We are building an application using Forms 6i. In one of the forms, I'm populating a TList programmatically. The form works fine. It populates the Tlist and I can see all the Labels in the TList. However, I'm unable to scroll down the list or use mouse to select a value. Whenever I click on 2nd or 3rd or subsequent values, the highlighting of the item jumps to the first item in the list. Can anyone please help me fix this problem?
    Thanks in advance.
    Suresh

    Suresh,
    client-server or web ? Did you apply the most recent patch for Forms 6i? Is any trigger fired when changing the selection in the T-List?
    Frank

  • [SOLVED] Newsbeuter 2.7 unread highlight focus font color.

    Hi, newsbeuter 2.7 added this new feature:
    newsbeuter 2.7
    changes in this release:
    2.7 (2013-08-27):
    Fix crash bug.
    >> Add option to colorize unread messages (Patrick Steinhardt).
    Add option to swap title and hints bar (Patrick Steinhardt).
    Add %u and %t support to itemview (Giuliano Schneider).
    Only force redraw if a form action is active (Patrick Steinhardt).
    Can I change the highlight font color to more readable?
    This is snippet of my newsbeuter config solarized colorscheme:
    # Theme
    color background color12 color8
    color listnormal color12 color8
    color listfocus color0 color3
    color info color10 color0 bold
    color article color12 color8
    Last edited by serdotlinecho (2013-09-03 16:57:38)

    fijit wrote:The new colour options are called "listfocus_unread" and "listnormal_unread"
    I simply set them to be the same as listfocus and listnormal.

  • 'enter' key moves highlighted cell location

    OK, this might seem like the most trivial question but a search doesn't return any postings about this....
    When I type a number (data) into a cell and hit the 'enter' key, the selected cell moves down to the one immediately below the cell that I just entered a number into. Is there an option to keep the selected cell as the one that I just entered data into?

    see p73 +Adding and Editing Table Cell Values+ of the Numbers09_UserGuide.pdf downloadable from under the Help Menu.
    " *Adding and Editing Table Cell Values*
    You can add, change, and delete the content in cells.
    *Here are ways to add and edit values:*
    • If the cell is empty, select it and then type a value. “ Selecting a Table Cell” on page 51 describes how to select cells.
    • To replace specific content already in the cell, select the cell and then select what you want to replace by double-clicking; hold down the Shift key and select more content if you want to replace more. Type to replace the selected content.
    •To replace everything in the cell, select the cell and then begin typing.
    If “Return key moves to next cell” isn’t selected in the Table inspector, you can also
    select the cell and then press Return or Enter, which selects everything in the cell, and
    then start typing. "

  • How to focus the tab in Firefox 3.6 (to move to beginning/end)

    I believe in previous versions of Firefox, when the tab was focused, you could use the keyboard shortcuts ctrl+end or ctrl+home to move the focused tab to either the end or beginning of your tabs. This functionality no longer seems to work, I believe because I can no longer actually focus a tab. Previously, but selecting the tab, I'd see a little box highlighting the text inside of the tab. I can still drag tabs to different locations, but being able to move them all the way to the beginning or end with a keyboard shortcut is a lot faster.
    == This happened ==
    Every time Firefox opened
    == I believe in 3.6

    Hello,
    I had this problem too. It seems to be a request since Firefox 3.5. You must have focus on tabs bar in order the shortcuts [Ctrl][Left] and [Ctrl][Right] work. You can read information about that here: https://bugzilla.mozilla.org/show_bug.cgi?id=462289
    I made a small plugin to provide new shortcuts to move tabs: https://addons.mozilla.org/en-US/firefox/addon/220875/

  • Move focus from one to another itemRenderer inside DataGrid itemRenderer

    I have a mx: DataGrid with 4 columns that have a itemRenderer with the following settings:
    - Mx:DataGrid:
    <code>
    <mx:DataGrid id="itensPedidoCompraList"
          width="100%"
    height="120"   
    dataProvider="{ model.pedidoCompra.itens }"
    editable="true"
    itemEditEnd="itensPedidoCompraList_itemEditEndHandler(event)">
    </code>
    - Mx:DataGridColumn:
    <code>
    <mx:DataGridColumn headerText="{resourceManager.getString('cadastroPedidoCompra', 'ident.PercentualDesconto') }"
                       width="60"
                       textAlign="right"
                       rendererIsEditor="true"
                                          editorDataField="data">
          <mx:itemRenderer>
                     <fx:Component>
                           <mx:Canvas>
                                     <input:NumberInput width="55"                                                                number="@{ data.percentualDesconto }"/>
                           </mx:Canvas>
                </fx:Component>
          </mx:itemRenderer>
      </mx:DataGridColumn>
    </code>
    The user clicks on the line of the grid and click on the column to edit.
    After him change or add value, ENTER key and have to move the focus to another column in the same line.
    The way I'm doing, is moving to the column below.
    What is the best way to do to move to the right column?
    thank you

    Try adding a capture phase event listener to DataGrid for keyDown and changing the key from ENTER to TAB

  • Move focus in Aperture.

    Hi. How can I move the focus in Aperture using the keyboard?
    Specifically, I often want to move the focus to the "Add Keyword" field on the Control Bar, then enter keywords, then return the focus to the Browser. Currently I have to use the mouse cursor to move the focus.
    Similarly, I would like to move the insertion point to a field in the Metadata tab of the Inspector, type a field entry, and then return the focus to the Browser.
    Typically I forget at some point to click to return the focus to the Browser, type (for instance) "{Shift}+i", and enter "I" in the field instead of toggling the Inspector. The "Add Keyword" field auto-completes, which means then must delete the entry in the field and then move the focus back to the Browser.
    A partial work-around would be being able to advance the Browser selection while keeping the focus in a field. I recall reading how to do this, but I haven't re-discovered it.
    All of this is part of my attempt to make key-wording in Aperture speedy and bump-less. I'm still trying. Any suggestions are appreciated. TIA.

    Hi Kirby
    To get the focus in the 'Add Keyword' field on the Control Bar you can use Alt-N (in the menu under 'Metadata' ->'New Keyword'). I just discovered this some days ago because I meant that this command really creates a new keyword
    Regards, Michael

  • How can I restore Thunderbird behavior so I can delete emails by pressing delete key multiple times (without using mouse to change focus back to message list)?

    Thunderbird 24.3.0 (latest under OpenBSD)
    I (like most people) get spam in my inbox. When there are multiple spam messages in a row in my inbox I used to click on the first message and then press the delete key repeatedly for each sequential spam message.
    After upgrading, this doesn't work. Instead, when I click a message it opens in the message preview pane and moves the focus to the message. Thus I need to click twice to even be able to press the delete key to delete one message. When I press the delete key, the message is deleted and the highlighted message becomes the next one in the list. This opens the message in the preview pane and again shifts the focus to the message. Thus I can't press the delete key again but must move the mouse to click on the message before I can delete it.
    As a result, what used to be a very fast process of weeding through spam has become a real annoyance.
    I realize I can hide the message preview pane to prevent the focus from moving, but this means I must delete solely based on the email subject/sender -- or open each message (which is even slower).
    I also realize that I can press tab multiple times (sometime 4, sometimes many more) to shift the focus back but that's not much faster than using the mouse.
    How can I prevent Thunderbird from shifting the focus away from the email list panel unless I actually click somewhere else?

    Well said! And you said it about six weeks ago. And 4 other people said "Me Too." - I guess we're screwed.
    I guess it's time to switch to GMail.
    Such a trivial thing, but it irritates me every single time.
    MOZILLA - YOU'RE GOING DOWNHILL...

  • Can't change Movie Properties

    I just bought and downloaded 5 Pixar short subject movies.
    I have a 3 year old grandson that I've set up a Mac for.
    I've put his favorite movies and trailers on the desktop with large icons and slow double click. I set each movie to open in full screen and close when finished because he can't click on the red close button.
    The Pixar movies downloaded into iTunes, so it would be difficult for him to find them to play.
    I opened the mp4 in Quicktime and saved as self-contained movie, thinking this would do it. I put the movie on the desktop and opened it to get movie properties. I could not change them, so I can't set to go full screen or to close the movie when done. ???
    Is there no way to do this? "Protected" is one thing... but not being able to change the properties seems ridiculous.
    RM

    Better to use "reference" instead of "self contained" to save on HD space.
    Then unplug the mouse and teach the 3 year old the keyboard.
    The "Tab" key will highlight a file and a new tap on it will move the focus to a new item.
    Command key and the letter o key will launch QuickTime Player.
    Command key and the letter f will send the file to Full Screen (requires Pro).
    The Spacebar will start and stop playback. Up/down arrow keys will adjust volume.
    Command key and the letter w key will close the window. Escape key will send it out of full screen but leave the window open.
    Command key and the Tab key will allow switching between the Finder and QuickTime (focus changes each time the Tab key is clicked) and releasing the Command key will make that app the "front".

  • Movie properties from Dowloads

    I just bought and downloaded 5 Pixar short subject movies.
    I have a 3 year old grandson that I've set up a Mac for.
    I've put his favorite movies and trailers on the desktop with large icons and slow double click. I set each movie to open in full screen and close when finished because he can't click on the red close button.
    The Pixar movies downloaded into iTunes, so it would be difficult for him to find them to play.
    I opened the mp4 in Quicktime and saved as self-contained movie, thinking this would do it. I put the movie on the desktop and opened it to get movie properties. I could not change them, so I can't set to go full screen or to close the movie when done. ???
    Is there no way to do this? "Protected" is one thing... but not being able to change the properties seems ridiculous.
    RM

    Better to use "reference" instead of "self contained" to save on HD space.
    Then unplug the mouse and teach the 3 year old the keyboard.
    The "Tab" key will highlight a file and a new tap on it will move the focus to a new item.
    Command key and the letter o key will launch QuickTime Player.
    Command key and the letter f will send the file to Full Screen (requires Pro).
    The Spacebar will start and stop playback. Up/down arrow keys will adjust volume.
    Command key and the letter w key will close the window. Escape key will send it out of full screen but leave the window open.
    Command key and the Tab key will allow switching between the Finder and QuickTime (focus changes each time the Tab key is clicked) and releasing the Command key will make that app the "front".

  • Cannot get highlight color on menu items (only submenu items).

    I am having a problem with the highlight color when I move over a vertical menu item.  You can see what I mean by going to:
    http://www.staging-area-1.com
    If you move the focus over the "Questions" sub-menu item I get the blue highlight, with white text.  BUT if I move over any other menu items (Services, About us or Contact us) I simply cannot get the blue highlight.
    Can someone tell me which cdd property I need to change to get this?
    Thanks.

    It is because you'r overriding the background color with an image in the following
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
         background-color: #33C;
         color: #FFF;
         background-image: url(../images/filler.gif);
    Remove the background image and all is well.
    Gramps

Maybe you are looking for

  • How do I transfer pictures BACK to my camera

    I am using an iMac macintel, and wish to transfer pictures back to my camera. How do I do this? Is it possible. I've done it before in an earlier version of iPhoto.

  • Posting Document not created (export data missing)

    We are working on ECC 6.0 and during creation of Cancellation Billing document type IVS for the Intercompany billing, the document did not create Accounting document giving the Posting status as G - Posting document not created (export data missing).

  • How to make crosstab report in crystal report

    Hi all , I want to make a crosstab report in crystal report my query is like this select YearDate.year , (currentasset.currentaset / currentliability.currentliability  ) as CurrentRatio ,(currentasset.currentaset - Inventory.Inventoryaset / currentli

  • Can I perform persistence activities from within a JPA lifecycle event

    I have a question about what is valid while inside JPA lifecycle events like @PrePersist or even Eclipselink lifecycles like postBuild. I would like to perform persist and delete operations from within these lifecycles, however they seem to get lost

  • Purchase Order Response Error : "Enter at least one item"

    Hi there, While trying to confirm a PO response in SRM 7 I am getting the following error: "Enter at least one item" But when I do a check on the PO response it says: Purchase order response - 0030000035 is correct  Any ideas what could cause this er