adding audio - Post ID 146142
I would like to add a mp3 file that clients can click on to hear an audio file. How can i do this? thanks
Hiya Doug,
You can do this a few different ways, you can embed it into the code which generally gives you a generic little player that you can tell it to be on or off with, or you can use CC's Jukebox which works pretty slick for this also. Here's an example of the code that you would use I believe the HTML Tool to insert it:
<embed src="/music/musicfile.wav" autostart="true" loop="false">
Just make sure to upload the song you want to use in the player and adjust the src location to where ever you have uploaded it.
Edit the autostart for your preference and then tell it true or false on if you want the song to loop and you're all set!
You can do this a few different ways, you can embed it into the code which generally gives you a generic little player that you can tell it to be on or off with, or you can use CC's Jukebox which works pretty slick for this also. Here's an example of the code that you would use I believe the HTML Tool to insert it:
<embed src="/music/musicfile.wav" autostart="true" loop="false">
Just make sure to upload the song you want to use in the player and adjust the src location to where ever you have uploaded it.
Edit the autostart for your preference and then tell it true or false on if you want the song to loop and you're all set!
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.