PDA

Click to See Complete Forum and Search --> : i want to incorporate music into my asp webpage


Fluent
Jan 2nd, 2005, 08:03 PM
hey,
i want to know how do you get music into asp.net. What type of components do you use?
thanks

TomGibbons
Jan 3rd, 2005, 07:18 AM
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 :)

Fluent
Jan 3rd, 2005, 11:05 PM
thanks, but its kind of diffrent with asp.net you have to use a specific tool and i can't find it.

mendhak
Jan 4th, 2005, 05:35 AM
<embed src="soundfile.mid" autostart="true" loop="true">
</embed>

Fluent
Jan 4th, 2005, 12:59 PM
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.

TomGibbons
Jan 4th, 2005, 01:17 PM
<embed src="soundfile.mid" autostart="true" loop="true">
</embed>
Yeah that's what I was after :D