Welcome![Sign In][Sign Up]
Location:
Search - flash activex

Search list

[GUI Developflash动画

Description: 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$Windows\\System\\Macromed \\Flash中 或在Win2000中的$Winnt\\System32\\ Macromed\\Flash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows \\ System \\ Macromed \\ Flash or in the Win2000 $ WINNT \\ System32 \\ Macromed \\ Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
Platform: | Size: 2506 | Author: 普拉 | Hits:

[OtherFlash

Description: 一个VC开发的FLASH播放activeX空间,欢迎下载,欢迎指正
Platform: | Size: 1024958 | Author: Bill | Hits:

[ActiveX/DCOM/ATL[笑语制作]播放flash

Description: 利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:\\winnt\\system32\\macromed\\Flash\\Flash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project # 61664; Add To Project # 61664; Components and Controls Gallery options : Registered ActiveX Controls folders below the Shockwave Flash Object, it is actually pointing c : \\ winnt \\ system32 \\ macromed \\ Flash \\ the user. Using Wizard adding two variables, corresponding to the input file name and flash control redeem m_filename CShockwaveFlash m_flash add players button, and open the document flash player void CViewFlashVi
Platform: | Size: 47445 | Author: 林风 | Hits:

[ActiveX/DCOM/ATLUseActiveXNotMFC.zip

Description: 示范纯Win32环境下(直接用WinMain写窗口)如何自己调用ATL引入ActiveX 控件 (ActiveX Control, 通常扩展名为OCX), 本范例引入Flash Player控件, 并且播放SWF檔
Platform: | Size: 179768 | Author: gxwuta@gmail.com | Hits:

[ActiveX/DCOM/ATL[笑语制作]播放flash

Description: 利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:\winnt\system32\macromed\Flash\Flash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components and Controls Gallery options : Registered ActiveX Controls folders below the Shockwave Flash Object, it is actually pointing c : \ winnt \ system32 \ macromed \ Flash \ the user. Using Wizard adding two variables, corresponding to the input file name and flash control redeem m_filename CShockwaveFlash m_flash add players button, and open the document flash player void CViewFlashVi
Platform: | Size: 58368 | Author: 林风 | Hits:

[ActiveX/DCOM/ATLswflash

Description: ActiveX类 播放flash动画组件(*.swf)-ActiveX flash animation category player components (*. swf)
Platform: | Size: 99328 | Author: 刘jie | Hits:

[GUI Developflash动画

Description: 机器里要装有Flash播放软件(你的IE能显示Flash)。IE之所以能显示Flash是安装了由 Macromedia公司提供的swflash.ocx控件,我们可以在Win98的$Windows\System\Macromed \Flash中 或在Win2000中的$Winnt\System32\ Macromed\Flash中找到它。ActiveX控件在Windows里是通用的, Delphi也同样支持。 -machine to be installed Flash Player software (IE you can show that the Flash). IE will show why Flash is installed by the Macromedia swflash.ocx control, we can Win98 $ Windows \ System \ Macromed \ Flash or in the Win2000 $ WINNT \ System32 \ Macromed \ Flash find it. ActiveX control in Windows Lane is a versatile, Delphi also support.
Platform: | Size: 2048 | Author: 普拉 | Hits:

[ActiveX/DCOM/ATLMyFlashPlayer

Description: 我初学VC时的flashplayer 有些简陋,但不毕竟是ActiveX开门之作 请勿见笑!-I am learning the flashplayer some simple, but after all is not opening the door for ActiveX Do not laughed at!
Platform: | Size: 1938432 | Author: 黄向修 | Hits:

[Delphi VCL2006042709

Description: 应一些网友的要求,公布播放器的源码。其实最主要的原因是我懒得更新它了。如果你不能编译的话请在Import ActiveX Control中添加c:\winnt\system32\macromed\flash或c:\windows\system\macromed\flash中添加flash.ocx,然后install就可以了,如果您找不到flash.ocx那么请在添加/删除中加入marcomedia shockwave支持或安装flash6。还需要rxlib for d6控件。如果以上您正确安装了,那么就能编译它了。如果您改进了它或添加了什么功能请发我一份,谢谢! 我的信箱:mh_neil@163.com-to some netizens, released the source code for players. In fact, the main reason is I am tired of having to update it. If you can not compile the requested Import ActiveX Control adding c : \ winnt \ system32 \ macromed \ flash or c : \ windows \ system \ macromed \ flash adding flash.o cx, then install, and they can If you can not find flash.ocx then please add/delete adding marcomedia sho ckwave support or installation flash6. RxLib need for d6 controls. If you correct installation of the above, then will be able to build it. If you improve it or add anything please send me a copy, thank you! My mail : mh_neil@163.com
Platform: | Size: 197632 | Author: neil | Hits:

[ActiveX/DCOM/ATLFlashShow

Description: vc++开发的,使用flash.cox控件,可显示swf文件,适合初学者-vc development, the use of flash.cox controls will show that swf file suitable for beginners
Platform: | Size: 7300096 | Author: yu | Hits:

[ActiveX/DCOM/ATLShockwaveFlash

Description: Windows 下实现 Java 调用 ActiveX 播放 Flash-Windows under Java called Flash Player ActiveX
Platform: | Size: 2832384 | Author: alvin | Hits:

[Multimedia DevelopFlash

Description: 用c++ 封装flash 控件的类,可以很方便的在c++ 程序中使用-A class to wapper the flash activex control.
Platform: | Size: 48128 | Author: 陈金力 | Hits:

[Multimedia DevelopFlashPlayer

Description: Flash播放器,可以播放.swf格式的文件,通过使用Shockwave Flash ActiveX的功能来实现Flash播放-Flash player, can play. Swf file format, through the use of Shockwave Flash ActiveX implementation of the function to Flash player ...
Platform: | Size: 36864 | Author: shxc | Hits:

[Delphi VCLSmartFlash

Description: smartflash ,delphi vcl组件 ,可以实现透明flash窗体-SmartFlash is a VCL with additional features in Macromedia Flash ActiveX. SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame. Also you can load flash from stream and grab frame to the bitmap with alpha-channel. With SmartFlash you can create flash interface in your applications (flash forms, menus, controls and more).
Platform: | Size: 791552 | Author: ccy | Hits:

[ActiveX/DCOM/ATLACTIVEX

Description: ActiveX控件可以简单地理解为能够实现特定功能的控件,例如可以浏览网页的控件、可以播放音频与视频的控件,可以播放Flash动画的控件等等。ActiveX控件是一种可重用的软件组件,由编程语言开发,开发ActiveX控件可以使用各种编程语言,如C,C++,当然也包括Visual Studio.NET环境的VB.NET、VC.NET、C等编程语言。ActiveX控件目前仅适用于Windows平台。 -ActiveX controls can be simply understood as the realization of specific functions to control, for example, the control can browse the website, you can play audio and video controls, you can control playback of Flash animations and so on. ActiveX control is a reusable software components, developed by the programming language, ActiveX controls can be used to develop a variety of programming languages such as C, C++, of course, include Visual Studio.NET environment, VB.NET, VC.NET , C and other programming languages. ActiveX controls are currently only applicable to Windows platforms.
Platform: | Size: 6144 | Author: cike | Hits:

[Multimedia programSWF_Control_src

Description: Flash( SWF ) rendering source Flash activeX control
Platform: | Size: 2147328 | Author: skygon park | Hits:

[ActiveX/DCOM/ATLVC-FLASH-UI

Description: 介绍ActiveX控件在VC++应用程序的使用方法并通过使用Shockwave Flash Object控件实现了FLASH的UI启动画面,开发了一套友好美观的应用程序界面。-Introduction ActiveX control in VC++ application using the method and by using the Shockwave Flash Object control to achieve a FLASH in the UI start screen, developed a beautiful and friendly application interface.
Platform: | Size: 273408 | Author: 汪洋 | Hits:

[Delphi VCLSmartFlash3.11

Description: SmartFlash is a VCL with additional features in Macromedia Flash ActiveX. SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame.
Platform: | Size: 6432768 | Author: doshka | Hits:

[Delphi VCLFlash-Engine-v4.20---KSDev-(Full-Source)

Description: FlashEngine is a set of components for Delphi, C++ Builder and Lazarus which add extra features to Adobe Flash (ActiveX or Netscape plugin)- such as loading from any sources, grab real 32-RGBA frames, real transparency playing. This is Full Source Code for FlashEngine v4.20!
Platform: | Size: 8345600 | Author: kopierkatze | Hits:

[Delphi VCLAlmDev-SmartFlash-v3.25.Source

Description: SmartFlash 是一个在Macromedia Flash ActiveX中,具有附加功能的VCL控件。SmartFlash可以支持flash逼真的透明度并在每帧flash中实现抗锯齿的效果。同样您也可以从数据流中加载flash并且通过alpha通道将截取的帧图片转换为位图。-SmartFlash is a VCL with additional features in Macromedia Flash ActiveX. SmartFlash support real trasparency of the flash and antialiasing effect in the flash frame. Also you can load flash from stream and grab frame to the bitmap with alpha-channel. With SmartFlash you can create flash interface in your applications (flash forms, menus, controls and more).
Platform: | Size: 939008 | Author: WASPCN | Hits:
« 12 3 »

CodeBus www.codebus.net