From: Graciliano M. P. \(V. Sites\) <gm...@vi...> - 2002-08-27 03:27:10
|
Hi, To see the wxIE and wxActiveX demo you need Perl 5.8.0. You can donwload the binary here: http://wxperl.virtuasites.com.br/perl-5.8.0-win32.zip In the demo, inside wxActiveX.pm, I put only the command for wxIE. If you want to play more do this: Change the line: my $activex = Wx::IEHtmlWin->new( $this , -1 , wxDefaultPosition , wxDefaultSize ); to: my $activex = Wx::ActiveX->new( $this , "ShockwaveFlash.ShockwaveFlash" , 101 , wxDefaultPosition , wxDefaultSize ); This will show the Shockwave Flash plug-in (press the right button of the mouse to see). Here are other ProgID for ActiveX: QuickTime.QuickTime WMPlayer.OCX MediaPlayer.MediaPlayer.1 PDF.PdfCtrl ShockwaveFlash.ShockwaveFlash rmocx.RealPlayer G2 Control MSCAL.Calendar Enjoy. :-P Graciliano M. P. |