I have the script:
on startMovie
put "" into member "dados" -- dados is a text member
meusDados =
preloadNetThing("http://www.powerline.com.br/~fbissoli/dados.txt")
importFileInto member "dados",
"http://www.powerline.com.br/~fbissoli/dados.txt"
end
1) Why this script works fine in a projector and not in a SW? Any suggestion?
2) To read the same file (dados.txt) from the HD in a SW... How can I do?
If I use only:
importFileInto member "dados", "dados.txt"
(Where dados.txt is located in the same folder of the DCR file - Works fine
with a projector, but not with a Shockwave movie)
Thanks
Fabricio Guedes Bissoli
Phasis Multimidia
55 32 3218-5343
55 32 9103-7978
[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!]