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

Search list

[Multimedia programvb与flash

Description: vb与flash继承怎样才能在VB.net中加入Flash动画呢?我们只要使用Flash5自带的Shockwave Flash.ocx这个控件就可以了-vb and flash succession in VB.net How can add Flash animation? If we use the Shockwave Flash5 own controls on the user can
Platform: | Size: 1810 | Author: | Hits:

[Dialog_Windowplayflashnetyucjlk

Description: P运行示例代码前请确认你的系统装有shockwave flash ocx控件。-P operation code examples before Please confirm your system is equipped with a shockwave flash ocx control.
Platform: | Size: 137872 | Author: 1234 | 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:

[FlashMX循序渐进学FLASH文字特效-打字机

Description: 循序渐进学FLASH文字特效-打字机效果的源代码,有兴趣学习的朋友就下载一个!-gradual learning Shockwave Flash-typewriter effect of the source code, are interested in learning downloaded a friend!
Platform: | Size: 2208 | Author: 小林 | 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:

[FlashMX循序渐进学FLASH文字特效-打字机

Description: 循序渐进学FLASH文字特效-打字机效果的源代码,有兴趣学习的朋友就下载一个!-gradual learning Shockwave Flash-typewriter effect of the source code, are interested in learning downloaded a friend!
Platform: | Size: 2048 | Author: 小林 | Hits:

[Multimedia Developvb与flash

Description: vb与flash继承怎样才能在VB.net中加入Flash动画呢?我们只要使用Flash5自带的Shockwave Flash.ocx这个控件就可以了-vb and flash succession in VB.net How can add Flash animation? If we use the Shockwave Flash5 own controls on the user can
Platform: | Size: 2048 | 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:

[Dialog_Windowplayflashnetyucjlk

Description: P运行示例代码前请确认你的系统装有shockwave flash ocx控件。-P operation code examples before Please confirm your system is equipped with a shockwave flash ocx control.
Platform: | Size: 137216 | Author: 1234 | Hits:

[Multimedia programFlashPlayer

Description: 使用 ShockWaveFlash Object组件制作的Flash播放器,并使用AppFace.dll更换皮肤。-ShockWaveFlash Object use components produced by Flash player, and use AppFace.dll replacement skin.
Platform: | Size: 243712 | Author: | Hits:

[.netMFCShockwaveflashesEasily_src

Description: drawing images easily, through Shockwave Flash and also adding, easily, Text-To-Speech through Microsoft Speech Object Library
Platform: | Size: 32768 | Author: 姓名 | Hits:

[Multimedia Developflashplayer

Description: Falsh播放器源码。如果你不能编译的话请在Import ActiveX Control中添加c:\winnt\system32\macromed\flash或c:\windows\system\macromed\flash中添加flash.ocx,然后install就可以了,如果您找不到flash.ocx那么请在添加/删除中加入marcomedia shockwave支持或安装flash6。还需要rxlib for d6控件。如果以上您正确安装了,那么就能编译它了。-Falsh player source. If you can not compile if Import ActiveX Control please add c: \ winnt \ system32 \ macromed \ flash or c: \ windows \ system \ macromed \ flash add flash.ocx, and then install it, If you can not find flash.ocx then in the Add/Remove marcomedia shockwave to add support or installation flash6. Also need to rxlib for d6 control. If you correctly installed the above, it will be able to compile it.
Platform: | Size: 16384 | Author: suibian | Hits:

[Audio programFlashPlayer

Description: 行本实例,需要安装“Shockwave flash object”组件,该组件可以到网上下载,下载完后需要进行注册。 例如该组件名称为“flash.ocx”,并且存放路径为C盘根目录,则注册方法如下: (1)打开“开始”/“运行”菜单,输入“regsvr32 C:\flash.ocx”。 (2)单击“确定”按钮,注册完成。 -Line of this example, the need to install " Shockwave flash object" components, the components can be purchased online download, download after registration required. For example, the component named " flash.ocx" , and the storage path for the C root directory, then register as follows: [1] Open the " Start" /" Run" menu, enter " regsvr32 C: \ flash.ocx" . [2] Click " OK" button, complete the register.
Platform: | Size: 1904640 | Author: piit | 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:

[FlashMXShockwaveFlashObject10.0.0

Description: shockwave flash object10.0.0是本人结合网络搜集个人研究而写出来的,内容详尽,举例清晰。-shockwave flash object10.0.0 network is combined with the collection of my own research and write detailed, clear, for example.
Platform: | Size: 43008 | Author: 呀能 | Hits:

[Software Engineeringvbflash

Description: 怎样才能在VB中加入Flash动画呢?我们只要使用Flash5自带的Shockwave Flash.ocx这个控件就可以了。-How can we in VB to add Flash animation do? As long as we use the Shockwave Flash.ocx own Flash5 this control it.
Platform: | Size: 2048 | Author: henry | Hits:

[Internet-NetworkExtractSwf-1.1.0416.src

Description: 解出包含在 Word、Excel 文档中的 Flash 动画文件以便做其他用途-Extract shockwave flash from Word or Excel documents for other usage.
Platform: | Size: 174080 | Author: rltlsz | 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:

[ActiveX/DCOM/ATL4545

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: 105472 | Author: 222 | Hits:

[Multimedia DevelopFlashPlayer

Description: MFC中利用Shockwave flash object组件制作的一个flash小程序,对初学者有用-Shockwave flash object in MFC components that make use of a flash applet, useful for beginners
Platform: | Size: 22528 | Author: 潘陈进 | Hits:
« 12 »

CodeBus www.codebus.net