IE incorrect xml loading

IE incorrect xml loading

Hello

I built a Web site that contains two galleries flash on two separate pages.
Each of yesteryear .swf is supposed to call a separate xml, text, and images from loading.
The galleries work perfect when using Firefox-windows, mac-Firefox and Safari on my machine (macbook) and local
Galleries do not work under IE-windows, the problem being that it loads two galleries with the same xml file. (http://www.rvvrd.com/xml/data.xml)

http://www.rvvrd.com/vixens.html
http://www.rvvrd.com/XML/data.XML

http://www.rvvrd.com/thelawnew.html
http://www.rvvrd.com/law.XML

Any help is appreciated

Thanks in advance

It is virtually impossible to for what you say to occur.

Browsers are really quite stupid things, they do only that told them... now sometimes they're told is interpreted differently... but good enough browsers simply do what they're told.

So if you do something different from other browsers, first look to see he is told to do things differently, called a conditional statement IE.

So look for:


If NO IE, do.

So yes, you use a conditional statement of IE.

The problem with the second link is:


She is told to load:

value = "externalmedia/TheLaw.swf"

Both browsers do just what they were told to do.

And this isn't the .xml file that they load bad is the .swf file that is then loaded in their own country to load the .xml belonging to an individual .swf file

In order to get rid of the conditional statement, ALL the

Similar Questions

  • "XML load error: invalid xml declaration ', SV Version 11.1.2.2.300 (Build 070)"

    Hello

    One of our users of Smart View has a new problem with their link of SV.  Woking in an ad hoc network, they changed some descriptions/names defined around Member and then all of a sudden received the error "XML load error: invalid xml declaration" so they were unable to overcome this error - even after completely logging on the company portal and record then back in.  They would get to the point of choosing an application workspace to connect under the table of connections shared for establishing a new ad hoc connection, but then this error still appears.

    Any ideas/suggestions on a solution?

    Thank you!

    Classic mistake with SmartView. The problem is that one last refreshed point of view users are stored in tables. It is a double-edged sword (part Nice is that's effective/downside, it's that sometimes breaks).

    The solution to this problem is remote in the SQL database behind HFM. Expand Databases ""-> HYPHFM (or similar)-> Tables-> find your application_USERPARAMS-> right click and edit top 200 rows. Find that users "USERMBRSEL" and delete the record.

    This should reset the stored view and allow the user to continue normal.

    Confirm this that my diagnosis is correct is to check if this user can access another application with the smartview, because this error is application specific.

  • How to script instead of JPG files SWF files in the XML loader?

    I have a SWF (platform greensock.com) charger and a thumbnail image scroll under it made small image buttons. Each button image has a link that loads a SWF file into the SWF loader above. Here is the code for each button that loads the largest SWF in the charger above:

    Button3.addEventListener(MouseEvent.CLICK, Button3_PlayPopUp);
    
    function Button3_PlayPopUp(event:MouseEvent): void { 
        //setting the sourceVar
        sourceVar="3.swf";
        //making the SWFLoader load
        //as setting the soureVar after the SWFLoader is created won't do anything unlesss 
        //I also re-create the SWFLoader with the new sourceVar when the button is clicked
        loader_howToLoader2.url = sourceVar;
        loader_howToLoader2.load(true);
        
    }
    

    Then I decided to load all the button via the XML loader. I followed the tutorial on XML Chargers which deals with loading jpg images, and by assigning the URL links to them as follows in the XML file:

    <image src="appThmb_imgs/appThmb_imgs117x175/A-illuminatorUpLit_117x175.jpg" title="UpDownGlowingVase" url="http://www.888acolyte.com"/>
    
    

    and then in AS3 like this:

    var xmlLoader:URLLoader = new URLLoader();
    
    thisOne.link = imageList[item].attribute("url");
    
    
    
    function clickScrollerItem(e:MouseEvent):void {
     //trace("clicked item " + e.currentTarget.itemNum + " - visit url: " + e.currentTarget.link);
     var urlRequest:URLRequest = new URLRequest(e.currentTarget.link);
     try {
     navigateToURL(urlRequest);
     }
     catch (e:Error) {
     // handle error here
     trace(e);
     }
    }
    

    My question is: How can I ask for the code to every each small button thumbnail to load a larger image in the SWF loader above? I have to add something to the XML file or this way, it will never work with jpg images? URL in the adjustable XML source var (//setting the sourceVar), because they are all individual and somehow then apply taken SWL loader to load the game (//making load SWFLoader) as a standard somewhere in the AS3 code?

    Yes, you did.  I missed that.

    If you have used the link instead of urlString:

    function clickScrolleritem(e:MouseEvent):void {}

      loader_howToLoader2.url = MovieClip(e.currentTarget).link;
        loader_howToLoader2.load(true);

    }

  • Halo to the XML loading issue in ODI 10.1.3.5

    Hi gurus,

    I am creating the Oracle table XML file.
    Up to now, made the following

    1. in the topology, to connect to Oracle and XML technologies. Has also created the database server. For XML, validated successfully the XSD.
    2. in the reverse designer engineered XML elements in the table. Reverse engineering as well done to Oracle.
    3. in XML, 1 table got created its name as MASTER_XTEL (this is my root element). He followed columns
    MASTER_XTELPK, SNPSFILENAME, SNPSFILEPATH and SNPSLOADDATE.

    Developed an ODI interface to fill this area of transit of .with MASTER_XTEL pointing to an existing oracle schema.
    Configuration:
    MASTER_XTELPK - > 0 (executed on STG)
    SNPSFILENAME-> 1 column in a table holding file (run on CBC) name Oracle
    SNPSFILEPATH - > 1 column to an Oracle table taking into the path of the file (run on CBC)
    SNPSLOADDATE-> SYSDATE (run on STG)

    IKM: Add SQL to SQL

    Eexecution is a success, and exploiting, I see 1 inserted obtained record (my source of oracle table only has 1 row)
    So far so good.

    Now when I try to see this MASTER_XTEL inserted record by right click on it and view the data, it shows all the data. What I am doing wrong?

    If I want to create an XML file with
    CREATE XMLFILE < Filename > SCHEMA of THE < schema_name >

    I am getting following error:

    0: null: java.sql.SQLException: could not save the file C:/TEST_XML because a class java.sql.SQLException occurred and said: java.sql.SQLException: java.sql.SQLException: no keys found on table MASTER_XTEL

    Which I think is somehow related to the issue of data no. I don't know if.

    Can someone help me with this?

    Thanks in advance.

    Hello

    You can get information of
    http://SSB.Sewanee.edu/oradocs/OBIEE/integrate.1111/e12644/xml_file.htm
    http://SSB.Sewanee.edu/oradocs/OBIEE/integrate.1111/e12644/appendix_xml_driver.htm#CHDDJDHF

    I'm not sure of the XML loading demo. Maybe someone else can help with that.

    Thank you
    Fati

  • SmartView: XML load error: an invalid character was found in text content.

    Hello

    IM using hyperion 11.1.2.1 with SmartView installed with Office 2007. Many forms are works good about it, but we've entered data on a number of them recently and we are unable to open in SmartView either through the icon and menu options in the workspace or via the smartview Panel in excel 2007. The error we get is "XML load error: an invalid character was found in text content.".

    See you soon,.

    Imran

    Take a look at the Oracle Support - "SmartView XML load error:"Year Invalid character was found in text content"[968808.1 ID]".
    It may be the same problem you are having.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How to make so that the manufacturer wait xml load

    How can I get a builder waiting for that xml load before finishing (whereas if the class is instantiated, the next line of code is usable with xml). If I put a while loop, just stops the XML to load and crashes the program.


    puponpup,

    > The problem with this approach is not good object.
    >-Oriented programming.

    Huh? Why not? If your class mask hides the mechanism of waiting, it's
    a * good * thing.

    > There is not just one line I paused, I want all
    > program pause until this information is loaded.

    Why not have your class dispatches an event "load"?

    > It would be confusing for the user to see a page without
    > all content important to this topic and they might try to click on
    > away until the content is loaded later.

    I agree with that. So either write your class so that it does not load
    the XML itself - in other words, it was a full load XML
    example - or have it send an event when the XML that it load fully
    downloaded.

    > I need to be able to determine whether the xml content
    > loaded from outside the class so that I could so something like
    > cela and make sure that loadCalendarDesign() is not
    > called until its xml data loaded:

    Yes, sounds like a job for a custom event.

    Here is a small overview:

    http://www.quip.net/blog/2006/Flash/ActionScript-20/how-to-raise-events-EventDispatcher

    David Stiller
    Adobe Community Expert
    Dev blog, http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Photos turn incorrectly when loading in the widget gallery

    It's weird and I can't understand why - but photos turn all different ways when loading in a widget to the gallery.  Some are upside down or sideways, for example.  I opened all preview images before loading, and they are all right to the top as it should.  I can rotate the thumbnails individually but it will take forever, and that still leaves the lightbox images at full size in their State of incorrect rotation.

    I'm doing something wrong?  Is there something I can do to fix this or prevent it from happening?  I want to emphasize that it is only THE images, not all.  No real rhyme or reason as far as I can tell.

    Thank you!

    This happens often with photos of smartphone or table, if the device is held "incorrect" (= from left to right, right to left).

    Just try to re-save the images with an imaging software. There are applications that enable to reset the indicator of orientation within the image file.

  • How to end the xml loaded scroller consecutive pages?

    I have a wheel of an inch image on one of the pages, which is built by loading jpg via xml files in place.

    One that I navigates to another page, how can I make sure it disappears from the screen?

    The ID of the code here I used for the edification of the wheel:

    /////Parse XML
    //build scroller from xml
    function buildScroller(imageList:XMLList):void{
              trace("build Scroller");
    
              for (var item:uint = 0; item<imageList.length();item++) {
                        var thisOne:MovieClip = new MovieClip();
    
                        //outline
                         var blackBox:Sprite = new Sprite();
                        blackBox.graphics.beginFill(0xFFFFFF);
                        blackBox.graphics.drawRect(-1, -1, 62, 92);//-1,-1 places rectangle 1px left and up.62, 92 draws rectangle 1px wider on all sides of placed image dimenstions of 60x90
                        blackBox.alpha = thumbFadeOut;//setting Border Tweens
                        thisOne.addChild(blackBox);
                        thisOne.blackBox = blackBox;//setting Border Tweens
    
                          thisOne.x = thisOne.myx = (60 + padding) *item;//replaces the line above for scale tweenw roll over calculation. "myx" is a made up term which defines the position. 61 is the width of the thumb
                        thisOne.itemNum = item;
                        thisOne.title = imageList[item].attribute("title");
                        thisOne.link = imageList[item].attribute("url");
                        thisOne.src = imageList[item].attribute("src");
                        thisOne.alpha = 0;//makes all thumb images at alpha=0 before they are fully loaded
    
                        //Loading and Adding the Images
                        //image container
                        var thisThumb:MovieClip = new MovieClip();
                        //add image
                        var ldr:Loader = new Loader();
                        //var url:String = imageList[item].attribute("src");
                        var urlReq:URLRequest = new URLRequest(thisOne.src);
                        trace("loading thumbnail "+item+" into Scroller: " + thisOne.src);//url
                        ldr.load(urlReq);
                        //assign event listeners for Loader
                        ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,completeHandler_AppPopUps);//tells us when the loading is complete
                        ldr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, errorHandler_AppPopUps);//tells us if there are any typo errors when the loading is complete
                        thisThumb.addChild(ldr);
                        thisOne.addChild(thisThumb);
    
                        //create listeners for this thumb
                        thisOne.buttonMode = true;//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.CLICK, clickScrollerItem_AppPopUps);//makes boxes act as buttons
                        thisOne.addEventListener(MouseEvent.MOUSE_OVER, overScrollerItem_AppPopUps);//traces the title when the mouse is over the bounding box in the Output Panel
                        thisOne.addEventListener(MouseEvent.MOUSE_OUT, outScrollerItem_AppPopUps);//traces the title when the mouse is out the bounding box in the Output Panel
    
    
    
                        //add item
                        scroller.addChild(thisOne);
              }
              scroller.addEventListener(Event.ENTER_FRAME, moveScrollerThumbs);//adding movement on mouse position
              trace("termination of build scroller");
    
    }
    
    

    I've added comments and another line of code in order to avoid a problem if you were to use the same navigation code after that scrolling is deleted:

    remove the scroller.

    First.Setting the function which will remove the scroll and stop consuming resources.

    function removeScrollerF (): void {}

    {if (scroller)}

    scroller.removeEventListener (Event.ENTER_FRAME, moveScrollerThumbs);

    removeChild (scroller);

    scroller = null;

    }

    }

    in the second place. Add listeners for Web objects

    testDelete_mc.addEventListener (MouseEvent.CLICK, navF);

    third.  create listener for objects of navigation functions

    function navF(e:MouseEvent):void {}

    in each listener function, call the function that removes the scroll

    removeScrollerF();

    Add the navigation code

    gotoAndPlay ("howto");

    }

    ////////////////////////////////////////////////////////////////////// ///////////////

  • SWF with XML loader problem

    I have trouble getting my swf to load its xml a site data. It seems that the swf file is properly integrated if only for the fact that I can click on the invisible link, in another part of the site. However, the rest of the slide show does not start online but not locally. I checked to see if relative or absolute references are the problem, and it doesn't seem to change anything. Any help on fixing or cleaning of the code would be appreciated. www.diamondraindesign.com

    There is a a frame 1 of you ioError fla it does not find www.diamondraindesign.com/slideshow.xml

    Are you sure that the xml file is in the right place?

  • To access the data that is loaded by the XML Loader class

    Hi guys,.

    I have trouble accessing the data loaded by external class.

    Here is my code:

    Main class:

    package {}

    import flash.display.MovieClip;
    nucleus of import. XMLLoader;

    SerializableAttribute public class Main extends MovieClip {}

    var projectSetupMainMenuXML:Boolean = true;

    public void Main() {}

    If {(projectSetupMainMenuXML)
    var mainMenuXML = new XMLLoader ("menu.xml");
    }
    }
    }
    }

    XMLLoader class:

    package base {}

    import flash.display. *;
    import flash.events. *;
    flash.net import. *;

    public class XMLLoader {}
    private var mainMenu:XML;
    private var urlLoader:URLLoader;

    public function XMLLoader (mainMenuPath:String) {}
    var urlRequest:URLRequest = new URLRequest (mainMenuPath);
    urlLoader = new URLLoader();
    urlLoader.addEventListener (Event.COMPLETE, completeListener);
    urlLoader.load (urlRequest);
    }

    private void completeListener(e:Event):void {}
    mainMenu = new XML (urlLoader.data);
    e.target.removeEventListener (Event.COMPLETE, completeListener);
    }
    }
    }

    Now, I want to create another external class (called MainMenu) which will be launched from the main class.

    This class should create the menu based on the loaded XML class.

    My question is, how can I make use of the loaded content through the XMLLoader class within the class MainMenu XML?

    Thank you.

    I think you have to use XMLLoader as a singleton - with the properties and static methods. In this way, you can load XML only once and make available XMl data to any object in the application.

  • XML: loading from a file vs using AS

    The code below fails to load the mxl, but if I put the XML in a file and use
    < mx:XML id = "tempXML" source = "cuePoints.xml" / > "
    It loads. What must I do to make the XML to load from the inside of the mxml file?

    NO, DO NOT USE THE TEMPLATE TAG! which converts your beautiful XML in a hideous tree of dynamic objects. Don't, don't.

    Your problem is simply that you forgot to call the init() function. Call it since the event creationComplete on the Application tag and you will be fine.

    Tracy

  • Based on decision of the user XML loading

    Hello-
    I'm working on a Flash project which includes an introductory film, which - done - leads to a 'decision' screen when the user chooses what kind of 'visitor' they are. In other words, an introductory film will play and lead then to a screen with three choices: 'I am this', 'I am this' or 'I am that '.

    No matter what they choose, the region and the graphics they are taken to the is the same (a flash card with content pop ups of reversal). But, depending on what type of user, they have selected in the previous screen, the content will vary slightly on this map. I could have just three scenes for three different users using the same graphics card (but with a different content in each), but this seems like a waste. Is it possible to have the Flash card appear with the appropriate content based on the decision of the user to the previous screen?

    An example would be the following:
    User A look at the introductory movie and decides that they are "A visitor". They click this button and are taken to the Flash card their custom content (if all goes well charged via XML). User B watches the same movie intro, but this time choose 'user B '. They are taken to the same map and area (within the same scene or clip), but contains a slightly different content.

    Any help would be appreciated. Thank you!

    :

  • Incorrect XML content

    Hello

    Using HTTPService I read in an XML file containing hexadecimal values. However, it seems that Flex is trying to convert the numbers. Now she does not throw an error, but in the case of a value such as "660528E7" it turned into '6605280000000', which is not what I want.
    How can I prevent the Flex attempt to analyze any value in the XML file? It should just treat everything as a string.

    Kind regards
    Ruud

    What resultType do you use in your HTTPService? The default type of the object will interpret the results using the default XML decoder. You can either read the data as E4X, which will give you an XML object with all channels, or you can write your own decoder.

    Tim

  • Invalid xml declaration in MS word to xml loading

    Hello
    I want to develop relationships of eBusinessSuite with the XML editor. I build a competitor and I'm running to get the XML output. This output that I saved locally for use with MS Word to create model *.rtf. I'll show you the header of this file

    <? XML version = "1.0" encoding = "UTF-8"? >
    -<!
    Generated by the Oracle version 10.1.2.0.2 reports
    ->
    -< AR_TEST >
    -< LIST_G_1 >
    -< G_1 >
    < PERIOD_NAME > dec-95 < / PERIOD_NAME >
    < START_DATE > 1 December 95 < / START_DATE >
    < end_date > 31 December 95 < / end_date >
    < PERIOD_SET_NAME > accounting < / PERIOD_SET_NAME >
    Month < PERIOD_TYPE > < / PERIOD_TYPE >
    < NEW_PERIOD_NUM > 1 < / NEW_PERIOD_NUM >
    < / G_1 >
    -< G_1 >
    < PERIOD_NAME > Jan-96 < / PERIOD_NAME >
    < START_DATE > January 1, 96 < / START_DATE >

    When I use the utility add-in Office XML Publisher from MS Word 5.6.2 I get the following: xml declaration invalid (which seems to be in line 1 error)
    Can you tell me why?
    TIA,
    Aurel

    A fixed gaze and compare. The excerpt you posted looks like it's from XML in a browser rather than XML in a text file. If you have a good XML file, similar to what you're trying to use right now, do you see the extra dashes/hyphens before tags? Probably not.

  • TypeError: Error #1090: XML parser failure: element is incorrect.

    So I try to do a carousel 3D Vertical using Flash CS3, ActionScript 3, a program called TweenMax and XML. The site that I got a tutorial is a dead site, so no help there.

    Here is the error I get:

    TypeError: Error #1090: XML parser failure: element is incorrect.
    at outrageouslycooltitlescreennoerrors_fla::MainTimeline/xmlLoaded()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    And here is the actionscript code that I have:

    Import TweenMax
    Import gs.*;

    Path to the XML file
    var xmlPath:String = " " http://download139.mediafire.com/ugg079ku9srg/7h8ki2fbhti272b/cookies.XML ";

    Store the XML file in a variable
    var xml;

    Create a loader and load the XML. When finished, call the function xmlLoaded
    var loader = new URLLoader();
    Loader.Load (new URLRequest (xmlPath));
    loader.addEventListener (Event.COMPLETE, xmlLoaded);

    Call the function
    function xmlLoaded(e:Event):void {}

    Make sure that the variable is not null
    If ((e.target as URLLoader)! = null) {}

    Create a new XML object with the XML data that is loaded
    XML = new XML (loader.data);

    Call the function that creates the menu
    createMenu();

    }

    }

    Need to know how many items on the stage
    var numberOfItems:uint = 0;

    An array that contains all menu items
    var menuItems:Array = new Array();

    Set the focal length
    var focalLength:Number = 350;

    Set the vanishing point
    var vanishingPointX:Number = stage.stageWidth / 2;
    var vanishingPointY:Number = stage.stageHeight / 2;

    Calculate the angleSpeed in the ENTER_FRAME listener
    var angleSpeed:Number = 0;

    Radius of the circle
    var radius: Number = 128;

    This function creates the menu
    function createMenu (): void {}

    Get the number of menu items, as we have
    numberOfItems = xml.items.item.length ();

    Calculate the difference in angle between the elements of menu in radians
    var angleDifference:Number = Math.PI * (360 / numberOfItems) / 180;

    Use a meter to see how menus have been created
    var: County: uint = 0;

    Performs a loop over all the < button > < / button > nodes in the XML document
    for each {(var point: XML dans xml.items.item)}

    Create a new menu item
    var menuItem:MenuItem = new MenuItem();

    Calculate the angle of departure for the menu item
    var startingAngle:Number = angleDifference * count;

    Define an attribute "currentAngle" for the menu item
    menuItem.currentAngle = startingAngle;

    Position of the menu item
    menuItem.xpos3D = 0;
    menuItem.ypos3D = RADIUS * Math.sin (startingAngle);
    menuItem.zpos3D = RADIUS * Math.cos (startingAngle);

    Calculate the ratio of scale for the menu item; the further question, the ratio of scale
    var scaleRatio is focalLength /(focalLength + menuItem.zpos3D);.

    Scale of the item of menu according to the scale ratio
    menuItem.scaleX = menuItem.scaleY = scaleRatio;

    Position of the menu item to the stage (from 3D to 2D coordinates coordinates)
    menuItem.x = vanishingPointX + menuItem.xpos3D * scaleRatio;
    menuItem.y = vanishingPointY + menuItem.ypos3D * scaleRatio;

    Add text to the menu item
    menuItem.menuText.text = item.label;

    Add a variable "linkTo" for the URL
    menuItem.linkTo = item.linkTo;

    Say the text field do not intercept mouse events
    menuItem.mouseChildren = false;

    Affect the MOUSE_OVER, MOUSE_OUT, then click event for the menu item listeners
    menuItem.addEventListener (MouseEvent.MOUSE_OVER, mouseOverItem);
    menuItem.addEventListener (MouseEvent.MOUSE_OUT, mouseOutItem);
    menuItem.addEventListener (MouseEvent.CLICK, itemClicked);

    Add the menu item to the array of menu items
    menuItems.push (menuItem);

    Add the menu item to the stage
    addChild (menuItem);

    Assign an initial alpha
    menuItem.alpha = 0.3;

    Add a blur at the element
    TweenMax.to (menuItem, 0, {blurFilter: {blurX:1, blurY:1}});}})

    Update County
    Count ++;

    }

    }

    This function is called when a mouse is over an element
    function mouseOverItem(e:Event):void {}

    Interpolation of element properties
    TweenMax.to (e.target, 0.1, {alpha: 1, glowFilter: {color: 0xffffff, alpha: 1, blurX:60, blurY:60}, blurFilter: {blurX:0, blurY:0}});}})

    }

    This function is called when a mouse is over an element
    function mouseOutItem(e:Event):void {}

    Interpolation of element properties
    TweenMax.to (e.target, 1, {alpha: 0.3, glowFilter: {color: 0xffffff, alpha: 1, blurX:0, blurY:0}, blurFilter: {blurX:1, blurY:1}});}})

    }

    This function is called when the user clicks on an element
    function itemClicked(e:Event):void {}

    Navigate to the URL that is assigned to the menu item
    var urlRequest:URLRequest = new URLRequest (e.target.linkTo);
    navigateToURL (urlRequest);

    }

    Add a listener to EVENT_FRAME for animation
    addEventListener (Event.ENTER_FRAME, moveCarousel);

    This function is called in each frame
    function moveCarousel(e:Event):void {}

    Calculate the angular position mouseY speed
    angleSpeed = (mouseY - stage.stageHeight / 2) * 0.0002;

    To loop through the menu items
    for (var i: uint = 0; i < menuItems.length; i ++) {}

    Store the menu at a local variable item
    var menuItem:MenuItem = [i] menuItems like MenuItem;

    Update the current angle of the question
    menuItem.currentAngle += angleSpeed;

    Calculate a ratio scale
    var scaleRatio is focalLength /(focalLength + menuItem.zpos3D);.

    Scale of the element according to the scale ratio
    menuItem.scaleX = menuItem.scaleY = scaleRatio;

    Set of new 3D coordinates
    menuItem.xpos3D = 0;
    menuItem.ypos3D = radius * Math.sin (menuItem.currentAngle);
    menuItem.zpos3D = radius * Math.cos (menuItem.currentAngle);

    Update the coordinates of the element
    menuItem.x = vanishingPointX + menuItem.xpos3D * scaleRatio;
    menuItem.y = vanishingPointY + menuItem.ypos3D * scaleRatio;

    }

    Call the function that sorts the elements so that they overlap correctly
    sortZ();

    }

    This function sorts the items so that they overlap correctly
    function sortZ (): void {}

    Sort the table so that the element that has the highest
    z position (= further) is the first in the table
    menuItems.sortOn ("zpos3D", Array.NUMERIC |) Array.DESCENDING);

    Define the new index for the item children
    for (var i: uint = 0; i < menuItems.length; i ++) {}
    setChildIndex (menuItems [i], i);

    }

    }

    the problem is in your xml file.

Maybe you are looking for

  • iTunes has deleted all the album on my ipod classic art

    I am running Windows 7 version 12.1 iTunes and have not had any problems with synchronization until today when I synced my ipod classic and all my album artwork was wiped out. Anyone know why or how to get him back?  I thought a resynchronization of

  • Photos of webcam remove after 28 days of my pic folder

    I take a lot of photos with my built-in webcam...When I take them it comes up with the snapshot and I close and they record on my folder of photos but they suppress the pictures automatically after 28 days. How can I change this?Should I move the pho

  • HP G42 - 355 YOU: administrator password

    Request password for my laptop.The display shows - OFF the SYSTEM [67141896]

  • Entries

    I'm currently trying to create an entry with a flag.  However, I have problems to connect with labview because it is not a DAQ hardware.  I tried to use the instrument I/O assistant and measures and Explorer of automation without success.  Any ideas?

  • W7 runs on 6510 b with 1 GB RAM or better to move to 2 GB?

    I have a fleet of 6510 laptop computers b running XP.  I installed W7 32-bit on a test.  Works well.  I was wondering if 1 GB of additional ram will make a difference.