trichview.support
Re: InsertControl and reload again |
Author |
Message |
Rob |
Posted: 04/06/2005 11:05:17 The class needs to be known before it can be instantiated. IOW: you need to register the class before you can use it: RegisterClass(TFlashPlayerControl) This should be done only once in your application, so startup would be a good place. /Rob |
Powered by ABC Amber Outlook Express Converter