Removing the SWF Box in IE

I am having an issue with IE. I need some code to tell the IE
browser to automatically focus on the SWF when the page loads. That
box around the SWF only happens in IE and I hate it. On my
client’s site,
www.shirleywilliamsart.com,
users have to click the SWF to activate the menu. It is confusing
to them because they think they have to double-click the first menu
item they select, but none thereafter. Does anyone have code I can
put in the HTML doc that will set the focus on the SWF when the
page loads, or shortly thereafter?

Hi,
It is a box to show that this is an Active content, find more
about it and how to solve it here:
http://www.adobe.com/devnet/activecontent/

Similar Messages

  • Is there a way to remove the .swf extension from the TOC entries in an aggregator project?

    I've created a Captivate 5 aggregator project that includes swf outputs which were also published using Captivate 5. The TOC entries in the aggregator project all show the published file name followed by the .swf extension (see attached image). Is there a way to hide the .swf extension in the TOC entries?

    Yes, a colleague of mine was able to figure it out. Just double-click the chapter title in the .aggr project. It places it into edit mode and allows you to remove the ".swf" extension as well as make any other changes to the name that you want. It's so easy now that we know how to do it, but it was tricky to figure out since the chapter list does not appear editable at first.

  • I cannot remove the dialog box from my ipad. It says 'not enough storage' I click on settings and close, but still there. I need help. thx

    I cannot remove the dialog box from my ipad. it says 'not enough storage'. I click on settings and close but still there. How can i remove this message? Thnx

    Try this.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How do I remove the black box that appears over images in Aperture?

    I may have engaged a shortcut in Aperture but I would like to remove this function. How do I remove the black box that appears over images in Aperture? It gives you the image name, camera make and so on. It only appears when you use your mouse and let go of it over an image.

    Welcome to the forum.
    View >> Metadata Display
    It's all there.
    Also See Displaying Metadata with Your Images page 314 of the manual
    DLS

  • How to Remove the White Box from Links

    How to remove the white box around a link?
    I want to put links in my colored footer but it leaves a white box behind the link...
    Just want a text link with no background color.
    Thanks!

    Check your style sheets. Something is giving a link a background color. Look for something like this:
    .myClass a {
        background-color: #FFFF
    Then remove it.

  • Task bar remove the frame box

    How can I remove the frame box in the taskbar with the frame still visible?

    You mean the in Windows next to the start menu? You can't unless you can do it with JNI and native code. Or use Window/JWindow and draw your own frame decorations (titlebar, icon, control buttons, etc.).

  • How to remove the square box (right side) in the drop down . by css

    i need to remove the square white box from the drop down
    by css how to do ?

    Please provide a screenshot of what you are talking about.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.

  • Is there a way to remove the add box under the google searchbar on the "mozilla firefox start page" ?

    I always liked the standard google start page for firefox, but with this new 4.0 there's an ugly add box below the search bar, nagging about "learn about all the cool things" or something named "Spark" or all sorts of other spam.
    So is there a way to remove that, or do I really have to change my start page to the normal boring www.google.com ?

    Add code to [http://kb.mozillazine.org/userContent.css userContent.css]
    <pre><nowiki>@-moz-document url("about:home") {
    #contentContainer { display:none!important; }
    }</nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • How to remove the little boxes from the form

    Total newbie to .pdf files so hoping this is something easy to fix.
    We have a new process wherein we are tasked to edit a prepared form in Adobe Acrobat 8.x on Windows XP platforms.
    We open the document, put in required info, modify some fields if needed that already have info in them, and then save to a new document name and distribute.
    When we open the inital .pdf for editing, there are large boxes (with numbers in them) in every area where we need to fill in info on the form.
    How in the world do you turn those annoying things off?
    You can't even read the pre-filled info on the form as these obtrusive little boxes are displayed over top of what is typed in the form already.
    Thanks in advance!

    Oh I'm hoping not.
    If so the programmer of that little anomaly should be spanked.
    That's a horrible "feature". 
    I don't need to see those labels every time I need to fill in fields on a form.
    For example that I show, fields, 28, 29, 30, obliterate what is below them so the users are always putting in a mistyped value as they can't see that something is there in the field already...
    Hopefully that isn't what this is.
    Here's a link to the screenshot referenced in the previous reply.
    www.flickr.com/photos/thejeepnut
    And thanks again for taking a look to see if you can help resolve.

  • Remove the check box to install it on the desktop

    I need to know if I can configure the adobe "Application Install" dialog box to NOT show the option to "Install a shortcut on the Desktop".  I want to use the Adobe application install dialog and not use my own installer because that will increase the size of the executable file to download.
    Why Adobe does not provide options in the application.xml to customize the Application Install dialog box more and it seems to me that it would be a good feature for Adobe Air.

    Look here:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to remove the empty Top Navigation space on a main publishing page.

    What I did so far was to use snippet into the page (using Script editor) to do the following:
    a. Disable Top Navigation bar
    b. Disable the Title
    c. Remove the left nav bar
    d. Remove the search box on top right
    here is the code used so far:
    <style type="text/css">
    #titleAreaBox {
    display: none;
    #sideNavBox {
    display: none;
    #contentBox {
    margin-
    .ms-fullscreenmode #contentBox
        margin-
    h1.ms-core-pageTitle { display: none; } /* hide page title next to the logo */
    </style>
    As you see in the following picture, there is lot of space left at the Top Navigation area and I want it to go away, at least the most of it. How do I do that using the snippet code? Is there any other way round? I am not a web designer, so please keep it
    clean and simple when you try to explain to me what to do.

    Hi,
    From your description:
    a. Disable Top Navigation bar
    b. Disable the Title
    c. Remove the left nav bar
    d. Remove the search box on top right
    Here is the CSS code:
    <style>
    #sideNavBox { display: none }
    #contentBox { margin-left: 20px }
    .ms-core-navigation {display: none }
    h1.ms-core-pageTitle { display: none }
    #searchInputBox { display: none }
    </style>
    Here is the screenshot:
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Remove external swf file

    I have loaded an external swf file which plays a flv file by default as swf is loaded. Now the problem is how do i remove the swf file from memory. my code :
        var myLoader:Loader = new Loader();                    
        var url:URLRequest = new URLRequest("ExternalSWF.swf"); 
        myLoader.load(url);                                    
        detailMovieClip.movieHolder.addChild(myLoader);
    I have tried many combinations of removeChild, unload and unloadAndStop but none works. I figure its all about not referencing correctly.

    Hi Jah,
    i understood your problem,i faced this problem many time but couldn't find correct solution.
    I'm using now Event.REMOVED_FROM_STAGE. this method dispatch to parent swf for when the External swf removed from stage.
    The sample example code below for the way of remove externalswf events:
    parent swf actionscript code:
    import flash.events.MouseEvent;
    var myLoader:Loader = new Loader();                   
    var url:URLRequest = new URLRequest("ExternalSWF.swf");
    myLoader.load(url);                                   
    b_mc.addChild(myLoader);
    a_mc.addEventListener(MouseEvent.CLICK,onClick);
    function onClick(event:MouseEvent):void
        a_mc.removeEventListener(MouseEvent.CLICK,onClick);
        myLoader.unload();
        b_mc.removeChild(myLoader);
        myLoader=null;
    ExternalSWF.swf actionscript code:
    import flash.events.Event;
    var num:Number=0;
    addEventListener(Event.ENTER_FRAME,onRun);
    addEventListener(Event.REMOVED_FROM_STAGE,onRemoveFromParent);
    // remove all local events here//
    function onRemoveFromParent(event:Event):void
        trace("remove");
        removeEventListener(Event.ENTER_FRAME,onRun);
    function onRun(event:Event):void
        num++;
        trace(num);
    Thanks/

  • Is there a way to remove the leading zero from the 24 hour time display in iOS8?

    In the previous versions of iOS, the 24 hour time format for some regions dropped the leading zero from single digit hours: 1:23 for example.
    In iOS8, it appears that once 24 hour time format is toggled, the time is always displayed as four numbers: 01:23 for example.
    Is there a way to revert to this older format without leading zeroes?

    Yes, a colleague of mine was able to figure it out. Just double-click the chapter title in the .aggr project. It places it into edit mode and allows you to remove the ".swf" extension as well as make any other changes to the name that you want. It's so easy now that we know how to do it, but it was tricky to figure out since the chapter list does not appear editable at first.

  • How in the hell do you remove the edit button from the bookmarks and netlet channels?

    I have removed the check box for the edit functionality of both these
    channels and restarted the portal server. Yet, the edit button is still
    there on both channels and it allows the user to edit (duh) the targets
    of the netlet and bookmarks.
    WHAT ELSE AM I SUPPOSED TO DO TO GET RID OF THIS BUTTON??????
    Kent

    Kent Perrier wrote:
    I have removed the check box for the edit functionality of both these
    channels and restarted the portal server. Yet, the edit button is still
    there on both channels and it allows the user to edit (duh) the targets
    of the netlet and bookmarks.
    WHAT ELSE AM I SUPPOSED TO DO TO GET RID OF THIS BUTTON??????Now that I have gotten that off my chest, I have figured it out :)
    I had to edit the polivy for the role to remove these. Go figure. I
    thought by editing this for the domain and then checking the check box
    for "Apply changes to all sub roles (overwrite customized attributes if
    necessary)" would do it.
    Kent

  • How to remove the selected owned schema in a database user in security

    Hi all,
    I am using SQL Server mgmt studio with 2005 db. I accidentally clicked the
    owned schema while in a database user in security. When I went back to
    remove the check boxes they were greyed out. How do I remove them?
    Regards,
    anjali

    go to the schema > choose the schema which is disabled for the user > properperties > change the schema owner = schema name
    I you want T-SQL then use below (change the greyed out schema name)
    USE [DatabaseName]
    GO
    ALTER AUTHORIZATION ON SCHEMA::[db_owner] TO [db_owner]
    GO
    Balmukund Lakhani | Please mark solved if I've answered your question
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog: http://blogs.msdn.com/blakhani
    Team Blog: http://blogs.msdn.com/sqlserverfaq

Maybe you are looking for

  • Problem with making DSN

    I get this error everytime I try an make a DSN com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. The root cause was that: com.mysql.jdbc.excep

  • Cannot import a swf file

    Hello - I'm hoping someone can help me. I'm using Powerpoint 2007 and adobe presenter. I've created SWF files in both captivate and camtasia. So when I try to import the swf into powerpoint using presenter, nothing happens. I click import swf, choose

  • PMS Colors in AI/PDF files and Mac OS X 10.8 Preview

    As you might know, either Adobe or Pantone changed the default definitions or color built of Pantone Coated library to LAB in CS6 instead of CYMK. This change did not break anything on Mac OS X 10.6 (Snow Leopard) or Mac OS X 10.7 (Lion), but it did

  • I want a screen saver on when locked?

    i would like to use my phone screen when locked as a clock - can this be done?

  • MetalTheme breaks JComboBox.addMouseListener()?

    Hi all, I have encountered an issue that seems very strange to me. I have replicated the problem in a small sample app posted below. My app just creates a JFrame with a JComboBox. Then it adds a mouse listener to the JComboBox that simply prints to S