The moviePath will return the URL of the movie where it is uploaded.

use 'if then' condition to check whether the movie is playing from the
internet (cache) or from local folder

thePath = the moviePath & "the file name"

if thePath starts "http://" then
  -- network operation
  -- preloading, etc
else
  -- something else
end if

best regards
------------------------------------------
Ramesh CT
http://www.lingoman.net/
------------------------------------------

I dont know if the moviePath will return the URL of the movie when it is
uploaded onto the server. You might try relative paths. But your best bet
is to manually type the proper address. You might want to use property
variables to facilitate this for different links.


[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