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

Search list

[Windows Develop用Macromed提供ocx控件开发的 FLASH 播放器

Description: 每次想看FLASH的时候到都找不到播放器,还是拖进IE里看,于是乎利用Macromedia提供的Flash.ocx以及相关接口进行编写,功能比较完善,不过由于Flash.ocx本身接口的缺陷有些问题不能解决,只有等到研究Swf格式才行,本代码也解决了很多网友不能解决的问题,对这方面感兴趣或对本程序提出BUG的网友可以和我联系 QQ:8207531-I can t find a player everytime when I want play FLASH movie. I have to drag it into IE. So I develp this player by using OCX which provide by Macromedia. Some problem can not be resolved because of the own problem of the OCX. Bug reports cantact me though QQ:8207531
Platform: | Size: 21624 | Author: 杨杰 | Hits:

[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:

[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:

[FlashMXvb内嵌flash应用

Description: vb内嵌flash应用 Type=Exe Form=frmMain.frm Reference=*\\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\\..\\..\\..\\WINDOWS\\SYSTEM\\stdole2.tlb#OLE Automation Object={D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0 SWFLASH.OCX Startup=\"frmMain\" ExeName32=\"FlashTutorial.exe\" Command32=\"\" Name=\"FlashTutorial\" HelpContextID=\"0\" CompatibleMode=\"0\" MajorVer=1 MinorVer=0 RevisionVer=0 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName=\"funky frog systems\" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 CodeViewDebugInfo=0 NoAliasing=0 BoundsCheck=0 OverflowCheck=0 FlPointCheck=0 FDIVCheck=0 UnroundedFP=0 StartMode=0 Unattended=0 Retained=0 ThreadPerObject=0 MaxNumberOfThreads=1-vb embedded flash Exe Application Form Type = R = frmMain.frm eference =* \\ G (00020430 - 0000 - 0000 - C000-000 2.0) 000000046 # # # 0 .. \\ .. \\ .. \\ .. \\ WINDOWS \\ SYS TEM \\ stdole2.tlb OLE Automation Object # = (D27 CDB6B - AE6D - 11CF - 96B8 - 444553540000) # # 1.0 0 SWFLASH.OCX Startup = "frmMain" ExeName32 = "F lashTutorial.exe "Command32 =" "Name =" Flash Tutorial "HelpContextID =" 0 "complete = "0" MajorVer MinorVer = 1 = 0 = 0 Aut RevisionVer oIncrementVer = 0 = 0 ServerSupportFiles Versi onCompanyName = "funky frog systems" Compilat ionType = 0 = 0 FavorPentiumP OptimizationType ro (TM) CodeViewDebugInfo = 0 = 0 = 0 B NoAliasing oundsCheck OverflowCheck = 0 = 0 = FlPointCheck 0 FDIVCheck UnroundedFP = 0 = 0 = 0
Platform: | Size: 52544 | Author: 11 | 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/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:

[Windows Develop用Macromed提供ocx控件开发的 FLASH 播放器

Description: 每次想看FLASH的时候到都找不到播放器,还是拖进IE里看,于是乎利用Macromedia提供的Flash.ocx以及相关接口进行编写,功能比较完善,不过由于Flash.ocx本身接口的缺陷有些问题不能解决,只有等到研究Swf格式才行,本代码也解决了很多网友不能解决的问题,对这方面感兴趣或对本程序提出BUG的网友可以和我联系 QQ:8207531-I can t find a player everytime when I want play FLASH movie. I have to drag it into IE. So I develp this player by using OCX which provide by Macromedia. Some problem can not be resolved because of the own problem of the OCX. Bug reports cantact me though QQ:8207531
Platform: | Size: 21504 | 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:

[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:

[FlashMXvb内嵌flash应用

Description: vb内嵌flash应用 Type=Exe Form=frmMain.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation Object={D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0 SWFLASH.OCX Startup="frmMain" ExeName32="FlashTutorial.exe" Command32="" Name="FlashTutorial" HelpContextID="0" CompatibleMode="0" MajorVer=1 MinorVer=0 RevisionVer=0 AutoIncrementVer=0 ServerSupportFiles=0 VersionCompanyName="funky frog systems" CompilationType=0 OptimizationType=0 FavorPentiumPro(tm)=0 CodeViewDebugInfo=0 NoAliasing=0 BoundsCheck=0 OverflowCheck=0 FlPointCheck=0 FDIVCheck=0 UnroundedFP=0 StartMode=0 Unattended=0 Retained=0 ThreadPerObject=0 MaxNumberOfThreads=1-vb embedded flash Exe Application Form Type = R = frmMain.frm eference =* \ G (00020430- 0000- 0000- C000-000 2.0) 000000046### 0 .. \ .. \ .. \ .. \ WINDOWS \ SYS TEM \ stdole2.tlb OLE Automation Object# = (D27 CDB6B- AE6D- 11CF- 96B8- 444553540000)## 1.0 0 SWFLASH.OCX Startup = "frmMain" ExeName32 = "F lashTutorial.exe "Command32 =" "Name =" Flash Tutorial "HelpContextID =" 0 "complete = "0" MajorVer MinorVer = 1 = 0 = 0 Aut RevisionVer oIncrementVer = 0 = 0 ServerSupportFiles Versi onCompanyName = "funky frog systems" Compilat ionType = 0 = 0 FavorPentiumP OptimizationType ro (TM) CodeViewDebugInfo = 0 = 0 = 0 B NoAliasing oundsCheck OverflowCheck = 0 = 0 = FlPointCheck 0 FDIVCheck UnroundedFP = 0 = 0 = 0
Platform: | Size: 52224 | 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:

[Graph Drawingsource

Description: 类似于ACDSee浏览/查看双界面的Flash动画播放器; 方便快捷的播放控制; 可以直接在地址栏输入flash动画的URL; 可以随意保存本地/远端Flash文件; 支持flash多格式转换; 支持全屏播放; 支持浏览预览; 自动注册SWFlash控件中文版;在本工程中,你可以找到: 1. 浏览/查看双界面切换的实现; 本工程的浏览/查看双界面主要受ACDSee的启发。(使用SPY++) 2. 资源管理器的实现; FlashNow!内嵌一个资源浏览器,希望能对大家有所帮助~~ 3. 在浏览视图中嵌入预览视图; 4. 在“文件对话框”中嵌入预览视图; “打开”文件对话框如图所示: 5. 本地浏览历史记录的实现; 6. 在任务栏显示进度条; 7. OCX控件的注册; 8. 全屏视图的实现; 9. 在工具栏里嵌入组合框以及滑杆; 10. Flash文件的顺序播放; 11. 从Flash程序中抽取swf文件;
Platform: | Size: 246784 | Author: conku | Hits:

[GUI DevelopPlayFlash

Description: 利用flash ocx 制作透明窗口,实现类似 QQ宠物的效果-Using flash ocx transparent window, to achieve a similar effect QQ Pet
Platform: | Size: 35840 | Author: lp | 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:

[e-languageFlash

Description: flash.npk文件是易语言用于翻译Flash.ocx的翻译文件,此文件是易语言生成.-将Flash.ocx和flash.npk一起放到易语言lib目录下 如:“F:\易语言4.0正式版\lib” 启动易语言在菜单栏中选择“工具”,弹出菜单后,再选择“支持库配置”,弹出对话窗口,找到“Flash控件1.0版”.
Platform: | Size: 475136 | Author: 佟雨明 | Hits:

[GUI Developflash_deneme

Description: Flash ocx control in C#.NET
Platform: | Size: 138240 | Author: isa 艧ahin | Hits:

[ActiveX/DCOM/ATLFlash-OCX

Description: VB不支持高版本Flash控件,只支持Flash10d.ocx一下的版本,本经验就是恢复到低版本的办法。-VB version of Flash does not support high-control version only supports Flash10d.ocx about this experience is the way back to the lower version.
Platform: | Size: 1926144 | Author: 郭大万 | Hits:

[Windows Developflash

Description: VB代码Flv播放器,没有使用Flash.ocx控件.-VB code Flv player, didn t use Flash. Ocx
Platform: | Size: 46080 | Author: 糟熘鱼片 | Hits:
« 12 3 »

CodeBus www.codebus.net