+ Reply to Thread
Results 1 to 2 of 2

Thread: using AxWMPLib.AxWindowsMediaPlayer...

  1. #1
    ianr900 is offline VB.NET Forum Newbie ianr900 is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Jul 2006
    Posts
    16
    Reputation
    52

    Default using AxWMPLib.AxWindowsMediaPlayer...

    I'm using AxWMPLib.AxWindowsMediaPlayer to play wmv files within my application.

    I provide an encrypted wmv file, which will not play on windows media player and within my application load it into an array, decrypt it and save it as a normal wmv file, which can then be played in the normal way by windows media player.

    However, I want to avoid saving the decrypted file to disk as this could then be copied by the user. Is there a way to play the media from within my application without first saving the file to disk? IE directly from the byte array?

  2. #2
    ianr900 is offline VB.NET Forum Newbie ianr900 is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Jul 2006
    Posts
    16
    Reputation
    52

    Default

    Can anybody help with this? Or is it impossible?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Bookmarks

Posting Permissions

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