C#与Flash互操作(转)_大鹏展翅恨天低
http://hi.baidu.com/guodanpi/blog/item/f8f79c25b686216234a80fa6.html
http://livedocs.adobe.com/flash/9.0_cn/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000346.htm

CodeProject: Sending Data from a Flash Movie to the Hosting C# Application. Free source code and programming help
http://www.codeproject.com/KB/cs/fscommand.aspx

示例:将外部 API 用于 ActiveX 容器 — Flash CS3
http://livedocs.adobe.com/flash/9.0_cn/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000346.html

岩屋: 用VB6.0来打造Apollo
http://snowyrock.spaces.live.com/blog/cns!B8CBEB7169880B1D!246.entry

範例:搭配 ActiveX 容器使用外部 API –Flash CS3
http://livedocs.adobe.com/flash/9.0_tw/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000346.html

岩屋: 2007年2月
http://snowyrock.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=amonth%3D2%26ayear%3D2007

示例:将外部 API 用于 ActiveX 容器 — Flash CS3
http://livedocs.adobe.com/flash/9.0_cn/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000346.html

c#与flash开发程序资料_FairyLand梦幻仙境
http://hi.baidu.com/airfly000/blog/item/2337a35195df831c367abe93.html

C# Flash 程序开发_我就是神话
http://hi.baidu.com/zhaochunyu0104/blog/item/6720114c58966efdd62afc12.html

CodeProject: Multiple File Upload With Progress Bar Using Flash and ASP.NET. Free source code and programming help
http://www.codeproject.com/KB/aspnet/FlashUpload.aspx

CodeProject: Flash GUI for your exe using minimalistic approach. Free source code and programming help
http://www.codeproject.com/KB/cpp/FlashGui.aspx

CodeProject: Flash and .NET with FlashRemoting. Free source code and programming help
http://www.codeproject.com/KB/web-image/FlashRemoting.aspx

flash在C#中的应用 – 我是程序员 – 博客园
http://www.cnblogs.com/mengxin523/archive/2008/11/18/1335556.html

CodeProject: Fun with C# and the Flash Player 8 External API. Free source code and programming help
http://www.codeproject.com/KB/audio-video/flashexternalapi.aspx

How to play .flv video files using vb.net winfrom application : Visual Basic General : Visual Basic : MSDN Forums
http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/f7203dad-def5-4b9c-90c1-9bd373ed71db/

Disabling Flash (AxShockwaveFlash) Right-Click Context Menu
http://blogs.vbcity.com/drydo/archive/2008/03/03/8991.aspx

How to play .flv video files using vb.net winfrom application : Visual Basic General : Visual Basic : MSDN Forums
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/f7203dad-def5-4b9c-90c1-9bd373ed71db/

I can play a SWF video but not a Flash Video – why? : Visual Basic General : Visual Basic : MSDN Forums
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7043135e-0f7a-4f22-855b-12c59e50a49e/

I can play a SWF video but not a Flash Video – why? : Visual Basic General : Visual Basic : MSDN Forums
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/7043135e-0f7a-4f22-855b-12c59e50a49e/
So the steps you have to do in simple words:

    *
      Create a swf file with some functionality to be able to load a flv file (lets call it flvplayer.swf with the actionscript funtion loadFLV to load the FLV file)
    *
      Add the Flash ActiveX component to your form like you already did
    *
      Set the movie of your control to flvplayer.swf
    *
      Call the actionscript function of the flvplayer.swf thru your activex-control to load the flv movie into the swf movie

Code Snippet

axShockwaveFlash.LoadMovie(0, "D:\\\\flvplayer.swf")

axShockwaveFlash.CallFunction("<invoke name=""loadFLV"" returntype=""xml""><arguments><string>" + flvFileName + "</string></arguments></invoke>")

c#与flash通信 – 小春的空间 – DonewsBlog
http://blog.donews.com/foba/archive/2007/06/01/1171041.aspx

黄永刚的灿烂生活
http://flex2.blog.com.cn/index.shtml
Obejct.watch()

[ 矛盾的结合体]想用C#写个Flash 播发器,希望高手给点意见 – 微软高校信息与交流中心网站论坛
http://www.mscenter.edu.cn/forum/ShowThread.aspx?PostID=224

C# – AxHost – Flash Player troubleshooting – MSDN Forums
https://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3187861&SiteID=1

单元八 多媒体处理 .net实例,.net技巧,.net教程,电脑教程,软件教程,学网
http://www.xue5.com/itedu/200802/105272_6.html

Flash内嵌于C#程序中的应用 – apcsherry的专栏 – CSDNBlog
http://blog.csdn.net/apcsherry/archive/2006/01/04/570211.aspx
lash是通过fscommand命令来控制的, fscommand在flash中的格式是fscommand(commandname,arg)。使用了这个命令就会在C#应用程序中产生一个fscommand事件.通过一个EventHandler来处理。this.axShockwaveFlash1.FSCommand += new AxShockwaveFlashObjects._IShockwaveFlashEvents_FSCommandEventHandler(this.axShockwaveFlash1_FSCommand);

Flash内嵌于C#程序中的应用 – apcsherry的专栏 – CSDNBlog
http://blog.csdn.net/apcsherry/archive/2006/01/04/570211.aspx
OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axShockwaveFlash1.OcxState")));;

使用c#.NET实现视频播放 – apcsherry的专栏 – CSDNBlog
http://blog.csdn.net/apcsherry/archive/2006/01/04/570202.aspx

VB 多媒体处理_我是黄扬俊
http://hi.baidu.com/524076220/blog/item/30330f95b42cff0c7bf480f6.html

آوردن swf در visual studio – انجمن موبایل و کامپیوتر آریا
http://iranmatrix.cn/forums/showthread.php?t=39655

关于动态插入Flash动画失败的问题——学C#后的第一个问题兼散分 .NET技术 / C# – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060706/00/4863051.html

[VB.net] Insérer une animation FLASH (Clubic.com)
http://www.clubic.com/forum/programmation/vb-net-inserer-une-animation-flash-id178600-page1.html

how to resolve InvalidActiveXStateException while loading chart?
http://www.fusioncharts.com/forum/Topic8071-7-1.aspx#bm8085

thecheong.com – Flash and C# (VS2005)
http://www.thecheong.com/solutions/20070730-Flash_and_C_VS2005.html

DevCity.NET :: Multiple Forms in VB.NET. Part 1
http://www.devcity.net/Articles/94/multipleforms.aspx

[RESOLVED] textbox ? – VBForums
http://www.vbforums.com/showthread.php?t=408858

Unable to add Flash 8 control in VS2005 – Tentative workaround…
http://blogs.vbcity.com/drydo/archive/2005/12/07/5731.aspx

[2005] reference to "AxShockwaveFlash" – VBForums
http://www.vbforums.com/showthread.php?t=409023

AxShockwaveFlash object disappears at runtime – MSDN Forums
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=410204&SiteID=1

Hosting Flash ActiveX
http://www.pcreview.co.uk/forums/thread-2611270.php

技术!让山寨机死机的短信[恶搞仅供娱乐]。。。。来源-5700论坛 » – 诺基亚N82论坛 – 塞班智能手机论坛-Symbian系统智能手机中文论坛
http://bbs.dospy.com/thread-2337945-1-2.html

历史博文

标签:
八月 1, 2009 at 4:48 下午 by yippee 1,021 次
Category: Info
Tags: