Some help with multiply players

.NET Edition of the F-IN-BOX
xak.pc
Posts: 1
Joined: Mon Apr 04, 2011 2:28 pm
Location: RU

Some help with multiply players

Postby xak.pc » Mon Apr 04, 2011 2:39 pm

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?

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Wed Apr 06, 2011 5:36 pm

Hello,

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

Thank you.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 12 guests

cron