New York Design & Development Forums  

Go Back   New York Design & Development Forums > Development > Multimedia Development
Connect with Facebook

Notices

Reply
 
LinkBack Thread Tools
Old 05-25-2006, 01:38 AM   #1 (permalink)
Junior Member
Newb
 
Join Date: May 2006
Posts: 6
harleysneak is on a distinguished road
Post Music

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?
harleysneak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 05-25-2006, 03:36 AM   #2 (permalink)
Member
Enthusiast
 
CyCL3's Avatar
 
Join Date: Feb 2006
Posts: 89
CyCL3 is on a distinguished road
Post

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>
Dreamweaver also generates the following code that embeds the sound file within the page
Code:
<embed name='CS1022563046202' src='sound.wav' loop=false
autostart=false MASTERSOUND hidden=true width=0 height=0>
</embed>
HTML:
Code:
<a href="#" onClick="MM_controlSound('play','document.CS1022563046202','sound.wav')">Click
Here to Play Sound</a>
CyCL3 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 05-25-2006, 12:33 PM   #3 (permalink)
Junior Member
Newb
 
Join Date: May 2006
Posts: 6
harleysneak is on a distinguished road
Default

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.
harleysneak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 04-10-2010, 01:14 AM   #4 (permalink)
Junior Member
Newb
 
Join Date: Apr 2010
Posts: 11
shalini is on a distinguished road
Default

Hello good evening.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shalini is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 04-10-2010, 01:33 AM   #5 (permalink)
Junior Member
Newb
 
Join Date: Apr 2010
Posts: 11
shalini is on a distinguished road
Default

Have a nice day
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shalini is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 04-10-2010, 01:34 AM   #6 (permalink)
Junior Member
Newb
 
Join Date: Apr 2010
Posts: 11
shalini is on a distinguished road
Default

Good morning, Have a nice day
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shalini is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 04-10-2010, 01:36 AM   #7 (permalink)
Junior Member
Newb
 
Join Date: Apr 2010
Posts: 11
shalini is on a distinguished road
Default Re: Music

Good morning, Have a sweet day
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
shalini is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Old 05-07-2010, 10:00 PM   #8 (permalink)
Junior Member
Casual Browser
 
thecallofktulu's Avatar
 
Join Date: May 2010
Posts: 18
thecallofktulu is on a distinguished road
Default Re: Music

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.

thecallofktulu is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit! Stumble this Post!Google Bookmark this Post!Blink this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT -4. The time now is 10:43 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13