Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 6:28 PM, Jeanne A. E. DeVoto wrote: At 2:36 PM -0500 7/12/2005, J. Landman Gay wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then ge

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Jeanne A. E. DeVoto
At 2:36 PM -0500 7/12/2005, J. Landman Gay wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then get rid of it, how do I remove it from the card? It

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Mark Swindell
On Jul 12, 2005, at 12:35 PM, Ban Nguyen wrote: How do you set the location for this video? The location of any object can be set by the following: Set the loc of to x,y An object's location is a property of the object. From the docs: location property (any object) loc Platform sup

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Mark Swindell
On Jul 12, 2005, at 12:35 PM, Ban Nguyen wrote: How do you set the location for this video? Set the loc of player 1 to 100,100 Are you using the built-in documentation at all for your project? Mark ___ use-revolution mailing list use-revolution

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 1:56 PM, Jeanne A. E. DeVoto wrote: Since playing a clip creates a temporary player for display, the settings of the templatePlayer are used when playing the clip. So now if I want to stop the movie with the controller and then get rid of it, how do I remove it from the card? It on

RE: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Ban Nguyen
> At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: > >> As long as we're talking about videoclips, is there a way to store a >> QT movie as an imported file in a stack, but still set a player to use >> it? I know I can write the movie to disk temporarily and play it from >> there, but it wou

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Klaus Major
Hi Jeanne, At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it wou

RE: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Ban Nguyen
> >> As long as we're talking about videoclips, is there a way to store a >> QT movie as an imported file in a stack, but still set a player to use >> it? I know I can write the movie to disk temporarily and play it from >> there, but it would be cleaner if I could just refer to it in the >> s

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 1:56 PM, Jeanne A. E. DeVoto wrote: At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily an

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Jeanne A. E. DeVoto
At 10:32 AM -0500 7/12/2005, J. Landman Gay wrote: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a player to use it? I know I can write the movie to disk temporarily and play it from there, but it would be cleaner if

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Judy Perry
Also, I may be wrong, but I think from a previous email of his that he may have used a wmv format which I think is proprietary and perhaps unsupported? Anybody know about this? Judy ___ use-revolution mailing list use-revolution@lists.runrev.com Pleas

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 12, 2005, at 9:32 AM, J. Landman Gay wrote: On 7/12/05 9:09 AM, Devin Asay wrote: If you did not import the clip, but are trying to play it as an external file, you must specify the entire file path, like this: As long as we're talking about videoclips, is there a way to store

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 12, 2005, at 9:57 AM, Ban Nguyen wrote: - Does it play .wmv movie? This is what I did: I create a button and put this code in there on mouseUp play videoClip "MENTORS.wmv" at 100,100 end mouseUp I didnot not work. What did I do wrong? Please help To the best of my knowledge, R

RE: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Tuesday, July 12, 2005 8:33 AM To: How to use Revolution Subject: Re: play videoClip "nameOfVideo" does not work, Please help On 7/12/05 9:09 AM, Devin Asay wrote: > I

RE: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Ban Nguyen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Tuesday, July 12, 2005 8:33 AM To: How to use Revolution Subject: Re: play videoClip "nameOfVideo" does not work, Please help On 7/12/05 9:09 AM, Devin Asay wrote: > I

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread J. Landman Gay
On 7/12/05 9:09 AM, Devin Asay wrote: If you did not import the clip, but are trying to play it as an external file, you must specify the entire file path, like this: As long as we're talking about videoclips, is there a way to store a QT movie as an imported file in a stack, but still set a

Re: play videoClip "nameOfVideo" does not work, Please help

2005-07-12 Thread Devin Asay
On Jul 11, 2005, at 6:08 PM, Ban Nguyen wrote: I create a button name "play" I put this script on button: on mouseUp play videoClip "MENTORS" at 100,100 end mouseUp It did not work. Please help me, thank you Did you import the clip into the stack? If so, open the Application Browser (T

play videoClip "nameOfVideo" does not work, Please help

2005-07-11 Thread Ban Nguyen
I create a button name "play" I put this script on button: on mouseUp play videoClip "MENTORS" at 100,100 end mouseUp It did not work. Please help me, thank you ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to