hey,
i want to know how do you get music into asp.net. What type of components do you use?
thanks
Printable View
hey,
i want to know how do you get music into asp.net. What type of components do you use?
thanks
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 :)
thanks, but its kind of diffrent with asp.net you have to use a specific tool and i can't find it.
Code:<embed src="soundfile.mid" autostart="true" loop="true">
</embed>
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.
Yeah that's what I was after :DQuote:
Originally Posted by mendhak