trichview.support
Re: Video in RichView |
Author |
Message |
Sergey Tkachenko |
Posted: 06/02/2002 21:38:33 You can insert any Delphi component in RichView, including components for playing movies. You can use TMediaPlayer ("System" page of the Component Palette) component + TPanel (assign mediaplayer's Display property to this panel). Insert both mediaplayer and this panel in RichView. In this way, if you'll insert them in editor, user will be able to delete only one of these components. To avoid this problem, you can put them both in another panel and insert this panel in RichView (if you want to save subcomponents of this panel in RichView documents, these subcomponent must have this panel as an owner) > Is it possible to play video (avi's, mpeg's) inside TRichView? If it is , > how? > Thank you. |
Powered by ABC Amber Outlook Express Converter