Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default getNetText

    Hi...

    Does getNetText have to have a full url for the parameter?

    I want to use it in a shockwave movie but I want the text to just sit next
    to the dcr. I would have figured that could be a relative path. But,
    getNetText("data.xml") doesn't work. In debugging, the netID gives me
    errors of 5, 7, 9 etc. when I do getNetText(the moviepath & "data.xml").
    Any tips?

    thanks,
    Mike


    Michael Mendelsohn Guest

  2. Similar Questions and Discussions

    1. getNetText vs. goToNetPage
      Hi Does anyone know if there is any difference in behaviour when using "mailto:" to invoke default email client.? - IRG
    2. getNetText and a DCR
      Hi Friends, I am using the getNetText command to prefill a text field into a shockwave file. When I run the commands in Director 8.5, it works...
    3. waiting for getNetText
      Hi I've been having some problems with getNetText. I'm building a shockwave glossary that calls the list of terms from a text file and the...
    4. getNetText - what port does it use?
      Hello, A firewall is preventing a client from web features using getNetText. But what port does getNetText use? I assumed 80, but the client...
    5. getNetText and 127.0.0.1
      I'm trying to get some data from some php scripts using getNetText from a projector or authoring in director. If I do the query to a remote web...
  3. #2

    Default Re: getNetText

    > Any tips?

    Have you tested it from a real web server (Apache, IIS etc.) rather than just
    locally?

    Andrew

    Andrew Morton Guest

  4. #3

    Default Re: getNetText

    > Have you tested it from a real web server (Apache, IIS etc.) rather than
    just
    > locally?
    No, just with the DSWmedia folder.


    Michael Mendelsohn Guest

  5. #4

    Default Re: getNetText

    > In debugging, the netID gives me
    > errors of 5, 7, 9 etc. when I do getNetText(the moviepath & "data.xml").
    Errrr... I missed that the first time round - getNetText returns a "handle" for
    that particular net operation. You're meant to wait for netDone(netID) and
    netError(netID)="OK" before retrieving the actual data with
    netTextResult(netID). Look all of those up in the Lingo Dictionary.

    Andrew

    Andrew Morton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139