Best way to embed sound snippets in...

User 460861 Photo


Registered User
2 posts

Doing a long overdue upgrade to my web site;
www.blackmtninstruments.com
I want to embed short sound/song snippets (5 - 30 seconds) into various pages which can be triggered by the veiwer.
What's the best way to do this?

I have a registered version of HTML Editor, and a trial version of VSD.
User 364143 Photo


Guest
5,410 posts

You can use a viewer triggered JavaScript or Flash to play a sound on the page.

Yes, you can have a registered version of HTML Editor, and a trial version of VSD.
CoffeeCup... Yeah, they are the best!
User 459291 Photo


Registered User
27 posts

You can use the link to document that your sound track or HTML flash. However, the file open; I mean the tool. Your users will leave if they have trouble to listen it for opening with other software.

So, I think the fast and best way, record your sounds by any camcord, webcam or audio corder; you can present it as film (just show the picture with your sound) , you have to use movie maker to prepare the file and upload to Youtube, then embed the player code to your site, therefore everyone can listen it at your site without any dowload program.
Or
Go to Coffee Cup software, find the product called "Web Juke Box", it can makes a player with different sound tracks for everyone listern at your site ; I have one, pretty well. Try the trail let see if it can help U!
:)
FunG Web Biz Developer
My biz info - www.fungs.info Start Biz - www.tostartmybiz.com
Domain & hosting service - www.lovelyapple.com
Tributes Michael Jackson - www.wealllovemj.com __________________________________________________________________
Respect to Questioner & Answer, everyone has opportunity; to post or to choose
the solution. No chatty or offend the other with personal communication.
User 460861 Photo


Registered User
2 posts

[quote=Tony the Tiger]You can use a viewer triggered JavaScript or Flash to play a sound on the page.

Will Web Jukebox do this?
User 1948478 Photo


Senior Advisor
1,850 posts

David Johnston wrote:
Will Web Jukebox do this?

Yes :)
User 1861272 Photo


Registered User
339 posts

I got this tip from Bruzer. It works well for a sound snippet, like on my home page.
http://www.stbonifacecincinnati.com

Hi Tim,
If you go to add files under the settings tab and add your wav or MP3, then using the html tool add the code below changing the MP3 with your music name it should work for you ( I hope)
in the body

<script language="JavaScript" type="text/javascript">
<!--
if (navigator.appVersion.indexOf("MSIE")!=-1 && document.all)
document.write('<bgsound src="500miles.mp3" loop="1">');
else
document.write('<embed src="500miles.mp3" loop="1" autostart="true" HEIGHT="1" WIDTH="1">');
// -->
</script>
<noscript>
<bgsound src="500miles.mp3" loop="1">
</noscript>

User 562592 Photo


Registered User
2,038 posts

I still think web jukebox is the best for this, they even come with a no skin option so it looks like its just background music.
The philosopher has not done philosophy until he has acted upon the mere conviction of his idea; for proof of the theory is in the act, not the idea.

My Web Development Company: http://www.innovatewebdevelopment.com (Created with Coffee Cup Software).

My Personal Website: http://www.EricSEnglish.com


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.