Page 1 of 1

Some help with multiply players

Posted: Mon Apr 04, 2011 2:39 pm
by xak.pc
Hello. We plan to use your component because it solved some problems axShockwaveFlash had. We use it for integration Flex Google Map application in our WinForms application.

But there are some problems, that may be critical for us.
1) I made simple example: mdi parent form, one button, handler:

Code: Select all

        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            var a = new Form2();
            a.MdiParent = this;
            a.Show();
        }

Form 2 OnLoad

Code: Select all

private void Form2_Load(object sender, EventArgs e)
{
    f_in_box__control1.FlashProperty_Movie = @"http://.../GisPortal.swf";
    f_in_box__control1.FlashMethod_Play();
}

First one works great, but second one and either are blank (look like "movie not loaded").

2) When i create one form it looks OK. When i close it and create another one - same problem, blank form.

What should i do to fix it?

Posted: Wed Apr 06, 2011 5:36 pm
by Softanics
Hello,

Could you please send me this sample code to support (at) f-in-box.com?

Thank you.