RE: preloadNetThing more than one 'thing' at a time notworking?

2005-07-13 Thread Brennan
On 12/7/05 at 11:16, Thomas Higgins <[EMAIL PROTECTED]> wrote: > > Anyone else had this problem? > > I'm not aware of this being a current problem in Director/Shockwave. How > are you determining that only one gets preloaded? Well in some cases Director actually hangs. Other times I get an Erro

Re: making html page from txt inside dir

2005-07-13 Thread Thomas W.J.C. McCrystal
>I have plain text in a field, in a projector. Is there any way, using >Lingo or Javascript, to extract the plain text and create a new html >page from that text? Put your plain text into a text member, not a field. This line of lingo wil then put the html-formatted text into a variable, where you

Re: making html page from txt inside dir

2005-07-13 Thread Cole Tierney
At 9:58 AM -0700 7/13/05, JOHN HART wrote: I have plain text in a field, in a projector. Is there any way, using Lingo or Javascript, to extract the plain text and create a new html page from that text? My next step would be to upload the html page to a server using something like DirectFTP. T

Re: making html page from txt inside dir

2005-07-13 Thread Alex da Franca
Am 13.07.2005 um 18:58 schrieb JOHN HART: Hi List... D8.5.1/WinXPpro I have plain text in a field, in a projector. Is there any way, using Lingo or Javascript, to extract the plain text and create a new html page from that text? My next step would be to upload the html page to a server using

Re: making html page from txt inside dir

2005-07-13 Thread julian weaver
you can add the tags and text to a string e.g. mystring = "" etc mystring = mystring & sometextvariable mystring = "" then export your string to a file using fileio. you can then upload the file. it also helps to make formatting strings beforehand and get them from a list, e.g. tabletags =

making html page from txt inside dir

2005-07-13 Thread JOHN HART
Hi List... D8.5.1/WinXPpro I have plain text in a field, in a projector. Is there any way, using Lingo or Javascript, to extract the plain text and create a new html page from that text? My next step would be to upload the html page to a server using something like DirectFTP. The goal is to aut