music control question

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I added a background song to my page. Now I want to add music control so
viewer can choose to play, pause or stop. How can I do that? Thanks.
 
use the music control plugin (but it is not related to bgsound or background
music.)

Insert menu > web component > advanced controls > plugin

should do it then put in your data source (i.e. your music file, midi, real
audio, media player, quicktime, shockwave, flash etc etc etc). then when you view
the site is should (like for audio anyway come up with an emebeded media player
with basic "play" and "stop" functions./

otherwise, do it with javascript and here's a site that has free scripts
www.javascript.com - has scripts for controlling playing of music files.
 
Thanks so much for the help.

Andrew Murray said:
use the music control plugin (but it is not related to bgsound or background
music.)

Insert menu > web component > advanced controls > plugin

should do it then put in your data source (i.e. your music file, midi, real
audio, media player, quicktime, shockwave, flash etc etc etc). then when you view
the site is should (like for audio anyway come up with an emebeded media player
with basic "play" and "stop" functions./

otherwise, do it with javascript and here's a site that has free scripts
www.javascript.com - has scripts for controlling playing of music files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top