Page 1 of 1

Version 3.0 Preview

Posted: Tue Dec 12, 2006 3:49 pm
by Softanics
F-IN-BOX .Net Edition, version 3.0 preview is available now:
http://f-in-box.com/download/f_in_box__ ... ew_3_0.zip

We have changed API in this version. FlashPlayerControl / FlashPlayerForm are replaced by f_in_box__control / f_in_box__form.

New class, AxCode, is added. AxCode represents a flash activex code. You can load multiple flash acitvex codes. Moreover, by default, each instance of f_in_box__control / f_in_box__form has its own instance of AxCode. For each AxCode you can adjust sound volume, enable / disable sounds. AxCode solves two main problems:

1. Using F-IN-BOX .Net in ASP.Net and DLLs is more safely now, because F-IN-BOX doesn't use global data.

2. You can control sound for different instances of f_in_box__control / f_in_box__form independently.

Of course, you can create one AxCode and use it for all instances of f_in_box__control / f_in_box__form.

So-called Streaming is available now. It's important if you need to work with big SWFs / FLVs. For example, you load crypted SWF from Internet. In previous version, you should have loaded all data, decrypted it and only then you could play decrypted movie / video. Now, you can encrypt data and immediately pass it to the player.