F-IN-BOX .NET Edition 3.1.1 is ready
AllowFullscreen supported now
F-IN-BOX .NET Edition: How To Grab Frames From A Flash Movie
One customer wrote me:
Why GetBitmap method consums so much processor time.
It’s 720×576 25fps simple movie with 40-60% processor time.
I’m making a call to GetBitmap without any further processing.
Actually, GetBitmap is not a good way when you need to grab frames from a movie quickly. So, what is the best way? (click here to read more)
Flash’In’App by Eltima Software: Flash and Mac OS X
I’ve just received interesting news from Eltima Software! Please read below:
Ever thought endowing your application with more abilities? You can do it now!
As Flash gets more and more popular each day, applications that handle Flash grow popular as well. And if you don’t know a bit about Flash and coding it, there are some solutions out there that can help you a lot. Flash’In’App by Eltima Software is one of those.
Flash’In’App is a free (note, completely free!) Cocoa framework that will let you manage Flash movies directly from your own applications. Basically, Flash’In’App is a set of classes, which enable any application with the ability to playback Flash SWF files and communicate with them via External API, FSCommands or Variables, control external resources loading, and much more.
Eltima notes, that the users of applications which have Flash’In’App enabled, will need Mac OS X 10.4 or later and Flash Player 8 installed. Please, don’t forget that Flash’In’App is completely free for personal use.
More details at: http://www.eltima.com/products/cocoa-framework/
F-IN-BOX DLL Edition 3.2.1
FIXED:f-in-box crashed when DEP enabled on Windows Vista, Flash 9 is installed and Flex-generated movie is loading.
F-IN-BOX Delphi Edition 3.3
- Perfomance (in semitransparent mode) has improved.
- FIXED:f-in-box crashed when DEP enabled on Windows Vista, Flash 9 is installed and Flex-generated movie is loading.
F-IN-BOX .NET Edition 3.1 is ready
- Performance in transparent mode has improved
- AxCode implements IDisposable
- If TransparentMode = true, f_in_box__control.GetBitmap returns a bitmap with alpha component
F-IN-BOX DLL Edition 3.2 is ready
- The repainting performance in the transparent mode has dramatically improved
- Fullscreen mode is supported: AllowFullscreen. Read more about fullscreen mode here: http://www.adobe.com/devnet/flashplayer/articles/full_screen_mode.html
- New function: FPC_QueryInterface
- New function: FPC_GetHFPC
F-IN-BOX Delphi Edition 3.2
- Sound capturing (see new example Sample9_SoundRecording that records flash sounds to a WAV file):
- New event OnUpdateRect
F-IN-BOX Delphi Edition 3.1.2
- F-IN-BOX is UNICODE now: all events and so on
- OnPreProcessURL event
- Builder C++ 2006 is supported
F-IN-BOX DLL Edition 3.1 is ready
What’s new
- New notification FPCN_PAINT_STAGE. It’s useful when you need to modify movie background or paint something over already painted movie. With FPCN_PAINT_STAGE you can simulate transparency for f-in-box created as a child control. See sample Samples\MFC\Sample09_TransparentControl
- Sound capturing. It demonstrates how to save flash sound as a WAV file. See function FPC_SetSoundListener
Also see sample Samples\MFC\Sample10_SoundRecorder. - URL preprocessing. It’s useful when you need to replace an URL that flash uses. For example, a movie has link to something. When an user click to the link, your callback is called. You can cancel the loading or change URL. See function FPC_SetPreProcessURLHandler
Click to download latest version

