CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2009
    Posts
    9

    How to display RSS feed videos in the WPF page

    Hi,

    I am working on a WPF RSS feeds application. In this I want to display the RSS feed videos in the WPF page itself i.e., no external media player should open to play the RSS videos. How can I do this.

    If any one have any idea to do this please reply.

    Thanks in advance.

  2. #2
    Join Date
    May 2009
    Posts
    9

    Re: How to display RSS feed videos in the WPF page

    hi

  3. #3
    Join Date
    Jan 2009
    Posts
    36

    Re: How to display RSS feed videos in the WPF page

    Hello.

    Search for MediaElement. Also look for WPF media players on codeplex and codeproject there are quite a few that show how to use MediaElement.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured