Lower .swf file affecting mouse on top level .swf

I have a zooming map .swf file loading in behind a navigation button interface .swf. The map.swf turns your mouse to a hand cursor so you can pan when you zoom in on it.
Eveb though the map file is behind my nav file,when I roll over my nav file, the mouse is still turning to a hand cursor. Is there any way around this? The only time it turns to an actually pointer is when it rolls over the actual buttons on the nav file, so the mouse flickers back and forth between the hand and the pointer.
How can I get the lower .swf to not effect the .swf on top?
Any suggestions?

You're welcome... mark this as answered if you still can
The movieclip should have worked, but you need to place the code on the timeline to code a movieclip to work with a mouse.  A button will serve the same purpose without any code.

Similar Messages

  • XSQL file "Invalid at the top level of the document"

    I am trying to insert HTML form parameters into database using <xsql:insert-request>. It worked fine except that it displays <xsql-status action="xsql:insert-request" rows="1"/> after it inserts the data into the database. I am trying to follow the insertnewsform example in Steve's book "building oracle xml applications" to return user a thank-you note. Here is my problem:
    I have four files:
    faqform.html (html form, action=faqfeed.xsql)
    faqfeed.xsql
    request-to-faq.xsl (used as transform for faqfeed.xsql)
    thankyou.xsl (used for returning user a thank-you)
    When I submit the html form, I get an error saying:
    "The XML page cannot be displayed
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Line 1, Position 43
    <?xml version = '1.0' encoding = 'UTF-8'?>"
    I didn't put "encoding..." in any of my xsql files, not sure where that came from. When I used faqfeed.xsql?xml-stylesheet=none in the url and it showed up as a well-formed xml file with all the info I need. Here is my faqfeed.xsql and thankyou.xsl
    ********* faqfeed.xsql ***********
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="thankyou.xsl"?>
    <page connection="template" xmlns:xsql="urn:oracle-xsql">
    <xsql:insert-request table="faq" transform="request-to-faq.xsl"/>
    <xsql:query tag-case="lower" max-rows="5" rowset-element="" row-element="faq">
    select * from faq
    </xsql:query>
    </page>
    ********* thankyou.xsl **********
    <html xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0">
    <head><title>Thank you!</title></head>
    <body>
    <h3>Thank you for your faq!</h3>
    Your faq has been successfully inserted to the database!
    <table>
    <xsl:for-each select="page/faq">
    <tr>
    <td><xsl:value-of select="question"/></td>
    <td><xsl:value-of select="answer"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </body>
    </html>
    Anything I am missing here that caused that error? Any hints would be greatly appreciated!
    Wenqi
    null

    Do the XSQL Demos work correctly on your system?
    The error you're getting seems like maybe the *.xsql extension is not mapped properly to the oracle.xml.xsql.XSQLServlet class in your servlet engine.

  • I have to print two labels using single XML file.Error:Only one top level e

    Hi,
    I have to print two labels using single XML file. But its giving error:
    [Error] Error -1072896683 - Line: 38 Pos: 2 Error: Only one top level element is allowed in an XML document.
    Below is my XMl file:
    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE labels SYSTEM "label.dtd">
    <labels FORMAT="lib://FRD/PurchasedDoor.btw"  PRINTERNAME="IBM 6700-R80 (300 dpi)" _QUANTITY="1">
    <label>
    <variable name= "Color">AUTUMN</variable>
    <variable name= "Special_Message_Attribute">MSG*</variable>
    <variable name= "Special_Message">This is special Message Label</variable>
    <variable name= "Model"></variable>
    <variable name= "Build_Date">09-APR-12</variable>
    <variable name= "Assy_Cart"></variable>
    <variable name= "Assy_Slot"></variable>
    <variable name= "Finish_Cart"></variable>
    <variable name= "Finish_Slot"></variable>
    <variable name= "Serial_Number">1945.1.1.2-1</variable>
    <variable name= "Serial_Number_Barcode">1945.1.1.2-1</variable>
    <variable name= "Specie">BIRCH</variable>
    <variable name= "Truck_Group"></variable>
    <variable name= "Label_Sequence_No">1</variable>
    <variable name= "WIP_Cart"></variable>
    <variable name= "WIP_Slot"></variable>
    <variable name= "Cabinet_Sequence_No">110</variable>
    <variable name= "JC"></variable>
    <variable name= "Thickness"> </variable>
    <variable name= "Width"> </variable>
    <variable name= "Length"> </variable>
    <variable name= "Overlay"></variable>
    <variable name= "Options">B30</variable>
    <variable name= "Profile_No"></variable>
    <variable name= "Door_Style">NEWBERRY</variable>
    <variable name= "Glaze"></variable>
    <variable name= "Shape"></variable>
    <variable name= "Glass"></variable>
    <variable name= "Hinge_Side"></variable>
    <variable name= "Hinge_Type"></variable>
    <variable name= "EGE"></variable>
    </label>
    <labels FORMAT="lib://FRD/SpecialMessage.btw"  PRINTERNAME="IBM 6700-R80 (300 dpi)" _QUANTITY="1">
    <label>
    <variable name= "Serial_Number">1945.1.1.2-1</variable>
    <variable name= "Special_Message">This is special Message Label</variable>
    <variable name= "Cabinet_Sequence_No">110</variable>
    </label>
    </labels>
    Please suggest.

    >
    XML can only have one root element per file.
    >
    from XML Document: The Root Element

  • How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi?

    How do I find out the exact path of each and every file that LabVIEW finds and loads into memory for a given top level vi? There is probably a trivial, easy way to get this info, but I have not yet found it!  Thanks..

    Or if you want to grab all the paths programatically, try the attached VI.
    Open the top level that you want all the paths from and close all others, then open the
    attached and run it. It will return an array of all the VIs that the VI
    in question uses, including vi.lib VIs. You can filter these as well if
    you like.
    Ed
    Message Edited by Ed Dickens on 08-01-2005 07:01 PM
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
    Attachments:
    Get all paths.vi ‏29 KB

  • Top-level Numbering Continuation Across Files in a Book

    My department at work is looking to transition most of our files from Word to Structured Framemaker 9 (with an eye to DITA). I am trying to build a master template for this, and running into some numbering woes. I am fairly new to FM, so I'm hoping that there is an obvious solution to this issue, and it is just my inexperience standing in the way.
    Currently, documents that we do manage in framemaker are books which contain different files:
    1. Front Matter File
    2. TOC file
    3. First subject of the document
    4. Second subject of the document
    5. Etc.
    In the template, I have created the top level style as "Chapter" and set chapter numbering to continue from previous file in the book. To me, this is the most obvious way to get FM to treat the top level (only) as continued across files. Historically, the department has just maintained seperate templates for each type of file in the book (i.e., Front Matter Template, First Subject Template, Second Subject (and beyond) Template, etc.).  Because I don't envy the thought of creating and maintaining multiple structured templates with multiple EDDs to go with them, I have consolidated the templates into one master template that contains all the styles needed for whatever part of the document we are working with.
    My issues are:
    1. My team lead would like to abolish the use of the Chapter style in our books, and instead use Heading 1 as the top level in a book. Because we will be doing a lot of importing from Word, and all of our Word docs have H1 as the top level, she does not wish to have to bump all the Headings down in order to accomodate a new Chapter level on top after we import. If this is the best way to go, then how can I tell FM to continue numbering for only H1 across files?  Can I just use the <chapnum$> variable in the Heading 1 style for numbering and get away with abolishing the use of any other chapter designation?
    2. I believe it makes the most sense to set the template to continue numbering for the chapter variable from previous file in the book, since that is the most common scenario.  Then, I can reset the first chapter in the book (manually) to start numbering at 1. Is there any compelling reason not to do this? Will this cause any issues when we go to update a book, provided that we make sure to set the numbering for that first chapter file correctly? I hear that there is a way to set numbering properties for an entire book, but I cannot seem to find this feature - only setting numbering for files within a book.
    Thanks,
    Hannah

    Hannah,
    Using a single template for structured work is a good idea. The template may get big as you add master pages, etc, but management will be much easier.
    Use the <$chapnum> building block wherever you need it, such as in autonumbering for headings, tables, figures, etc. I would set the basic numbering properties in the template for the most often used case, such as a chapter. Thus, set the chapter numbering to be from previous and the page and paragraph numbering to be start at 1, if that is what you want.
    After you create the book file and add the various books, you now have a book whose documents ALL have the same numbering. So, select chapter one IN THE BOOK FILE, right-click it and select Numbering. Set the chapter to be 1. If you want the front matter and TOC pages to be arabic, select the first such chapter, right-click and select Numbering and set the page number to be i; the chapter numbering can be anything. For pages like front matter that do not show chapter numbers, you will have to create special master pages that do not use the <$chapnum> building block. You can also set a chapter number to be text, such as Index.
    Then update your book. The main point is that you set the numbering in the book file, not individual documents. If you do not, when you update the book, FrameMaker will warn you that the numbering in the book does not match the numbering in the documents. Note this is a WARNING. When you click OK, it uses the book numbering settings in the update, NOT the settings in the individual documents. So, it is always best practice to set numbering in the book file.
    I forgot to add... I am not sure how easy it will be to convert Word files into structured FrameMaker. I never do it, but others in the forum will likely have some tips about it.
    Van

  • How to move all files to the top level folder?

    I want to move all files within a particular folder -- and all files in all sub folders -- to the top level. i.e. I want to collapse the folder structure to just one folder. Assume that there are no files with the same name.
    *Method 1*
    My first thought was to use Find:
    1. Limit Find to the particular folder.
    2. Find all files in the folder with Size > 0.
    3. Switch to List view. All files are listed.
    4. Select all files and drag to the top folder
    5. Delete all sub folders manually.
    Problem: Pages files are not found, and maybe others aren't.
    This is a simple method and I'd like to stick with it.
    *QUES 1*
    What condition should I set within Find so that I can be guaranteed of finding all files?
    *Method 2*
    It was suggested in another thread that I use Terminal to move all files to the top level, but I couldn't get it to work. And there was a problem with files that consist of bundles.
    *QUES 2*
    What is the easiest way to consolidate all files within a folder to the top level -- assume no duplicate names -- and at the same time remove all sub folders?
    Message was edited by: Guy Burns

    Thanks for the suggestion of EasyFind.
    To find all files in a certain folder I typed in *[a-z 0-9] as a Boolean search (this thread won't let me post the exact characters required by EasyFind). That should cover every file I've ever named. EasyFind came back with "11719found/12316done".
    Any idea what the missing 500 files would be? I'm hoping they are files that I don't need to know about (invisible files, system files and so on).
    Message was edited by: Guy Burns

  • File Data Source Full Path of Top-level Directory

    Hi There,
    I am trying to create a File Data Source in BI Publisher.
    Navigation: Admin --> File
    The "Full Path of Top-level Directory" given for the demo_files (which comes with the product) is D:\OraHome_1\xmlp\XMLP\DemoFiles and all the demo reports are working fine.
    However our BI Server is a Unix server and above path seems to be on windows server.
    Please explain about this and how to locate the above path and place a new xml file.
    Thanks
    Krishna

    if you are thinking of creating xml file in linux, and access in windows, you have to share the windows drive and mount them in linux.
    so talk to you sysadmin, how to access windows folder in linux.

  • What is the "cores" directory at top level and their core.99999 files?

    At the top level of my Disk is a hidden directory called "cores".
    Within that directory are 105 files called "core.99999".
    The 99999 is a system assigned number?
    Each file is 380MB or very close, ie some are 381, some are 385.
    Each file of a particular size appears to arise in blocks of 8, 16, or 64
    My MacBook (early 2008) 4GB/750GB has been running slowly particularly when Safari builds up more than 3 Gb of Virtual Memory requirement.
    I found these files after a SuperDuper! backup showed about 40Gb less on the mirrored disk than on the inbuild system disk. I went searching with GrandPerspective and they appeared, beautifully arranged at top level of the disk, with the hidden cores directory at the same level as the System, Applications, Library and Users directories.
    I never saw these before in 10.6 Snow Leopard.
    Can I delete them manually, or via a procedure? They take up a lot of space.
    I am concerned they may be reason my MacBook pages VM very slowly as teh VM requirements of the programs I am running increases beyond 5 GB

    See https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages /man5/core.5.html for starters. FWIW, mine is empty. So, you should be able to delete these, just ensure that you leave the cores directory in place.

  • Invalid at the top level of the document in XML file

    Hi,
    I am sending an XML file (Which is generated by SAP) through mail to the receiver. When the receiver opens the file he is getting the below error. Kindly help me to rectify this error.
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/bnkrishnan/Desktop/X...
    Regards,
    Navaneeth...

    Hi guys,
    Could any one help me in this?
    Regards,
    Navaneeth

  • Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"

    Duplicating files on Top "Level" of HD in Yosemite stuck with PENDING and "X"-- which is incredible as it is happening on both my 2010 MBP-13" and my daughter's brand new MacBook Space gray:
    Go to the highest level on your hard drive --- where the SYSTEM and APPLICATIONS and USERS folders are located.  Now take any file or folder that is there (small or big) and click on it, the either choose "duplicate" or do cmd-d to make a duplicate of that file.  WHAT HAPPENS?
    For me-- the file duplicates but the icon has a progress bar image  along the

    I HOPE THIS HELPS people to see what I'm getting on the top level only:  Here are 2 images -- a before and after:  I have a very plain empty folder called "Test Folder 1 May 2015" in the first one (along with some other folders) and then in the second one you can see I duplicated that folder -- but it now has a progress bar and and "x" showing!  (Just the "duplicated" file - the one with copy in the name).  This is a screen shot (using "Totalfinder" if anyone is wondering).  Same with my daughter's new MacBook (and she has essentially nothing on it, is not using TotalFinder - but the same problem.  Hey, maybe it's not a problem, maybe it's a "feature" of Yosemite or just the way it treats root level folders now--- but I sure would like to get rid of this weirdness if possible without breaking the system!

  • Export Layers as Files: Top Level Layers and Layers Sets

    Is there a script that can do the following that ImageReady was capable of?
    File/Export Layers as Files/
    I know there is a script that can just export the layer as files, but what I want to do is export the "Top Level Layers and Layer Sets" so that I can send several layers grouped under a folder as one image.
    Thanks! - j

    Something like this should work:
    // enable double clicking from the
    // Macintosh Finder or the Windows Explorer
    #target photoshop
    // Make Photoshop the frontmost application
    app.bringToFront();
    // Start at the top of the layers stack and select each
    // layer in turn
    for (var i = 0; i < activeDocument.layers.length; i++) {
    activeDocument.activeLayer = activeDocument.layers[i];
    // Put all your processing functions... //
    duplicateSelectedLayers(activeDocument.activeLayer.name);
    var psdSaveOptions = new PhotoshopSaveOptions();
    app.activeDocument.saveAs( File( "~/Desktop/" + activeDocument.name + ".psd" ), psdSaveOptions);
    app.activeDocument.close(SaveOptions.DONOTSAVECHANGES);
    // ...in the area between these two comments. //
    function duplicateSelectedLayers(soParent){
    var id2277 = charIDToTypeID( "Mk " );
    var desc304 = new ActionDescriptor();
    var id2278 = charIDToTypeID( "null" );
    var ref144 = new ActionReference();
    var id2279 = charIDToTypeID( "Dcmn" );
    ref144.putClass( id2279 );
    desc304.putReference( id2278, ref144 );
    var id2280 = charIDToTypeID( "Nm " );
    desc304.putString( id2280, soParent );
    var id2281 = charIDToTypeID( "Usng" );
    var ref145 = new ActionReference();
    var id2282 = charIDToTypeID( "Lyr " );
    var id2283 = charIDToTypeID( "Ordn" );
    var id2284 = charIDToTypeID( "Trgt" );
    ref145.putEnumerated( id2282, id2283, id2284 );
    desc304.putReference( id2281, ref145 );
    executeAction( id2277, desc304, DialogModes.NO );

  • Storing files on top level a bad idea?

    Hi all,
    I was wondering if there is any problem with storing files on the top level of my Mac, the level that has the Applications, System, Library and Users folders. I know some apps will have issues if they or their components are installed here, but is this generally a bad idea?
    Thanks.

    is this generally a bad idea?
    No, but some backup software programs may not see them if they're put there. If you have more than one user account on the computer, the other accounts may not be able to save changes to them.
    (42205)

  • Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document.Line.

    Using Installation wizard to deploy SSIS packages from DEV server to QA server package store cause this error;
    Failed to load XML from the package file "" due to error 0xC00CE556 "Invalid at the top level of the document. Line 773, Column 93". This happens when loading a package and the file cannot be opened or loaded correctly into XML document.  This can be the
    result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.  Please who have the idea of how this issue can be resolved?BI Developer

    Hi ,
       for this Error one and only one solution 
    go to view Code, line number and Column number shown in error message,
    and Remove code from there till last and save it,  it happens when we are moving Package from one server to another server. and VS adds some lines of code at the bottom of package
    something like this 
    andles="1" allownudging="1" isannotation="0" dontautolayout="0" groupcollapsed="0" tabstop="1" visible="1" snaptogrid="0"&gt;
        &lt;control&gt;
          &lt;ddsxmlobjectstreaminitwrapper binary="00080000921400008c040000" /&gt;
        &lt;/control&gt;
        &lt;layoutobject&gt;
          &lt;ddsxmlobj&gt;
            &lt;property name="LogicalObject" value="{BBFB0E
    Remove this code and save package it will work.  
    hope this will help to Developers who are searching for same ......... :) 

  • Changing permissions on a top level public folder WITHOUT affecting the folders underneath it in Exchange 2007

    Hello everyone,
    We have a pubilc folder we woudl like to lockdown to just the IT techs, but we want eveything below to function as it normally has been.  We have several folders underneath this folder with various permissions for our end users that we dont want changed. 
    How would you change the permissions on a top level folder without affecting (propagating) the folders underneath it?  Also, If I go into the "Administration" tab of the properties of the top level Public Folder I see an option to
    make this folder available to: "All users with access permission" or "Owners only". Would it be as simple to select "Owners only" here or will that restrict the down level folders as well to just the owners?
    Thanks,
    John

    Hi,
    You use PFDAVAdmin to customize your permission level for mailbox and public folder. This is good tool which helped me a lot in most of the permission issue for PF and Mailbox. Follow the below article for more detail of PFDAVAdmin Tool
    http://www.nigelboulton.co.uk/2010/12/delegating-and-propagating-exchange-folder-permissions-using-pfdavadmin/
    Exchange Queries

  • Top level file :  iop.v   I need clock info.

    Can sun help me out about all the clock domaims present
    in Opensparc
    It would be of great help for me to time constrain all the paths
    properly
    I need the clock info. if the following modules are considered as
    top timing module
    OpensparcT1
    DRAM
    IOBDG
    JBUS

    Please refer to various documents available in the doc directory :
    1. OpenSPARCT1_DataSheet.pdf document describes the 3 clock domains
    in the chip (CPU, JBus, DRAM).
    2. OpenSPARCT1_DVGuide.pdf document describes the top level
    modules in the iop.v.
    UltraSPARC T1 Supplement to UltraSPARC 2005
    Architecture on the website describes
    various clock ratios available and how to program the clock ratios.

Maybe you are looking for

  • Powerbook G4 slightly bent in the middle

    OK, so I have my laptop on a little bag attached to the handle of my carryon at the airport. The carryon falls over, and it looks lilke the metal handle put a little bind in the middle of my G4. It's almost imperceptible, except when you close the la

  • Unable to use my CS6 app

    I am unable to access by CS6 subscription although it is paid for.

  • Applescript icon not bouncing

    I've recently purchased an iMac with OS10.4. The scripts from my previous machine using OS10.3.9 are working, but the applescript icon does not bounce when there is a problem running the script. I use the bounce to let me know when there is a problem

  • How to add...

    How does one add a streaming radio station to the list of stations included in iTunes. I can add the station to my local list, but I would like to get the station listed in the default list of stations.

  • Bit Depth Setting?

    I feel like I'm missing something that's very obvious-- sorry if I am. How do I set the bit depth for a new audio file? I want to create 24 bit audio files, but as soon as I create a new file, STP automatically makes it 16bit. The only setting I've s