Re: URLstatus for Players set to remote URLs

2007-08-22 Thread Sivakatirswami
Trevor DeVore wrote: On Aug 17, 2007, at 11:35 PM, Sivakatirswami wrote: Whats' the difference between kMovieLoadStatePlayable 1 kMovieLoadStatePlayThroughOK 2 These are constants provided by QuickTime. Search for either of those strings on one of these pages:

Re: URLstatus for Players set to remote URLs

2007-08-17 Thread Sivakatirswami
Klaus Major wrote: all this can be done with Trevor's EXCELLENT Enhanced QT External :-) From the docs: function qtGetMovieLoadState () QT Version: 4.1 Description: Returns the download state of the movie controller. This function lets your code perform relative comparisons against movie

Re: URLstatus for Players set to remote URLs

2007-08-17 Thread Trevor DeVore
On Aug 17, 2007, at 11:35 PM, Sivakatirswami wrote: Whats' the difference between kMovieLoadStatePlayable 1 kMovieLoadStatePlayThroughOK 2 These are constants provided by QuickTime. Search for either of those strings on one of these pages:

URLstatus for Players set to remote URLs

2007-08-16 Thread Sivakatirswami
I know most everyone is forcing users to download entire movies before starting players set to http refs... but I would like things to be a bit more dynamic. Can players be hooked to libURL such that set the filename of player remoteMovie to

Re: URLstatus for Players set to remote URLs

2007-08-16 Thread Scott Rossi
Recently, Sivakatirswami wrote: Can players be hooked to libURL such that set the filename of player remoteMovie to http://www.domain.org/movies/greatestShowOnEarth.mov; would emulate a load cmd so that we have access to the URLstatus for that player's download? Goal: One would like

Re: URLstatus for Players set to remote URLs

2007-08-16 Thread Klaus Major
Hi Swami, I know most everyone is forcing users to download entire movies before starting players set to http refs... but I would like things to be a bit more dynamic. Can players be hooked to libURL such that set the filename of player remoteMovie to