how to pause a song??? please help

Ban Nguyen bann at sunncomm.com
Wed Jul 13 19:50:07 EDT 2005


> I did not use player object at the beginning so cannot use this code:
> ....
> start player "myPlayer"
> stop player "myPlayer"
> ....
> 
> I use "play" command
> 
> So I don't know what to do now

You'll definitely want to use a player object.  The play command was 
implemented as a simple way to play some media files, but doesn't have 
nearly the range of capabilities as a player.

And because it's supported by QuickTime you'll get not only MP3 
playback, but also WAV, AIFF, AAC, AU, and dozens more....

--
  Richard Gaskin
  Managing Editor, revJournal
  _______________________________________________________
  Rev tips, tutorials and more: http://www.revJournal.com



-------------------------------

I really want to use the "player" object but I don't know how to use it
to play the song that imported into stack.  I have seen people use the
"player" object to open a song from local computer (such as
C:\songs\....).  I want to play song that imported into stack (9 songs).
I want to list these songs in the scrolling list field so user can
select a song to play.  Please help this is the last step that I need to
finish this project.  Klaus help me figure out how to make the volume
control and other button such as play, stop... work

-------------------------------






More information about the use-livecode mailing list