Adding Video/Audio to a web form in VB.NET

Discussion in 'Visual Studio' started by jluft2131, Sep 7, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hey all, I am having a hard time adding videos and mp3's to my website.

    I want to try and download the asp.net media player control shown here

    http://www.asp.net/aspnet-in-net-35-sp1/videos/introduction-to-the-aspnet-mediaplayer-control

    I downloaded the visual studio service pack and it did not come up in my toolbar as shown in the video...

    Does anyone know how to get that option in the toolbar?

    Or maybe a separate way to show video and audio that is better?
     
  2. Hi,
    There are many ways to do this.
    Before covering them I'd like to ask which tools you will be using.
    If you have Expression Studio this is going to be much easier.
    All the best,
    Mark
     
  3. Audio Video

    Hey Mark, I figured out how to use the Media player control from the silverlight add on. However, I would like to know if there is a way to have a list of video's or audio, and only 1 player, and when the user makes the choice, the new audio or video is uploaded into the player... is the possible??

    Sorry this took me so long to get back to you, i didnt have the email notification box checked...

    Thanks!
     
  4. Hmmmm, this is a tough one.
    There are ways to do it but everything I'm thinking isn't supported.
    I'll keep an eye open for this over the next few days.
    All the best,
    Mark
     
  5. I figured it out. The media player has a name, so on the button clicked event I can just call the media player and change its file source. Thanks tho!
     
  6. ...Cool ;-)
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page