Re: Another Question about a media player

2005-06-03 Thread Thomas McGrath III

Buddy, - is your name Dan? or Buddy?

Hi, welcome to the list!!!  You would be well served by going through 
the User Spaces in REV Online. I believe there are many sample stacks 
that you could learn from. There is one called PlayWavMCI that uses a 
different approach than Quicktime to play wav files that is very 
interesting although probably not what your looking for.
Also at the REV site is a link to users websites where you can find 
many wonderful websites of users on this list. I believe someone had a 
sample mp3 player on their site. There was a stack Playerstuff 1.0 that 
showed how to use a player in REV but I think was mostly movies.

I know I've seen an mp3 player with skins. I hope someone will help you.

Tom

On Jun 2, 2005, at 11:10 PM, [EMAIL PROTECTED] wrote:

Thank you again so much for helping me before, but a new question has 
arose

in my mind x.x;;
Since I dragged the quicktime player into the stack, is there a way to 
change
the look of the buttons and maybe make the volume controls different 
than in

the quicktime look?
Thanks.. again Dan
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Another Question about a media player

2005-06-02 Thread Buddyb3ar22
Thank you again so much for helping me before, but a new question has arose 
in my mind x.x;; 
Since I dragged the quicktime player into the stack, is there a way to change 
the look of the buttons and maybe make the volume controls different than in 
the quicktime look?
Thanks.. again Dan
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Another Question about a media player

2005-06-02 Thread Brian Yennie

Dan,

Try this for starters:

Select your player, and under Basic Properties, uncheck the 
Controller. This should hide the controls.

Now create a new button. Insert this script:

on mouseUp
   start player 1
end mouseUp

You can also do:

stop player 1
set the playLoudness of player 1 to 50

etc.

In short, you hide the controller and create your own buttons- which 
then do whatever you want using their own scripts. You'll probably 
spend more time working on how they look than the scripting, as most of 
what you would want to do can be achieved with one-liners like the 
above.


HTH,
Brian

Thank you again so much for helping me before, but a new question has 
arose

in my mind x.x;;
Since I dragged the quicktime player into the stack, is there a way to 
change
the look of the buttons and maybe make the volume controls different 
than in

the quicktime look?
Thanks.. again Dan
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution




___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Another Question about a media player

2005-06-02 Thread Buddyb3ar22
Oh, I see, Wow, this isn't nearly as hard as I thought it would be, this 
makes life a lot more easier than I thought, Thank you again for you help this 
really is simple, I wouldn't of been able to do anything without you though
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution