View Single Post
 
Old 05-06-2009, 02:08 AM
msman msman is offline Windows XP Office 2003
Novice
 
Join Date: May 2009
Posts: 1
msman is on a distinguished road
Post 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?
Reply With Quote