f_in_box

所属分类:界面编程
开发工具:Visual C++
文件大小:4211KB
下载次数:18
上传日期:2012-11-05 19:50:22
上 传 者netsesame
说明:  f_in_box是个不错的flash控件,支持flash透明窗体制作
(f_in_box is a good flash control, support for the flash transparent form production)

文件列表:
bin\f_in_box.dll (188416, 2011-11-11)
crack\f_in_box.dll (188416, 2011-11-19)
crack\破解方法.txt (439, 2011-11-19)
DemoApplications\DirectX\FlashTexture.exe (253952, 2011-11-11)
DemoApplications\DirectX\f_in_box.dll (188416, 2011-11-11)
DemoApplications\flashvideo.flv (139912, 2006-12-01)
DemoApplications\f_in_box.dll (188416, 2011-11-19)
DemoApplications\movie.swf (1421, 2006-12-01)
DemoApplications\OpenGL\FlashTexture.exe (45056, 2011-11-11)
DemoApplications\OpenGL\f_in_box.dll (188416, 2011-11-11)
DemoApplications\Sample01_SWF_And_FLV_Player.exe (233472, 2011-11-11)
DemoApplications\Sample02_SWF_FLV_Embedding.exe (360448, 2011-11-11)
DemoApplications\Sample04_Translucency.exe (221184, 2011-11-11)
DemoApplications\Sample05_SWF2Bitmap.exe (225280, 2011-11-11)
DemoApplications\Sample06_ExternalResourcesEmbedding.exe (266240, 2011-11-11)
DemoApplications\Sample07_ExternalInterface.exe (266240, 2011-11-11)
DemoApplications\Sample08_Streaming.exe (225280, 2011-11-11)
DemoApplications\Sample09_TransparentControl.exe (364544, 2011-11-11)
DemoApplications\Sample10_SoundRecorder.exe (229376, 2011-11-11)
DemoApplications\Sample11_FLVPlayer.exe (405504, 2011-11-11)
help\f_in_box.chm (128715, 2011-11-11)
include\functions_decl.inl (18122, 2006-12-01)
include\f_in_box.h (21932, 2009-08-24)
include\messages.inl (47098, 2006-12-01)
include\notification_messages.inl (2225, 2006-12-01)
lib\f_in_box.lib (46888, 2011-11-11)
samples\DirectX\FlashTexture\Debug\f_in_box.dll (188416, 2011-11-11)
samples\DirectX\FlashTexture\FlashTexture.cpp (14170, 2011-10-14)
samples\DirectX\FlashTexture\FlashTexture.rc (1936, 2006-12-01)
samples\DirectX\FlashTexture\FlashTexture.sln (913, 2006-12-01)
samples\DirectX\FlashTexture\FlashTexture.vcproj (3747, 2006-12-01)
samples\DirectX\FlashTexture\Release\f_in_box.dll (188416, 2011-11-11)
samples\DirectX\FlashTexture\res\movie.swf (1421, 2006-12-01)
samples\DirectX\FlashTexture\resource.h (455, 2006-12-01)
samples\MFC\Debug\flashvideo.flv (139912, 2006-12-01)
samples\MFC\Debug\f_in_box.dll (188416, 2011-11-11)
samples\MFC\Debug\movie.swf (1421, 2006-12-01)
samples\MFC\mfc_samples.dsw (3076, 2009-02-17)
samples\MFC\Release\flashvideo.flv (139912, 2006-12-01)
... ...

What is F-IN-BOX? --------------------------- F-IN-BOX is a window control to enhance Macromedia Flash Player ActiveX features. It does not use its own engine to display movies but provide a wrapper around official swflash.ocx/flash.ocx code instead. Thus it is possible to avoid certain Macromedia Flash Player ActiveX limitations. Features at a glance -------------------- * Load flash movies from memory directly (no temporary files!). * Create flash-enabled applications which are ready to work even where Macromedia Flash Player ActiveX is not installed! * Transparency is fully supported! * Ability to play Flash Video (FLV) directly from memory * Enable/disable flash sounds * Get a snap image of the current flash movie frame * Write code which is compatible with any version of Macromedia Flash Player ActiveX (3, 4, 5, 6, 7, 8, 9). Do all this and more with... F-IN-BOX! Macromedia Flash Player ActiveX 3, 4, 5, 6, 7, 8, 9 are supported. Load flash movies directly from any source (no temporary files!). Protect your flash movies. -------------------------------------------------------------------------------------------- It is known fact that the Flash Player ActiveX is able to load movies at certain URLs only. You have to save the movie to a temporary location from your application's resource before you can load it. You'll have to generate a corresponding link that you can pass to the Flash Player ActiveX and then delete the movie after. You'll have to admit that this is extremely inconvenient. Apart from being inconvenient there is a chance you'll fail when you try to create a temporary file if you don't have the appropriate permission or don't have access to a temporary folder. It is definitely not an appropriate approach when security is an issue since your movie can be easily intercepted. There is a solution! F-IN-BOX uses a different approach of swflash.ocx/flash.ocx code loading. It is able to load your movies directly to the Macromedia Flash Player ActiveX thereby avoiding the temporary file step. The advantages are pretty obvious. And you can also protect your movies from unauthorized access using your favourite software protection application. Create flash-enabled applications which are ready to work even when Macromedia Flash Player ActiveX is not installed! ---------------------------------------------------------------------------------------------------------------------- One of the biggest problem using the Flash Player ActiveX is the mandatory component registration. The common approach is to save swflash.ocx/flash.ocx code to temporary files and then register them. The disadvantages are the same as above mentioned - insufficient permissions to save and register an swflash.ocx/flash.ocx. Now you can forget about these problems! F-IN-BOX is able to use swflash.ocx/flash.ocx from any source. For example, you can put an swflash.ocx/flash.ocx code inside of your application's resources and instruct F-IN-BOX to use it. It is important to note that F-IN-BOX does not use temporary files and swflash.ocx/flash.ocx registration but loads and uses the code directly. No more user management rights problems - no more temporary files and no more component registrations. It is up to you to decide what swflash.ocx/flash.ocx to use - by default already registered component is used. Transparency is fully supported! --------------------------------- Using F-IN-BOX you are able to create applications based on transparent flash movies. You can create applications with translucency non-rectangle windows. Use Flash to make applications with modern user interface. Ability to play Flash Video (FLV) directly from memory ------------------------------------------------------- Using F-IN-BOX you are able to play Flash Video (FLV) from external files, URL or directly from memory. When F-IN-BOX loads Flash Video no temporary files are created everything runs directly from memory. You can encrypt your video and put into application's resource - F-IN-BOX loads FLV without ever saving or extracting the file to disk. Enable/disable flash sounds ---------------------------- Using the library you can turn on/off all sounds in all loaded flash movies. Use function FPCSetAudioEnabled to enable/disable the sounds. Use function FPCGetAudioEnabled to get current status of sounds enabling. Get a snap image of the current flash movie frame -------------------------------------------------- You can get a bitmap images from the current flash movie. It means you are able create applications that can coverts Flash movies to a series of bitmaps, JPEGs and others. Also you can build generated images to make an AVI video for example. Write code which is compatible with any version of Macromedia Flash Player ActiveX (3, 4, 5, 6, 7, 8, 9). -------------------------------------------------------------------------------------------------------- One of the problem with Macromedia Flash Player ActiveX programming is that you have to control what version of Macromedia Flash Player ActiveX you are using. For example, the property "Stacking" exists only in Macromedia Flash Player ActiveX 5 but doesn't exist in later revisions. TF-IN-BOX automatically detects what Macromedia Flash Player ActiveX version is being used and prevents failure if access to non existant properties/methods is attempted. Applications using TF-IN-BOX are not only compatible with Macromedia Flash Player ActiveX 3, 4, 5, 6, 7, but are also "smart" about how Macromedia Flash Player ActiveX control is used. This makes your application more robust which can result in fewer technical support issues. ----------------------------------------------------------------- Copyright (c) 2004 - 2008 Softanics. All rights reserved. Macromedia and Shockwave Flash are trademarks of Macromedia, Inc.

近期下载者

相关文件


收藏者