Steve Cookson wrote:
Hi People,
I am using wxMediaCtrl to develop an application with a live feed.
So far, I have only been using test.avi files for development purposes,
and being comforted by the idea of the LoadURI command, however,
I have just noticed that it says "Not implemented in wxPerl". This is
a bit of a problem. However, it also says wxMediaCtrl::Load also "Not
implemented in wxPerl" and provides the "LoadFile" instead.
What options do I have for working round this?
It's the other way around: wxWidgets provides a single
->Load method that can load either a file or an URI; there is no simple
way to mimic that in Perl, so in wxPerl you must use either ->LoadFile
or ->LoadURI.
HTH
Mattia