Please Help -- Dynamic Text Wont Load :-(

Hi Gang,
I've just written a quick mail form in Flash8Pro/PHP - the
user enters their contact details & a message, and it sends it
off to the specified email address.
The feature works fine for the most part, but there's one
little problem. The dynamic text field that confirms the message
has been sent successfully isn't working properly. I'm using the
following php code to send dynamic text back to the flash document
saying the message has gone through OK:
print "sendresult=Message Sent!";
where sendresult is the name of the dynamic text field's
variable.
The strange thing is that the code works fine if the
sendresult dynamic text field is inserted into the main flash
document. It's only when I put the sendresult field into the movie
clip that holds the flash mail form (including the button with the
loadvariablesnum command), that the text won't update at all. I've
tried:
print "_root.enquirypage.sendresult=Data Sent!"
and
print "enquirypage.sendresult=Data Sent!", but neither of
those make any difference.
Any suggestions? Anybody know what's causing this problem?
Any help would be very very appreciated - I know I could probably
get around this by just setting the visibility of the dynamic text
field on & off when necessary and keeping it in the main flash
doc, but I'll be using this feature quite a lot and I'd really like
a proper/versatile solution. In case it's necessary, the
actionscript that sends the message off to the php is just:
loadVariablesNum ("form.php", 0, "POST");
Many thanks in advance gang,
- Jay

Your code loadVariablesNum ("form.php", 0, "POST"); will load
your variable sendresult in level 0 - the main timeline. If you put
the text field inside a movie clip it expects a local variable in
that movie clip.
Use _level0.sendresult or _root.sendresult as the dynamic
field's variable.
Or, instead of loadVariablesNum you could use loadVariables,
like this:
_root.enquirypage.loadVariables("form.php", "POST");
or, if you make the call from a button inside the movie clip:
this.loadVariables("form.php", "POST");
/uamg

Similar Messages

  • Please help. my ical wont load after upgrading to ios 10.7.5

    yesterday I upgraded to ios 10.7.5 and now my ical won't load. i press the ical button, it appears in the dock, the white dot next to it flashes for about 3 seconds and then the ical icon disappears without ever loading. Please help.

    yesterday I upgraded to ios 10.7.5 and now my ical won't load. i press the ical button, it appears in the dock, the white dot next to it flashes for about 3 seconds and then the ical icon disappears without ever loading. Please help.

  • Please help me, mail wont send!!! Please help me!!!!

    Please help me, mail wont send!!! Please help me!!!!
    I have not changed anything but today cant send mail!
    Any help would be most appreciated.

    Try deleting and recreating the account on the iPad.

  • Dynamic text not loading properly in web browser

    Please help - I have a dynamic text field in a movieclip
    inside a main movieclip - Loading works well within Flash and
    GoLive but once I load the file to the web browser the dynamic text
    no longer display - It loads undefined in the text box. However
    when I remove the movieclip from main movieclip text display no
    problem in browser.

    make sure to 'embed' the font, into the textField instance.
    select the instance on the Stage, look in the properties panel, and
    click the 'embed' button, skipping 'all' select the next four
    listings, and hit enter.

  • PLEASE HELP:not able to load a simple servlet

    Hi,
    I'm new to weblogic server.I'm trying to setup weblogic 510.Everything was
    going fine until I got stuck to this small thing.I'm not able to load a
    simple servlet!.
    I would appreciate any pointers regarding this.Please Help me!!!
    Here is what I tried:
    I have installed weblogic510 plug-in for IIS.I could successfully run jsp
    files.However I am not able to load simple servlets;It gave an exception
    "java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/FileSource from class
    weblogic/servlet/internal/WarClassFinder"
    Details of my configuration:
    WebServer - IIS 4.0
    IIS port=80
    Weblogic port=7001
    I had set it in such a way that all the requests first go to IIS and then
    IIS redirects them to Weblogic.I've followed the steps according to the
    document "Installing the Weblogic ISAPI Plug-in".
    I've registered the servlet in weblogic.properties as following:
    weblogic.httpd.register.hello=examples.servlets.HelloWorld2
    I tested the servlet by URL http://localhost:7001/hello
    Following is the eact text for the exception I got in the WeblogicServer
    window:
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Error loading
    servlet:
    examples.servlets.HelloWorld2
    java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/Fi
    leSource from class weblogic/servlet/internal/WarClassFinder
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
    a, Compiled Code)
    at
    weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
    r.java:110)
    at
    weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:381)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
    loadClass(RecursiveReloadOnModifyClassLoader.java:234)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
    calClass(RecursiveReloadOnModifyClassLoader.java:109)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:291)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
    java:164)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:99)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:742)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:686)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
    ContextManager.java:247)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    a:361)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
    Code)
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Ex
    ception
    I dont think there were any problems in the classpath or
    servletpath;Basically WeblogicServer was able to locate the servlet but when
    it tried to load the servlet it gave this exception.
    I would appreciate any ideas/suggestions.
    Thanks,
    Sravan

    Nice to hear it works!
    However, one mistake you have in the configuration you provided:
    You put D:\weblogic\BDL\servletclasses in both CLASSPATH and
    weblogic.class.path, remove it from CLASSPATH.
    Cheers - Wei
    Sravan Thella <[email protected]> wrote in message
    news:[email protected]...
    Hi Michael and Wei,
    Thank you very much for the response.
    My servlet details:
    Name - HelloWorld2.class
    package - examples.servlets
    Location - d:\weblogic\BDL\servletclasses ---- here BDL is my new folder
    where I want to keep my servlets
    My CLASSPATH(environment) settings:
    D:\weblogic\BDL\servletclasses;d:\weblogic\classes\boot;d:\weblogic\eval\clo
    >
    udscape\lib\cloudscape.jar;d:\weblogic\lib\poolorb.jar;D:\java\jre\lib\rt.ja
    r;
    my weblogic classpath settings(set it thru wlconfig)
    D:\weblogic\BDL\servletclasses;d:\weblogic\classes\boot;d:\weblogic\eval\clo
    >
    udscape\lib\cloudscape.jar;d:\weblogic\lib\poolorb.jar;D:\java\jre\lib\rt.ja
    r;
    My weblogic.policy:
    grant codeBase "file:d:/weblogic/-" {
    permission java.io.FilePermission "d:${/}weblogic${/}-",
    "read,write,delete,execute";
    permission java.net.SocketPermission "localhost:1-9000",
    "connect,accept,listen,resolve";
    permission java.awt.AWTPermission "accessClipboard";
    permission java.awt.AWTPermission "accessEventQueue";
    permission java.awt.AWTPermission "showWindowWithoutWarningBanner";
    permission java.io.SerializablePermission"enableSubclassImplementation";
    permission java.io.SerializablePermission "enableSubstitution";
    permission java.lang.RuntimePermission "accessClassInPackage.*";
    permission java.lang.RuntimePermission "accessDeclaredMembers.*";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "createSecurityManager";
    permission java.lang.RuntimePermission "defineClassInPackage.*";
    permission java.lang.RuntimePermission "exitVM";
    permission java.lang.RuntimePermission "getClassLoader";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "getProtectionDomain";
    permission java.lang.RuntimePermission "loadLibrary.*";
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.lang.RuntimePermission "readFileDescriptor";
    permission java.lang.RuntimePermission "setContextClassLoader";
    permission java.lang.RuntimePermission "setFactory";
    permission java.lang.RuntimePermission "setIO";
    permission java.lang.RuntimePermission "setProtectionDomain";
    permission java.lang.RuntimePermission "setSecurityManager";
    permission java.lang.RuntimePermission "writeFileDescriptor";
    permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
    permission java.net.NetPermission "requestPasswordAuthentication";
    permission java.net.NetPermission "setDefaultAuthenticator";
    permission java.security.SecurityPermission "getPolicy";
    permission java.security.SecurityPermission "setPolicy";
    permission java.util.PropertyPermission "*", "read,write";
    grant codeBase "file:d:/weblogic/BDL/servletclasses/-" {
    permission java.io.FilePermission
    "d:${/}weblogic${/}BDL{/}servletclasses{/}-", "read,write,delete,execute";
    permission java.net.SocketPermission "localhost:1-9000",
    "connect,accept,listen,resolve";
    permission java.awt.AWTPermission "accessClipboard";
    permission java.awt.AWTPermission "accessEventQueue";
    permission java.awt.AWTPermission "showWindowWithoutWarningBanner";
    permission java.io.SerializablePermission"enableSubclassImplementation";
    permission java.io.SerializablePermission "enableSubstitution";
    permission java.lang.RuntimePermission "accessClassInPackage.*";
    permission java.lang.RuntimePermission "accessDeclaredMembers.*";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "createSecurityManager";
    permission java.lang.RuntimePermission "defineClassInPackage.*";
    permission java.lang.RuntimePermission "exitVM";
    permission java.lang.RuntimePermission "getClassLoader";
    permission java.lang.RuntimePermission "createClassLoader";
    permission java.lang.RuntimePermission "getProtectionDomain";
    permission java.lang.RuntimePermission "loadLibrary.*";
    permission java.lang.RuntimePermission "modifyThread";
    permission java.lang.RuntimePermission "modifyThreadGroup";
    permission java.lang.RuntimePermission "readFileDescriptor";
    permission java.lang.RuntimePermission "setContextClassLoader";
    permission java.lang.RuntimePermission "setFactory";
    permission java.lang.RuntimePermission "setIO";
    permission java.lang.RuntimePermission "setProtectionDomain";
    permission java.lang.RuntimePermission "setSecurityManager";
    permission java.lang.RuntimePermission "writeFileDescriptor";
    permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
    permission java.net.NetPermission "requestPasswordAuthentication";
    permission java.net.NetPermission "setDefaultAuthenticator";
    permission java.security.SecurityPermission "getPolicy";
    permission java.security.SecurityPermission "setPolicy";
    permission java.util.PropertyPermission "*", "read,write";
    I dont know what is wrong here. In the weblogic.policy file,I tried
    differrent combinations but it never worked.
    I find weblogic documentation for troubleshooting to be pathetic.Notuseful
    at all.Documentation looks
    good to read ;not for practical purposes.I'm not sure whether others have
    similar opinion.
    I'm stuck at this thing for the past few days,I still have lot of work todo
    to purusue our management team to buy weblogic
    but I'm still stuck at this thing.
    Thank you very much for your time.
    Thanks,
    Sravan
    "Sravan Thella" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I'm new to weblogic server.I'm trying to setup weblogic 510.Everything
    was
    going fine until I got stuck to this small thing.I'm not able to load a
    simple servlet!.
    I would appreciate any pointers regarding this.Please Help me!!!
    Here is what I tried:
    I have installed weblogic510 plug-in for IIS.I could successfully runjsp
    files.However I am not able to load simple servlets;It gave an exception
    "java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/FileSource from class
    weblogic/servlet/internal/WarClassFinder"
    Details of my configuration:
    WebServer - IIS 4.0
    IIS port=80
    Weblogic port=7001
    I had set it in such a way that all the requests first go to IIS andthen
    IIS redirects them to Weblogic.I've followed the steps according to the
    document "Installing the Weblogic ISAPI Plug-in".
    I've registered the servlet in weblogic.properties as following:
    weblogic.httpd.register.hello=examples.servlets.HelloWorld2
    I tested the servlet by URL http://localhost:7001/hello
    Following is the eact text for the exception I got in the WeblogicServer
    window:
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Error loading
    servlet:
    examples.servlets.HelloWorld2
    java.lang.IllegalAccessError: try to access class
    weblogic/utils/classloaders/Fi
    leSource from class weblogic/servlet/internal/WarClassFinder
    at
    weblogic.servlet.internal.WarClassFinder.getSource(WarClassFinder.jav
    a, Compiled Code)
    at
    weblogic.servlet.internal.WarClassFinder.getClassSource(WarClassFinde
    r.java:110)
    at
    weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:381)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$Slave.
    loadClass(RecursiveReloadOnModifyClassLoader.java:234)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.findLo
    calClass(RecursiveReloadOnModifyClassLoader.java:109)
    at
    weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java, Compiled Code)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:172)
    at
    weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:146)
    at
    weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
    mpl.java:291)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
    java:164)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:99)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:742)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
    textImpl.java:686)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
    ContextManager.java:247)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
    a:361)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java,Compiled
    Code)
    Mon Jul 24 12:13:13 PDT 2000:<E> <ServletContext-General> Servlet failed
    with Ex
    ception
    I dont think there were any problems in the classpath or
    servletpath;Basically WeblogicServer was able to locate the servlet butwhen
    it tried to load the servlet it gave this exception.
    I would appreciate any ideas/suggestions.
    Thanks,
    Sravan

  • Dynamic text not loading

    Hello,
    I have a flash movie(cs4) that has dynamic text. I pulled the .swf into Dreamweaver cs4 and uploaded to the server but when the site is up and running it will not load (also some of the buttons won't work either). They are in the same file as the .swf so I'm not sure that the file locations are the issue. Does anyone know why they may not be loading. They load fine when testing in flash. Thanks you.
    Alicia

    The site isnt complete. There is a lot of templates from when I was in school and partial images- just for the sake of testing. www.atomlindesign.com
    I also need to fix other sizing issues and such. I am using Flash and DW CS4 the action script is 2.0 and my txt files, swf, and html files are in the same folder. I tried to publish my flash file into html file and upload to my server without using DW but it didnt work. So, I just pulled the swf into DW so I could have an html file to upload to server. I hope this makes sense. Thank you all for your help.

  • PLEASE HELP MY PHONE WONT TURN ON

    Last night I was walking in the rain and a bit of water may have got inside my phone, it was working fine whilst I was in the car, but when I got to my front door I threw it into my bag so it turned off.
    I left it about 20 minutes before I went back to it and I pressed the button to turn it on and I got the red light then the loading screen came up with the loading bar, the loading bar does not appear to move but the phone turns off after a couple of seconds and then repeats over and over again until I take the battery out, I tried taking the battery out many times and I'm still having the same issue.
    I tried again when I woke up this morning and still the same. But about 10 minutes ago when I turned it on the call, blackberry button, escape and escape and end call button started flashing then my phone started vibrating and then a white screen flashed and then it went off and went back to what it was doing before. 
    The bar moved slightly more then went off and hasnt done the same since.
    I have tried my brother battery and it does the same PLEASE HELP ME

    Hi and Welcome to the Community!
    I know it's been a bit since you posted this, but you never know.
    First off -- with moisture intrusion into a BB, the only thing that is predictable is that the results will be unpredictable. I've seen some come back with no problems, others never work again at all, and everything in between (e.g., work for a while before failing).
    Secondly, see this FAQ:
    http://www.blackberryfaq.com/index.php/Got_Your_Bl​ackBerry_Wet%3F
    It has recommended waiting periods that must be adhered to...no early checking. If the BB is not totally dry when it is powered on, that act can fry it...so waiting the full delay is critical.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Dynamic text wont show up in movie - as2

    basically i have dynamic text fields that i have been trying to parse to an xml file. when i test the movie it does not work, all the fields are blank. but the info DOES show up in the output tab, so i know that it is making the connection.... it just doesnt show up in the movie. weird.
    here is my actionscript:
    var xml:XML=new XML();
    xml.ignoreWhite=true;
    xml.onLoad=parseXML;
    xml.load("popup.xml");
    function parseXML(){
    trace(this);
        if (success)
            var diagramNode=this.firstChild;
            var infoNode=diagramNode.childNodes[0];
            var nameNode=infoNode.childNodes[1];
            var ssnumberNode=infoNode.childNodes[2];
            var descriptionNode=infoNode.childNodes[3];
            var stockNode=infoNode.childNodes[4];
            var priceNode=infoNode.childNodes[5];
            var typeNode=infoNode.childNodes[6];
            var qtyNode=infoNode.childNodes[7];
        else {
            content="oops, this stuff is confusing";
    and here is my xml:
    <?xml version="1.0" encoding="utf-8"?>
    <diagram>
        <config>
        </config>
        <info>   
            <name>
                Pedal Set With Toe Cage and Straps
            </name>
            <ssnumber>
                P01LEM14139
            </ssnumber>
            <description>
                Pedal set comes complete with both left and right pedals, toe cages and straps. Pedals have 9/16” shaft diameter where pedal threads into the crank arm.
            </description>
            <stock>
                Item is in stock
            </stock>
            <price>
                $15.95
            </price>
            <type>
                EA
            </type>
            <qty>
                1
            </qty>
        </items>   
    </diagram>
    thanks, -mitchell

    ok, i must have been doing it wrong. i ended up following a different tutorial and i rewrote it this way and it works great now!
    function processXMLData(success)
        if (success)
            var rootNode=this.firstChild;
            var nameNode=findNode(rootNode, "name");
            name=getValue(nameNode);
            var ssnumberNode=findNode(rootNode, "ssnumber");
            ssnumber=getValue(ssnumberNode);
            var descriptionNode=findNode(rootNode, "description");
            description=getValue(descriptionNode);
            var stockNode=findNode(rootNode, "stock");
            stock=getValue(stockNode);
            var priceNode=findNode(rootNode, "price");
            price=getValue(priceNode);
            var typeNode=findNode(rootNode, "type");
            type=getValue(typeNode);
            var qtyNode=findNode(rootNode, "qty");
            qty=getValue(qtyNode);
        else
            content="oops, this is hard";
    function getValue(node)
      if (node && node.firstChild)
          return node.firstChild.nodeValue;
      return "";
    function findNode(node, nodeName)
        if (node.nodeName==nodeName)
            return node;
        for (var i=0; node.childNodes && i<node.childNodes.length; i++)
            var foundNode=findNode(node.childNodes[i], nodeName);
            if (foundNode!=null)
                return foundNode;
        return null;
    var xmlData=new XML();
    xmlData.ignoreWhite=true;
    xmlData.onLoad=processXMLData;
    xmlData.load("popup.xml");
    stop();

  • Add dynamic text to loader

    Hello,
    I'm trying to get dynamic text to parent to a loader. I don't get any errors, but once I add the code(commented out below) the text that is rendered through the renderText function stops showing up. Any ideas?
    //input Text
    line1Label.text = "Line 1";
    inputTextOne.text = "Custom Text: Line 1";
    stage.focus = inputTextOne;
    inputTextOne.addEventListener(TextEvent.TEXT_INPUT, renderText);
    var hasText: Boolean;
    function renderText (evt:TextEvent): void
    inputTextRender01.text = inputTextOne.text;
    hasText = true;
        if(hasText == true)
            //.BGContain.addChild(inputTextRender01); //trying to add the text to the loader BGContain....

    Hi Ned,
    Thanks for the input and feedback. I was able to get this to work by adding a complete event listener. The text shows up now. However, I have some images and now this text that I am trying to save as a PDF with alive PDF. The PDF saves fine, but the entered text does not save along with the PDF file. Right now I have the pdf saving everything in "BGContain" but for some reason I can't see the text in the pdf.
    //input Text
    line1Label.text = "Line 1";
    inputTextOne.text = "Custom Text: Line 1";
    stage.focus = inputTextOne;
    inputTextOne.addEventListener(TextEvent.TEXT_INPUT, renderText);
    inputTextOne.addEventListener(Event.COMPLETE, textComplete);
    var textToBitmap: BitmapData = new BitmapData(inputTextRender01.width, inputTextRender01.height, true, 0x00000000);
    function renderText (evt:TextEvent): void
    inputTextRender01.text = inputTextOne.text;
    function textComplete(event:Event)
        BGContain.addChild(inputTextRender01);
        textToBitmap.draw(inputTextRender01, new Matrix());

  • Dynamic text doesnt load in container

    hey,
    like the headline says i have a problem wit a dynamic text which i load from a .php file
    Just in a container, if I load it on its own it works correctly
    example: www.borgball.at.tc (Gästebuch)
    www.borgball.at.tc/gaestebuch.swf
    its the same file both times.
    Structure: Main(root)-->container
    code:
    count = new LoadVars();
    this.onEnterFrame = function(){
        if(main.maxscroll > 1){
            main_balken._visible = true;
        }else{
            main_balken._visible = false;
    count.load("count_guestbook.txt?nocache="+new Date().getTime(), 0);
    count.onLoad = function(ok_1) {
        if (ok_1) {
            counter.text = this.zahlguestbook;
        } else {
            counter.text = "0";
    read = new LoadVars();
    //read.load("guestbook.txt?nocache="+new Date().getTime(), 0);
    read.load("auslesen.php?nocache="+new Date().getTime(), 0, "POST");
    read.onLoad = function(ok_2) {
        if (ok_2) {
            mainframe.htmlText = this.main;
        } else {
            mainframe.htmlText = "<b><br>Keine Einträge vorhanden!</b><br>Text konnte nicht geladen werden!";
    signal = 0;
    stop();

    this is the index.html page that i'm loading and it's not correct:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Powered by FlashVillage.com</title>
    <style type="text/css">
    <!--
    * { margin:0; padding:0; }
    html { height:100%;}
    body {
    height: 100%;
    overflow:hidden;
    .Stil1 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="index" align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="movie" value="index.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#000000" />
        <embed src="index.swf" quality="high" bgcolor="#000000" width="100%" height="100%" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
      </object>
    </body>
    </html>

  • TS1383 My iPod touch charging pins are broken, but it still charged, now, its dead and it wont! Please help! It wont charge!

    A few of my ipod touch pins were broeken, but it charged just fine, i had to keep it plugged in all the time though. Two days ago, even though it was plugged in, it died. Ive tried every outlet and cord, but it just wont charge. it turns on, the apple logo comes up, then it dies. it shows the dead battery sign once in a  while, but wont charge. i tred plugging it up to my computer last night to charge it, but it still didnt charge. please help me!

    my ipod touch its charger wont charge and i wanna know why it wont charge and how to fix it???????????

  • Please help--flash 9 wont download

    I am slowly realizing that there are a lot of things that
    require Flash Player 9. I have tried at least 15 times to install
    this, but everytime it pops up the security box, i click install,
    and the 'F' comes up with the spiral underneath. It goes away, the
    security box reappears, i click install, and the little boz where
    the 'F' was is empty, then it goes away, turning to quotation
    marks. Why wont it work? i am on my acocunt with administrative
    rights....please help! Thank you

    first, if your not using firefox, got to mozilla.com and get
    firefox. it the best browser there is and the add-ons that you can
    get to enhance it are the bomb. Next time you come across something
    that requires flash it will automaticlly download it.

  • Error code 3194 please help ıphone 4 wont restore,

    Hello everyone
    Having a problem with iphone 4 while trying to upgrade from 4.3.5 to 5.1.1.
    iPhone 4 wont restore!!!!!! it gives 3194 error.
    the phone is bought in Russia and there is no sim lock
    On the screen, it says connect to itunes
    please help what should I do?

    Errors 3000-3999 (3004, 3013, 3014, 3018, 3164, 3194, and so on): Error codes in the 3000 range generally mean that iTunes cannot contact the update server (gs.apple.com) on ports 80 or 443.
    Update to the latest version of iTunes.
    Verify the computer's date and time are accurate.
    Check that your security or firewall software is not interfering with ports 80 or 443, or with the server gs.apple.com.
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    An entry in your hosts file may be redirecting requests to gs.apple.com (see "Unable to contact the iOS software update server gs.apple.com" above).
    Internet proxy settings can cause this issue. If you are using a proxy, try without using one.
    Test restoring while connected to a known-good network.
    Error 3002: If you experience this error while updating an iPod touch (2nd generation) or iPhone 3G, please use the standard update or restore process in iTunes (click Update or Restore).
    Error 3014 may indicate that you need to free up more disk space on the computer before trying to restore again.
    Error 3194: You may not have the latest version of iTunes installed Update to the latest version of iTunes. If the issue persists, follow the steps above in "Unable to contact the iOS software update server gs.apple.com".

  • Please help, my ipod wont turn on some1 help

    heii every1 my ipod wont turn on heres wat happend,
    I got the ipod on christmas and transfed over 500 songs and photos. (by the way its the new 30GBvideo) and it was working fine, then my uncle got me the iBlast and it worked good, then i went 2 my friends house and i was raining, it gota lil wet but it was fine. i got 2 my friends house and it froze then i reset it and now it wont turn on, i left it on overnight and it been like a day and i wont turn on its so kool and i want it 2 work somebody please help me
    Thanx, Mike West
    eMachines 3882 1GBRAM, 80GB HD   Windows XP   DVD+/-R/RW, USB 2.0 and 2.80GHz

    Welcome to the discussions.
    iPod Won't Turn On
    JC

  • Please help, my computer wont acknowledge my ipod :(

    ok heres the story
    i got a new ipod mini yesterday as a replacement for my old one, i plugged it into the computer but it didnt acknowledge it at all. so i charged it up and tried again, still no luck, so i came onto the apple website and have tried just about everything they have said and nothings worked. but i think that maybe it is set for a mac computer and i dont have one, i tried to restore it, and it said to plug in the ipod, i did, but the computer wont acknowledge it so it cant be restored!!!
    what am i supposed to do???
    please please help me its driving me insane!
    Michelle

    Hi Musicboxdancer,
    Welcome to Apple Discussions
    If you don't have a Mac; it should be formatted for one. Did it come back with all your songs? You may want to look at...
    Knowledge Base Document #61711 on iPod missing in "My Computer" or in iTunes on Windows
    Knowledge Base Document #93499 on Windows confuses iPod with network drive and may keep iPod from mounting or songs may seem to disappear
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

Maybe you are looking for

  • Error Message F5 788 'Reconciliation account ... or short key ... is not pe

    'Reconciliation account ... or short key ... is not permitted'. Dear experts, When i try to perform a posting for lease in contract i get the above mentioned error message. I dont have a problem when in my contract i ve got only one condition entered

  • ITunes 8.1 doesnt recognize iPod Touch

    Ever since I upgraded my itunes to 8.1 it doesn't recognize my ipod. I even plugged in my friends ipod touch and it doesn't recognize his either. I have uninstalled itunes and reinstalled numerous times. restarted my cpu. shut it off for a day, but i

  • Downloaded applications in my iPad2 now doesn't work

    All my downloaded applications in my iPad2 now doesn't work, can somebody tell me what went wrong?

  • .dmg not opening in iPad

    Not able to install silverlight?   Is their any other ways view silverlight app?

  • Best Pen for taking notes on the twist

    Hi, I'm curious at what pen can be best used for taking notes on my Twist.  When I use OneNote it won't let me use my finger or the rubber tipped stylus to write with, but instead requires the use of the keyboard, very annoying when in class.  I've b