Text members do not support linking. You will have to read the HTML in via
file IO:

on readTextFile strpath
  fobj = new(xtra "fileio")
  openFile(fobj, strpath, 1)
  s = readFile(fobj)
  closeFile(fobj)
  return s
end

member("myrtf").html = readTextFile("c:\myRTFfile.html")

> hey list --
> a newbie question, i want to be able to have an html file that i have
> imported into director update when someone makes changes (not
> while playing,
> just in developement). do I have to import it again once the changes are
> made? I am confused because i thought if it was an external linked cast
> member if a change was made it was recognizable when you replay the movie?
> is there a way to do what i am thinking? thanks



[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to