Play .ASX in Visual Basic as a Background Music

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
5 posts Page 1 of 1
Contributors
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

How do you play .asx in Visual Basic as a background music?
I downloaded the streaming radio file that is .asx
And I want it in my program as a background music.
Please help?

Thanks in Advance hehaho;
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Dummy1912 wrote:
maybe this helps
http://blog.revolunet.com/index.php/gen ... workaround
I'm sorry. I don't understand a thing in that website.Could you type it below in simpler codes?
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
pip
VIP - Donator
VIP - Donator
Posts: 156
Joined: Tue Jul 12, 2011 3:13 am

3aaBrSbeel wrote:
Dummy1912 wrote:
maybe this helps
http://blog.revolunet.com/index.php/gen ... workaround
I'm sorry. I don't understand a thing in that website.Could you type it below in simpler codes?
#3aaBrSbeel did you look at this source code? http://blog.revolunet.com/wp-content/up ... troller.vb hehaho;
<a href="http://www.points2shop.com/s/xbox_point ... 5082"><img src="http://points2shop.com/images/promotion ... ricoxg.gif" border="0"/></a>
User avatar
mandai
Coding God
Coding God
Posts: 2585
Joined: Mon Apr 26, 2010 6:51 pm

It would probably be easier to use the Windows Media Player control. There is an article here on how to add it: http://msdn.microsoft.com/en-us/library ... s.85).aspx

You can then set axWindowsMediaPlayer1.URL to the location of the asx file and it should play.
5 posts Page 1 of 1
Return to “Coding Help & Support”