The attached file contains all of the mods needed to support adding PDFWindow & FlashWindow wrappers to Pythoncard running under Windows.
1) 2 files go to the components directory
2) 2 sample aps
3) Mod to layouteditor and associated files
For FlashWindow, that's all you need. For PDFWindow, you'll need:
1) Run win32com's genpy to activate Acrobat activeX support
2) Mod to pdfwin.py in wxPython to support Acrobat 9.0. This is not Pythoncard specific. Native wxPython needs this mod too.
3) A mod to an interface file created by win32com. Have no idea why this hack is needed because native wxPython sample program runs fine without it. Hopefully somebody that knows what's going can remove this hack.
Complete set of files for adding PDFWindow & FlashWindow support to Pythoncard