on 3/21/01 7:19 PM, g r i m m w e r k s at [EMAIL PROTECTED] wrote:

> On 3/21/01 5:13 PM, "Rodrigo Peres" <[EMAIL PROTECTED]> wrote:
> 
>> I have a shockwave movie running on a intranet that need to load some
>> external quicktime movies that are in a HD that i know the path in the LAN.
>> How can i do this, since i can't use filename of cast???
> 
> 
> Who says you can't use filename of a member in shockwave?
> 
> Look at downloadnetthing, then when it's downloaded, switch the name to the
> url. 
> 
> Hell, if it's on the lan, you could just change the qt member.filename to
> the ip/directory/file. Might take a little while to load up, but probably
> not much.
> 
> 
> [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!]
> 
First of all, thank's for the answers.

I'm trying this to load the movie from my HD (not the lan yet)

dir = "file:///MediaForce/Desktop Folder/adriano/filmes/dir11802/"
clip = "L001M3.mov"
set meuID = preloadNetThing(dir & clip)
  if netDone(meuID) = 1 then
    member("fundo").filename = dir & clip
end if

But nothing works. I've tried to change the path to MacintoshHD:Desktop
Folder:....and nothing too.



Rodrigo Peres


[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