public MainForm() { InitializeComponent(); flashPlayer = new FlashControl(); flashPlayer.Width = 800; flashPlayer.Height = 600; flashPlayer.Anchor = AnchorStyles.Left | AnchorStyles.Right | AnchorStyles.Top | AnchorStyles.Bottom; flashPlayer.Dock = DockStyle.Fill; flashPlayer.FSCommand += OnFSCommand; Controls.Add(flashPlayer); }
public AxShockwaveFlashEventMulticaster(FlashControl parent) { this.parent = parent; }