Hello!

I'm trying to play a videofile in the MoviePlayer (Quicktime) on Windows:

   Dim openFile As New OpenDialog
   Dim QuellDatei As FolderItem = openFile.ShowModal()
   If QuellDatei = Nil Then Exit Sub

   Dim currentMovie As Movie = QuellDatei.OpenAsMovie
   player.Movie = currentMovie

If the filename or folder names contains a special character like ä, ö 
or é then the player cannot open the file and displays only a blue 
background.
If I switch to Windows Media Player everything works fine.

I'm wondering if there is any module (I read about OpenAsMovieMBS) which 
provides a workaround?
Do you know any other solutions perhaps?

Thanks and regards
Andreas
_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to