SetInterval and XML Load Problem

Hello,
I 'm having the simple problem of making sure the XML is
loaded before beginning the Interval sequence. Therefore it is
missing some of the XML data when loading. See example:
http://alt.coxnewsweb.com/statesman/img/advertising/_jacob/Site1/products.html
I tried a success boolean with the XML onLoad Handler, but my
setInterval stopped working. I could easily just not know how to
properly implement XML onLoad.
Can someone help me out with properly loading the XML
document before the setInterval is initiated.
Thank You - Jacob
Here is the Working Code of the example given...
//New XML Object
var mydata:XML = new XML();
//ignores formatting of XML files tabs, returns, ect.
mydata.ignoreWhite = true;
//Setup onLoad Function
mydata.onLoad = loadXML;
//Loads actual XML Data File
mydata.load("data.xml");
//setInerval Vars
var intervalId:Number;
var count:Number = 1;
var maxCount:Number = 20;
var duration:Number = 100;
//Thumbnail Position Vars
var originalx:Number = 20;
var originaly:Number = 55;
currentx = originalx;
currenty = originaly;
var i:Number = 0;
//Create Thumbnails Interval
function thumbInterval():Void {
//trace(i);
//Controls # of Thumbnails per line
if ((i % 5 == 0) && (i > 0)) {
currenty += 125;
currentx=originalx;
//Attatch Library MC
_root.attachMovie("thumbnailMC", "thumbnailMC" + i, 1000 +
i);
//Load Image, text, and position
_root["thumbnailMC" + i].thumbnailname =
mydata.firstChild.childNodes
.childNodes[0].firstChild.nodeValue;
_root["thumbnailMC" + i].textbox.productdescr =
mydata.firstChild.childNodes.childNodes[1].firstChild.nodeValue;
_root["thumbnailMC" + i]._x = currentx;
_root["thumbnailMC" + i]._y = currenty;
currentx += 130;
i++
if(count >= maxCount) {
clearInterval(intervalId);
count++;
intervalId = setInterval(this, "thumbInterval",
duration);

Please use the attach code option to post your code. bracket
i bracket is seen as italic by this forum.
And where is the loadXML function?
The xml is loaded when the onLoad event gets fired. Your
loadXML() is the place where you want to call a function that
initiates the interval.

Similar Messages

  • Data Services Fix Pack 12.2.1.2 issued to resolve XML loader problem

    We've had a few customers contacting us about the following error message:
    "The message type for datastore <my_ds> has not been set". Please notify Customer Support"
    Note that the text "<my_ds> will be the name of the XML loader you have in your dataflow.  This error occurs when you are adding a new loader to a dataflow that is an XML type. 
    The customers that have reported this issue were all building real-time jobs and the loader type was XML Message Target.
    In order to address this issue you will need to download and install the latest update which is 12.2.1.2.  The above issue was introduced in 12.2.1.1 (3.2 SP1).  You will ONLY have to install the client components (Designer) in order to address this issue.  no updates are necessary to the server side of the application to address this problem.
    An SAP Note has also been written up on this issue:  [1423045|https://bosap-support.wdf.sap.corp/sap/support/notes/1423045]
    Thanks,
    Ryan

    there is a connection timeout when trying to contact the laptop.the last lines it shows are:
    PCI: setting IRQ 0 as level-triggered
    ALI15X3: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x8080-0x8087, BIOS settings: hda: DMA, hdb:pio
    ide1: BM-DMA at 0x8088-0x808f, BIOS settings: hdc: pio, hdd: pio
    hda: IC25N060ATMR04-0, ATA DISK drive

  • XSLT and XML integration problem

    Hi there,
    Got a problem that I dont understand why its happening. I have an XML document (produced by the JDOM ResultSet Builder).
    And I run it through a stylesheet and the data comes up normally. When I now add the banner and navigation bar details to the stylesheet document leaving all the transformatio stuff the same, but there is no longer an output in my browser.
    Checking catalina.out shows a
    java.lang.nullPointerException
    which occurs just when Im about to do the transformation .....
    Transformer transformer = template.newTransformer();
    Any ideas why this is so.
    Many thanks
    JS
    Here's my code FYI
    XML
    <?xml version="1.0" encoding="UTF-8"?>
    <result>
         <entry>
              <StudentID>9917217</StudentID>
              <DCSCentralID>1</DCSCentralID>
              <FirstName>Jason</FirstName>
              <LastName>Smartt</LastName>
              <DateOfBirth>10 June 1976 00:00:00 o'clock BST</DateOfBirth>
              <TermTimeAddress>25 Oakwood Close, Burton, London</TermTimeAddress>
              <TermTimePostCode>SE5 3LS</TermTimePostCode>
              <PermanentAddress>15 West Wickham Road, Bromley</PermanentAddress>
              <PermanentPostCode>BR4 5TT</PermanentPostCode>
              <PermanentPhoneNumber>02074556789</PermanentPhoneNumber>
              <MobileTelephone>07987 654664</MobileTelephone>
              <EmailAddress>[email protected]</EmailAddress>
              <EntryQualifications>AAC</EntryQualifications>
              <YearOfEntry>1999</YearOfEntry>
              <YearOfGrad>2003</YearOfGrad>
              <CurrentStage>3</CurrentStage>
              <CandidateNumber>E08956</CandidateNumber>
              <LecturerID>TC01</LecturerID>
              <UCASCode>G4N2</UCASCode>
              <Photograph />
         </entry>
    </result>
    XSL Document
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0"
         xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
         <html>
              <xsl:apply-templates select="result/entry"/>
         </html>
         </xsl:template>
         <xsl:template match="result/entry">
         <head>
         <title>MyDetails</title></head>
         <body bgcolor="#FFFFFF">
    <table border="1" width="100%" height="82" cellspacing="0" cellpadding="0" bgcolor="#FFCC00" bordercolordark="#666666" bordercolorlight="#CCCCCC">
    <tr>
    <td width="22%" height="90" bordercolor="#0000FF" valign="middle" align="center"><!--mstheme--><font face="Arial, Arial, Helvetica">
    <h1 align="center"><i><font face="Arial Black" color="#000000">my</font></i><font face="Arial Black" color="#000000">DCS</font></h1>
         <!--mstheme--></font>
    </td>
    <td width="61%" height="90" bordercolorlight="#000000"><!--mstheme--><font face="Arial, Arial, Helvetica">
    </td>
    <td width="17%" height="90" bordercolorlight="#000000"><!--mstheme--><font face="Arial, Arial, Helvetica">
    </td>
    </tr>
    </table>
    <!--mstheme--><font face="Arial, Arial, Helvetica"><!--mstheme--></font>
                   <table border="0" width="100%" cellpadding="0" cellspacing="0" height="355">
                        <tr>
                        <td width="100%" colspan="2" bgcolor="#FFFF00">
                             <p align="center"><font face="Verdana"><b>MyDetails</b></font></p></td>
                        </tr>
                        <tr>
                        <td width="50%"><b>Personals</b></td>
                        <td width="50%"></td>
                        </tr>
                        <tr>
                        <td width="50%"><font face="Verdana">Student ID</font></td>
                        <td width="50%"><font face="Courier"><xsl:apply-templates select="StudentID"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%"><font face="Verdana">DCSCentralID</font></td>
                        <td width="50%"><font face="Courier"><xsl:apply-templates select="DCSCentralID"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%"><font face="Verdana">First Name</font></td>
                        <td width="50%"><font face="Courier"><xsl:apply-templates select="FirstName"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%"><font face="Verdana">Surname</font></td>
                        <td width="50%"><font face="Courier"><xsl:apply-templates select="LastName"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Date Of Birth</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="DateOfBirth"/></font></td>
                        </tr>
                        <tr>
                             <td width="50%" height="21"></td>
                        <td width="50%" height="21"></td>
                        </tr>
                        <tr>
                        <td width="100%" colspan="2" height="21"><b>Address Information</b></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Term-Time Address</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="TermTimeAddress"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Term-Time Postcode</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="TermTimePostCode"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Permanent Home Address</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="PermanentAddress"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Permanent Home Postcode</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="PermanentPostCode"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Permanent Phone Number</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="PermanentPhoneNumber"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"></td>
                        <td width="50%" height="21"></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><b>Contact Details</b></td>
                        <td width="50%" height="21"></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Mobile Phone Number</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="MobileTelephone"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Email Address</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="EmailAddress"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"></td>
                        <td width="50%" height="21"></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><b>Academic Information</b></td>
                        <td width="50%" height="21"></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Entry Grades</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="EntryQualifications"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="20"><font face="Verdana">Year of Entry</font></td>
                        <td width="50%" height="20"><font face="Courier"><xsl:apply-templates select="YearOfEntry"/></font></td>
                        </tr>
                        <tr>
                             <td width="50%" height="21"><font face="Verdana">Year of Graduation</font></td>
                        <td width="50%" height="21"><font face="Courier"><xsl:apply-templates select="YearOfGrad"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><font face="Verdana">Current Stage</font></td>
                        <td width="50%" height="21"><font face="Courier"><xsl:apply-templates select="CurrentStage"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><font face="Verdana">UCAS Code</font></td>
                        <td width="50%" height="21"><font face="Courier"><xsl:apply-templates select="UCASCode"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><font face="Verdana">Candidate Number</font></td>
                        <td width="50%" height="21"><font face="Courier"><xsl:apply-templates select="CandidateNumber"/></font></td>
                        </tr>
                        <tr>
                        <td width="50%" height="21"><font face="Verdana">Tutor Code</font></td>
                        <td width="50%" height="21"><font face="Courier"><xsl:apply-templates select="LecturerID"/></font></td>
                        </tr>
                   </table>
         </body>
         </xsl:template>
         <xsl:template match="StudentID">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="DCSCentralID">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="FirstName">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="LastName">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="DateOfBirth">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="TermTimeAddress">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="TermTimePostCode">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="PermanentAddress">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="PermanentPostCode">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="PermanentPhoneNumber">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="MobileTelephone">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="EmailAddress">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="YearOfEntry">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="YearOfGrad">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="CurrentStage">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="UCASCode">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="CandidateNumber">
         <xsl:value-of select="."/>
         </xsl:template>
         <xsl:template match="LecturerID">
         <xsl:value-of select="."/>
         </xsl:template>
    </xsl:stylesheet>
    Thx again.
    J

    Thanks dvohra
    But in my servlet, I already have the transformer factory defined as follows
    public class JDOMServlet extends HttpServlet {
         private TransformerFactory tFactory = TransformerFactory.newInstance();
         private ResultSet rs = null;
         private StreamSource xsltSource;
         private Templates template;
         public void init(ServletConfig config) throws ServletException {
              super.init(config);
              ServletContext ctx = config.getServletContext();
              try {
                   //Want to cache the stylesheet for future resuse
                   //then it doesnt have to be loaded constantly
                   URL xslURL = ctx.getResource("/WEB-INF/viewStudentDetails.xsl");
                   System.out.println(xslURL);
                   xsltSource = new StreamSource(new java.net.URL(xslURL.toString()).openStream());
                   //xsltSource = new StreamSource(ctx.getResourceAsStream("/Web-inf/viewStudentDetails.xsl"));
                   template = tFactory.newTemplates(xsltSource);
              catch (Exception e) {
                   e.printStackTrace();
    I think the key point is that, this transformation servlet worked fine, when all it was outputting was the xml data, styled in a table. As soon as I enter more table info, (i.e. for the banner and navigation bar), the null pointer exception pops up.
    ....a lost and puzzled jase....
    Thanks again.
    JS

  • Help needed with Java 1.4 and xml Runtime problem

    I am working on a java 1.3 and JAXP1.1 written code. Now I want to compile and run it using J2SE 1.4. Here are the import statements from the existing code.
    import org.xml.sax.*;
    import org.xml.sax.helpers.DefaultHandler;
    import org.xml.sax.Locator;
    import javax.xml.parsers.SAXParser;
    import javax.xml.parsers.SAXParserFactory;
    import org.xml.sax.Attributes;
    import org.xml.sax.XMLReader;
    import org.xml.sax.InputSource;
    import java.sql.*;
    import java.net.*;
    import java.io.*;
    When I run the existing(using java 1.3 and Jaxp1.1) code I have to include the files crimson.jar and jaxp.jar in the windows 2000 CLASSPATH and works fine.
    But when I compile and run it using J2SE 1.4 which has the built in support for the saxp, I thought that I don't have to specify any CLASSPATH for the new 1.4 so I don't specify any Classpath and it gives me the Microsoft "ClassFactory cannot find the requested class" error which means that even thought the new java 1.4 has the xml classes as libraries yet it still requies some .jar files to be listed in the CLASSPATH.
    If I am right then what path will work(i.e what jar class I need to add to the CLASSPATH).
    Thanks for your help.
    RA.

    Thanks for your reply,
    I think I didn't specify when the error occurs. The ClassFactory related error occurs when I run the program, it compiles without any error.
    From what I understood somewhere in the java 1.4 docs, that the new 1.4 has the xml libraries built in by default so one doesn't need to give the classpaths just like we don't give any CLASSPATH for using swing and many of the other java packages. That is one thing.
    Second thing is that I also tried to use the java_xml_pack-spring02 and java_xml_pack-summer02; but non of them include the crimson.jar and the jaxp.jar files in them which are the 2 .jar files that makes the program run fine when used under the java 1.3 with combination of the jaxp1.1(which was downloaded seperately and then the CLASSPATH for it was set.).
    Can you please help what .jar files do I need to use instead. I tried to use the ones that the new java_xml_pack-spring02 and java_xml_pack-summer02 has for the jaxp in them.
    Thanks again.
    RA

  • User Defined Fields/ XML loading problem

    hai,
    1. i can able to create user defined fields , but i need my fields are in UNIUQE KEY how can i achive through the
    VB Code. ?
    2. I load a XML form but i cant able to make it as fixed single form, or deactivate the minimize / maximaze button , how can i achive it through the VB Code?
    regards
    Thiru

    I don't think you can disable the min max button, but you can just remove them
    The following XML create a form that can't be Resize, maybe it can help you.
    <?xml version="1.0" encoding="UTF-16"?>
    <Application>
      <forms>
        <action type="add">
          <form AutoManaged="0" BorderStyle="6" FormType="60007" ObjectType="-1" SupportedModes="15" appformnumber="" client_height="119" client_width="60" color="0" default_button="" height="121" left="0" mode="1" pane="0" title="Toolbar Like" top="0" type="6" uid="Try" visible="1" width="160">
            <datasources>
              <dbdatasources>
                <action type="add" />
              </dbdatasources>
              <userdatasources>
                <action type="add" />
              </userdatasources>
            </datasources>
            <Menus />
            <items>
              <action type="add">
                <item AffectsFormMode="1" backcolor="-1" description="" disp_desc="0" enabled="1" font_size="0" forecolor="-1" from_pane="0" height="21" left="112" linkto="" right_just="0" supp_zeros="0" tab_order="0" text_style="0" to_pane="0" top="0" type="100" uid="Line1" visible="1" width="1">
                  <AutoManagedAttribute />
                  <specific />
                </item>
              </action>
            </items>
            <FormMenu />
            <DataBrowser />
          </form>
        </action>
      </forms>
    </Application>

  • Raw and vista  loading problem

    I have loaded the trial version of cs 2 on my laaptop with vista ultimate, downloded all the latest updates for cs2, bridge, and raw place the raw plugin in the program/commonfiles/adobe/plugins/cs2/fileformats and sti;ll I cannot see any raw images when I open bridge browser in cs2. . . any suggestions?

    It sounds like you are doing things correctly.
    Go into Photoshop, select the Help menu and select About Plugins and make sure the Camera Raw plugin is listed there. Let us know what it says there.
    Also let us know what camera your raw files are from, and if they were already on the PC when you installed the Camera Raw update.

  • Problem: codebase, jar and image reloading problem please help!

    Hi Java Gurus,
    I have written an applet that extends JApplet for viewing webcam. In order to reduce the download time I put my classes into a doorcam.jar file. The following is my <applet> tag in my html file.
    <applet code="CameraApplet.class"
    archive="doorcam.jar"
         codebase = "webcam/classes"
         width="375" height="475">
    <param name="imagePath" value="http://judge/webcam/images">
    <param name="webCamImage" value="door.jpg">
    <param name="COMPort" value="COM2">
    <param name="frameRate" value="10"> <!-- could not exceed more than 10-->
    <param name="host" value="judge">
    </applet>
    The fist problem is that my class file does not get loaded from the jar file if i provide the "codebase" attribute as above. Instead the browser load every single class file from the webserver. This has some problem too. Coz the browser sometimes just thorough NullPointerException or ClassNotFoundException. After much of debugging I found out that the problem is the IE browser which seldom fails to load classes or image file from the server. If i referesh the browser the applet and all its classes loaded successfully and runs smoothly. This behaviour never occurs when running with "appletviewer".
    I wanted all my classes to be loaded from my jar file. After much of trial and error I found out that if i remove "codebase" attribute the browser loads the classes from my jar file and applet loads very fast. This is where the second problem comes in. The browser does not reload my webcam image file so that the webcam become alive with live images, like before.
    If I run on "appletviewer" everything works fine my web cam is displayed properly. But in IE browser the image does not get reloaded when I refresh my image to give live to my webcam display. The refresh method is given below.
    private void refresh(final URL url) {
    Image webCamImage =getImage(url);
    webCamImage.flush(); // flush out the previous image
    webCamImage = getImage(url); // get a new image
    webCamImageIcon.setImage(webCamImage); webCamImageIcon.paintIcon(webCamLabel, webCamLabel.getGraphics(), 15, 15);
    When I add the "codebase" attribute back, the image gets reloaded for every refresh() and everything works fine. But the classes are also loaded from the server. And occasionally also suffers Class loading and image loading problem. As I presented earlier, when I do refreshing in the browser everything gets loaded and the applet function correctly with web cam displaying very well.
    The problem is so strange that I could not find any way to solve it.
    It would be a great help to me if somebody provide me some work around to the problem.
    I tested on Windows 2000, Windows XP, IE 5.5, IE 6 with J2SDK 1.4.0.
    Thank you all very much in advance.
    best regards,
    Judge

    Thank you so much for the suggestions. I did tried the way u suggested. The problem still the same.
    I think its the problem between IE browser and Java Plug-in.
    I which SUN would find these incompatibilities and solve these problems.
    I even tried using java SDK and plug-in 1.4.1 it even worst. It can't even load an applet. And it does not show any loading messages nor any error messages. It just show a cross sign on the upper left coner.
    I would be so glad, if Sun would try to eliminate the inconsistancies such as caching, loading, initializing etc between browser and its Java plug-In. For example, applets behave well in appletviewer and behave unpredictably in browser environment.
    I have seen so many people in the forums with all sorts of problems because of this.
    Right now I m desperately looking for work around to my problem.
    If somebody would provide me with the solution to my problem it would be a great help to me.
    thank you all so much.
    best regards,
    Judge

  • Xml loading and empty elements

    Hi,
    I'm having problems with Flex and xml data.
    I've created an app to edit pre-existing xml files or create new xml files, which are then saved out.  The xml node structure is defined (and cannot be changed as it's widely used across the company and it's associates).
    The problem is that as soon as the xml is loaded using a URLLoader class, any xml nodes that are empty are changed from:
    <nodename></nodename>
    to
    <nodename />
    This is how the data is traced out / saved, but this is useless to me as I need to keep the existing structure as the file may be edited outside of the app.
    Is there a way to prevent the xml data from being changed in this way?  Adobe's own documentation even says:
    'If an element contains no content, it can be written as an empty element (sometimes called a self-closing element). In XML, this element:<lastplayed/> is identical to this element: <lastplayed></lastplayed>'.
    In which case, why does this get re-written all the time?
    If anyone can help with this I'd be really grateful, as I just can't find a way to solve this.
    Thanks,
    ferdyferret

    Is there really no answer to prevent this then?
    ferdyferret

  • Problems with reports and XML-publisher - No XML

    Hi!
    I'm having a problem with Apps and XML-publisher. I made a report file, which queries some views. When executing in reports, I get all the data I expect.
    Now, when I upload the reportfile to Apps and let it generate XML, my xml-file is empty (well, almost empty)
    <?xml version="1.0" ?>
    <!-- Generated by Oracle Reports version 6.0.8.27.0 -->
    <T03501684>
    <LIST_G_PERSOON>
    <LIST_G_PERSOON />
    </T03501684>
    Anyone who can shed any light upon this problem?

    OK, finally solved the problem... A good night's sleep always helps ;).
    After just trying each queried table one after an other, I found the problem:
    The difference between Oracle Apps (Dutch locale) and the reports builder (English) is the language... And our functional people have changed some names, but the Dutch ones, leaving the english names in place and one of the tables I query has language specific data, which is also appears in a where clause.

  • Version 3.6.6 and Internet explorer will not load sites, so I reloaded the older 3.6.3 of firefox and websites load fine. Internet Explorer still will not load. The error message corresponding with 3.6.6 was that there were problems with the proxy serve

    Upgraded to 3.6.6 and no sites loaded, error in proxy server. Internet explorer will not load either. Reloaded firefox 3.6.3 and sites load fine, but internet explorer still will not load. I was only able to connect to yahoo messenger when websites were not loading.
    == This happened ==
    Every time Firefox opened
    == I upgraded to 3.6.6

    I have a problem with Firefox loading. It will not load and it says Firefox is using a proxy that refuses connection. Check with your network administrator. How do I get Firefox to work. I've uninstalled it and reinstalled it twice. Any help would be great thanks.

  • Making a call over HTTPS with LoadVars, XML.load(), and WebService - Yes or No?

    Hello, do LoadVars, XML.load(), or WebService support HTTPS-based endpoints, Yes or No?
    BACKGROUND
    ============
    I've been trying to get a LoadVars to actually make a call to an HTTPS endpoint. There is nothing in the documentation that says it can't. I know that there's also XML.load() and WebService class, but from the looks of it they don't do HTTPS.
    During my tests I have absolutely no issues with making calls to the same service over HTTP. When I change it to HTTPS I don't see HTTPStatus or even failures. Also, netstat on my server will show a connection being established with the endpoint when using HTTP but not when using HTTPS. I've also tried setting SSLVerifyCertificate to "false" in my Server.xml and after a restart of AMS it doesn't help, same symptom.
    I've also googled and looked through all Adobe forum posts that I can find:
    https://forums.adobe.com/message/4938426#4938426
    https://forums.adobe.com/thread/1661461
    https://forums.adobe.com/thread/782037
    https://forums.adobe.com/message/74981
    https://forums.adobe.com/message/5107735#5107735
    https://forums.adobe.com/message/7815#7815
    https://forums.adobe.com/message/53870#53870
    https://forums.adobe.com/message/87797#87797
    WebService Class - http://stackoverflow.com/questions/5619776/webservice-and-fms
    The best I found from the posts above is a non-commital answer from adobe staff at https://forums.adobe.com/message/4938426#4938426 and a 3rd party person saying that Webservice doesn't work at http://stackoverflow.com/questions/5619776/webservice-and-fms.
    All I need is an official supported/not-supported from the Adobe staff. Shouldn't be to hard after 5 years or so of ignoring the questions in the forum right?

    Adobe, please provide some details to your current and possibly potential customers, in at least one of the many unanswered posts about making HTTPS requests from AMS.
    P.S.
    realeyes_jun,
    RealEyes Media has been an inspiration to me for many years, and I would like to thank them for their efforts to better the media streaming community.
    Also, would it be possible to please release the source to REDbug?

  • Progressbar and loader problem with IE

    Hello there,
    well, in my project i have been using the loader and the
    progressBar components. (actionscript 2).
    the loader and the progress bar placed on the "main.swf" and
    its loading an external ".swf's". I am a mac user, so i was testing
    the movie on "fireFox" and on "Safari" everything is working well.
    but, when i was viewing it on "Internet Explorer" any of the
    progress bars didn't appeared and the functions that relates to the
    "on(complete)" state, doesn't happen.
    if anybody recognize this problem, please leave me directions
    to solve this. so frustrating. thanks allot, asi.

    I can confirm this seems to be a problem for me also. I have
    used multiple instances of the Loader component in various sites
    recently (AS2) and they all have issues in IE7. I managed to narrow
    one problem down to the fact the .progress listener wouldn't work.
    I'm having to rip out all instances of the Loader component
    and replace it with the MovieClipLoader class as a fix until
    someone can shed some more light on this...

  • XML loader and UTF-16 - throws Content is not allowed in prolog

    Hi,
    Our ECC system is updated to unicode system recently. Now the iDoc downloaded from ECC is having a tag <?xml version="1.0" encoding="utf-16"?>.
    The XML Loader in the transaction throws an exception "Cannot perform action on XML document Content is not allowed in prolog. Exception: [Content is not allowed in prolog.]". If I change the encoding manually as "utf-8" and executing the transaction, it is working fine.
    Please let me know how to solve the issue.
    Thanks,
    Raman N

    Where should I enhance the webservice to make it able to handle zipped XML documents? Shouldn't take the AXIS library take care of this automatically?
    This is the web.xml document I use.
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>
    NDW2</display-name>
    <servlet>
    <display-name>
    Apache-Axis Servlet</display-name>
    <servlet-name>AxisServlet</servlet-name>
    <servlet-class>
    org.apache.axis.transport.http.AxisServlet</servlet-class>
    </servlet>
    <servlet>
    <display-name>
    Axis Admin Servlet</display-name>
    <servlet-name>AdminServlet</servlet-name>
    <servlet-class>
    org.apache.axis.transport.http.AdminServlet</servlet-class>
    <load-on-startup>100</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>/servlet/AxisServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>*.jws</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>AxisServlet</servlet-name>
    <url-pattern>/services/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>AdminServlet</servlet-name>
    <url-pattern>/servlet/AdminServlet</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    </web-app>

  • Have been running version 4 for a week without problems. Today, downloaded MS live security update, and have had problems since. when I click on a favorite site, it takes 20 to 40 seconds before the page load's and the same if I click a link on the page.

    been running version 4 for a week without problems. Today, downloaded MS live security update, and have had problems since. when I click on a favorite site, it takes 20 to 40 seconds before the page load's.'''bold text'''

    http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • Load assets and xml

    I am trying to add games to a Flash file. They are in different folders and the assest and xml information is not coming with it? I get the error : "[BulkLoader] Error loading LoadingItem url: images/, type:text, status: error Error #2032: Stream Error. URL: file:///G|/%2D%2DWORK%2D%2D/Gilcrease%20Projects/Kravis/images/
    Here are the files I need to load into the main file. Please help. Thank you in advance!
    Angela

    As mentioned, the very first SWF that is loaded will set the file path. That means every single call to load an external file from that point on will come from the location of the very first SWF.
    If the first SWF loads another SWF, that other SWF needs to know this so it properly requests files in the right location.
    Example file structure:
    Main.swf
    MatchingGame\MatchingGame.swf
    MatchingGame\images\a.png
    Say Main.swf loads MatchingGame\MatchingGame.swf. Now the root is set to the path of Main.swf. If MatchingGame\MatchingGame.swf wants to load the a.png, it cannot do this:
    var img:Loader = new Loader();
    img.load('images/a.png'); // FAIL
    It must be loaded as though it was Main.swf. The full relative path to a.png is MatchingGame\images\a.png. So MatchingGame\MatchingGame.swf must do this:
    var img:Loader = new Loader();
    img.load('MatchingGame/images/a.png'); // SUCCESS
    Hopefully this illustrates that paths will always originate with the first loaded SWF, which was Main.swf in this example.

Maybe you are looking for

  • Is it possible to nudge by sample multiple regions at once

    As you guessed I need to line up (sync up) a group of tracks in the arrange window to one stereo mix track. There is a duplicate of the stereo mix that is in sync with the group of tracks. In the arrange window I can get pretty darn close by tic, but

  • Cloning Option in BI apps

    Dear All, I am bit curious regrading cloning of BI domain. I heard some where that in BI apps 11.1.1.7.1 onwards cloning of BI domain is possible. I mean to say If i have setup my dev instance and now want to create SIT then i can easily clone the de

  • Where can I download Apeture 2

    I having been trying to get Aperture 3 to work all night but no luck, every solution still leaves corrupted images. (they appear in the browser but vanish or combine with other images when I open them) I need to get back to a working program ASAP, wh

  • What is difference between Oracle Application Server and OC4J

    Thanks in advance Regards Sunil

  • Hi gurus problem. in table creation

    i have to create field  ESTIMATE_STATUS in Ztable  values allowed only UPPERCASE .   the allowed values are for the field are    PENDING, ACTIVE, CLOSED . how to do it. 2 nd requirement:     is i have to create filed ESTMATE_NBR  the values for the f