>> No.  Player objects are not containers, they can only reference media from a
>> file.  So you have to put the URL into a file on disk, then set the
>> fileName.

Now knowing that it shouldn't work, we have been successfully downloaded
media, and after checking to be sure it is cached played is a videoclip.

Button:

global HREF1
on mouseUp
  put  
"http://www.gurudeva.dynip.com/~htoday/today/Archives/Past/2000/March/March_
21_2000/video.mov" into HREF1
  load URL href1
  send checkCachedStat to this card in 1 sec
end mouseUp  global HREF1
   on mouseup
put  
"http://www.gurudeva.dynip.com/~htoday/today/Archives/Past/2000/March/March_
21_2000/video.mov" into HREF1
  load URL href1
send checkCacheStatus to me in 1 sec

on checkCacheStatus
if the 

on mouseUp
  
  play videoclip url href1
  unload url href1 
end mouseUp

card script:

global href1
on checkCachedStat
  if urlstatus (href1) = "cached" then
    play videoclip url href1
    unload url href1
  else
    send checkCachedStat to me in 1 sec
  end if  
end checkCachedStat

This does work. You could also change

play videoclip url href1

to

set the filename of player "moviePlayer" to url href1
start player "moviePlayer"



Hinduism Today

Sivakatirswami
Editor's Assistant/Production Manager
[EMAIL PROTECTED] 
www.HinduismToday.com, www.HimalayanAcademy.com,
www.Gurudeva.org, www.hindu.org



Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to