简体   繁体   English

如何播放参考资料中的Flash电影? (C#)

[英]How can I play a flashmovie which is in my references? (C#)

My program works, except I want to take a flash movie out of the references, not from an external location. 我的程序可以正常工作,除了我要从参考文件中而不是从外部获取Flash电影。 The FlashObject.Movie requires a string location though, and I don't know how to do this. FlashObject.Movie虽然需要一个字符串位置,但我不知道该怎么做。

Any ideas? 有任何想法吗? This should be possible I think. 我认为这应该是可能的。

You can extract you flash from reference to temp folder, and play from there. 您可以将闪存从引用提取到临时文件夹,然后从那里播放。 Or, alternatively, you can use one of the commercial libraries with streams support (For example: f-in-box ) 或者,您也可以使用具有流支持的商业库之一(例如: f-in-box

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在VS2008中,对于C#,我如何确定需要哪些引用,哪些不需要? - IN VS2008, for C#, How can I figure out which references are needed and which are not? C# - 如何使用引用实现一组接口的任何对象的类型? - C# - How can I have an type that references any object which implements a set of Interfaces? 如何在C#中播放声音? - How can I play sound in C#? 如何将项目从引用复制到磁盘? (C#) - How can I copy an item from references to disk? (c#) 如何在C#中创建引用集合 - How can I create a collection of references in C# 如何找到当前项目的所有引用,并确定哪些引用源自C#中的特定基类? - How can I find out all the references for the current project and tell which ones derive from a particular base class in C#? 如何创建可以使用C#选择字体的组合框? - How can i create combo boxes which i can choose my font with C#? 以编程方式,如何指定要在其中放置表 C# 的数据库 - Programmatically, how can I specify the database in which I want to put my table C# 如何让GRPC与C#POCO很好地配合? - How can I get GRPC to play nicely with C# POCOs? 如何在 c# 中一次播放多个频率的声音? - How can I play multiple frequencies of sound at once in c#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM