|
-
Jan 2nd, 2005, 09:03 PM
#1
Thread Starter
New Member
i want to incorporate music into my asp webpage
hey,
i want to know how do you get music into asp.net. What type of components do you use?
thanks
-
Jan 3rd, 2005, 08:18 AM
#2
Frenzied Member
Re: i want to incorporate music into my asp webpage
I assume you mean background music? Well it's just the same as a regular HTML page. I don't know off the top of my head how to add background music, but that's what you want to look for
-
Jan 4th, 2005, 12:05 AM
#3
Thread Starter
New Member
Re: i want to incorporate music into my asp webpage
thanks, but its kind of diffrent with asp.net you have to use a specific tool and i can't find it.
-
Jan 4th, 2005, 06:35 AM
#4
Re: i want to incorporate music into my asp webpage
Code:
<embed src="soundfile.mid" autostart="true" loop="true">
</embed>
-
Jan 4th, 2005, 01:59 PM
#5
Thread Starter
New Member
Re: i want to incorporate music into my asp webpage
Ok i see what you mean when you say look for the background. I can incorporate the music by linking it to the back ground.
Thanks for the code.
-
Jan 4th, 2005, 02:17 PM
#6
Frenzied Member
Re: i want to incorporate music into my asp webpage
 Originally Posted by mendhak
Code:
<embed src="soundfile.mid" autostart="true" loop="true">
</embed>
Yeah that's what I was after
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|