flash issue in powerpoint addin.
Hi,
I am creating simple add-in for ppt. It has a c# form and on that form a axShockwaveFlash control. I loaded a movie into it which fires FSCommand.
The handler has been written in the same form. but the eventhandler method is not getting executed. From some googleing I found that the FSCommand receiver will be the host application which is powerpoint in this case.
So I want to ask how can I invoke the event handler on the form?
any help?
|