F-IN-BOX Delphi Edition 3.4.1 is available
An update which is important for developers who use Builder C++. Using old version of f-in-box, Builder C++ added incorrect declarations for events which have parameters with “out” keyword. It just ignored “out”! That’s why we decided to change declarations of these events to make Builder C++ working with the events properly.
The events are:
OnLoadExternalResourceAsync and OnLoadExternalResourceEx
F-IN-BOX .Net Edition 3.1.3 is available
- The problem (thank you, benben2301!) with f_in_box__form and ContextMenuStrip has been fixed.
F-IN-BOX Delphi Edition 3.4 is available
- New event OnLoadExternalResourceAsync and global handler SetGlobalLoadExternalResourceAsync, new way to provide FLV content
- Right-click menu issue has been fixed: thank you, jpierce!
- Delphi 2009 and Builder 2009 is fully supported
- Flash 10 is fully supported
- New good sample SampleA_FLVPlayer:
- how to play FLV from TStream, a file, an URL, a RTMP source
- autoplay
- fullscreen mode is available
- set audio volume / mute mode
- events: FLV is ready to play, it has stopped and so on