Free download Wx::ActiveX::WMPlayer 0.05
Wx::ActiveX::WMPlayer 0.05 download
Download Wx::ActiveX::WMPlayer 0.05 (0)
Pick a Mirror:
Mirror 1
Wx::ActiveX::WMPlayer 0.05
Bookmark
Hot Downloads
Week Downloads
Wx::ActiveX::WMPlayer 0.05 Description
Wx::ActiveX::WMPlayer is an ActiveX interface for Windows Media Player.
SYNOPSIS
use Wx::ActiveX::WMPlayer ;
my $wm = Wx::ActiveX::WMPlayer->new( $parent , -1 , wxDefaultPosition , wxDefaultSize );
$wm->PropSet("FileName",'C:movie.avi') ;
$wm->Play ;
EVT_ACTIVEX($this, $wm ,"PlayStateChange", sub{
my ( $this , $evt ) = @_ ;
print "Play Changen" ;
}) ;
ActiveX control for Windows Media Player. The control comes from Wx::ActiveX, and all methods/events from there exit here too.
new ( PARENT , ID , POS , SIZE )
This will create and return the Windows Media Player object.
Requirements:
· Perl