![]() |
| | #1 (permalink) |
| Junior Member Newb Join Date: May 2006
Posts: 6
![]() | Okay, I'm not so sure this is the right area to be posting this in but I'm going to try it. I have my own personal website and have a place where I'm trying to insert a song to be played when people click on a certain word on the page. Does anyone know how I can do that? |
| | |
| | #2 (permalink) |
| Member Enthusiast Join Date: Feb 2006
Posts: 89
![]() | You might be posting it in the right area. Maybe this forum should be called Multimedia instead of Motion l Video. I think this post would go in page design though. javascript: Code: <script language="JavaScript">
<!--
function MM_controlSound(x, _sndObj, sndFile) { //v3.0
var i, method = "", sndObj = eval(_sndObj);
if (sndObj != null) {
if (navigator.appName == 'Netscape') method = "play";
else {
if (window.MM_WMP == null) {
window.MM_WMP = false;
for(i in sndObj) if (i == "ActiveMovie") {
window.MM_WMP = true; break;
} }
if (window.MM_WMP) method = "play";
else if (sndObj.FileName) method = "run";
} }
if (method) eval(_sndObj+"."+method+"()");
else window.location = sndFile;
}
//-->
</script>
Code: <embed name='CS1022563046202' src='sound.wav' loop=false autostart=false MASTERSOUND hidden=true width=0 height=0> </embed> Code: <a href="#" onClick="MM_controlSound('play','document.CS1022563046202','sound.wav')">Click
Here to Play Sound</a>
|
| | |
| | #3 (permalink) |
| Junior Member Newb Join Date: May 2006
Posts: 6
![]() | Thanks so much for your help. I really appreciate it. I have been trying to figure this out for so long and had given up on it. Then when I found this forum I figured I might as well ask. I will have to go try it and hopefully I can get it to work. Thanks again. |
| | |
| | #8 (permalink) |
| Junior Member Casual Browser Join Date: May 2010
Posts: 18
![]() | This is not a "say hello" topic lol
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Favorite Music Artist? | P_hilton33 | General Conversation | 16 | 12-02-2006 07:45 PM |
| Broadcast your music | danielmichel | General Conversation | 0 | 10-26-2006 02:22 PM |