What "downLoadNetThing( URLPath, localPath )" work in director and dont work in projector? ----------------------------> on importNetFile URLPath = "http://www.joiadointerior.com.br/cd/data/file.swf" localPath = the pathname & "file.swf" downLoadNetThing( URLPath, localPath ) if netDone(URLPath) = FALSE then alert "erro 01, nenhuma conex�o ativa ou de pathname ocorreu" else importFileInto member 8 of castLib "internal", localPath sprite(45).loc = point(398, 365) go "menu" end if put netDone(URLPath) put netTextResult() end -------------------------> 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!]
