Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Michael Mendelsohn #1
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
-
getNetText vs. goToNetPage
Hi Does anyone know if there is any difference in behaviour when using "mailto:" to invoke default email client.? - IRG -
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... -
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... -
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... -
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... -
Andrew Morton #2
Re: getNetText
> Any tips?
Have you tested it from a real web server (Apache, IIS etc.) rather than just
locally?
Andrew
Andrew Morton Guest
-
Michael Mendelsohn #3
Re: getNetText
> Have you tested it from a real web server (Apache, IIS etc.) rather than
justNo, just with the DSWmedia folder.> locally?
Michael Mendelsohn Guest
-
Andrew Morton #4
Re: getNetText
> In debugging, the netID gives me
Errrr... I missed that the first time round - getNetText returns a "handle" for> errors of 5, 7, 9 etc. when I do getNetText(the moviepath & "data.xml").
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



Reply With Quote

