Beispiel #1
0
        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);
        }
Beispiel #2
0
 public AxShockwaveFlashEventMulticaster(FlashControl parent)
 {
     this.parent = parent;
 }