From: Jouke V. <jo...@pv...> - 2002-08-27 07:54:15
|
Many, Many kudos Graciliano! Is it possible to publish a binary for Perl 5.6 (that is, the current Activestate Perl distro I'm using)? I'd *love* to go and use this! Jouke Graciliano M. P. (Virtua Sites) wrote: >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. > > > > > >------------------------------------------------------- >This sf.net email is sponsored by: OSDN - Tired of that same old >cell phone? Get a new here for FREE! >https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 >_______________________________________________ >wxperl-users mailing list >wxp...@li... >https://lists.sourceforge.net/lists/listinfo/wxperl-users > |