简体   繁体   English

如何将Flash Player导入Java? 我已经创建了一个浏览器,并且希望它运行Flash,但不会

[英]How do I import flash player into java? I have created a browser and I want it to run flash, but it won't

How do I import flash player into java? 如何将Flash Player导入Java? I have created a browser and I want it to run flash, but I don't know how to go about doing so. 我已经创建了一个浏览器,并且希望它运行Flash,但是我不知道该怎么做。 Is this possible? 这可能吗? Will I have to compile it first - before I can install flash? 在安装Flash之前,我必须先对其进行编译吗? Or is there a way to kind of import or add flash into the actual source so that I'm able to run flash using my web browser. 或者是否可以通过某种方式将Flash导入或添加到实际源中,以便能够使用Web浏览器运行Flash。

In most browsers Adobe Flash runs as a plugin. 在大多数浏览器中,Adobe Flash作为插件运行。 This means that the browser runs the Flash player as a separate program, gives it some room on the screen to display itself, and passes inputs and handles outputs. 这意味着浏览器将Flash Player作为单独的程序运行,在屏幕上为其提供一定的显示空间,并传递输入和处理输出。

You will almost certanly need a licence from Adobe if you want to embed the flash plugin into your software, and you'll probably need to think about cross platform issues. 如果要将Flash插件嵌入到软件中,几乎几乎需要Adobe的许可,并且可能需要考虑跨平台问题。 Adobe's website has a bunch more info. Adobe的网站上有很多信息。

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

相关问题 如何将Java项目导入Flash Builder 4.7? - How do I import a Java project into Flash Builder 4.7? 如何触发启动flv或swf到Flash Player 10.1的意图? - How do I fire an intent to start a flv or swf to Flash Player 10.1? 我应该使用Flash还是Java? - Should I use Flash or Java? 浏览器如何与Flash Player或Java Applet交互? - How does a browser interact with a Flash Player or a Java Applet? 我在 netbeans 的 java 中创建了一个服务器客户端程序,但现在我想在 jgrasp 中运行它 - I have created a server client programm in java in netbeans but now i want to run it in jgrasp Java市场份额:大多数人拥有什么版本的Java运行时? 我是否需要使用Flash才能获得90%的市场份额? - Java marketshare: what version of Java runtime do most people have? Do I need to use Flash to get 90% possible marketshare? 如何从Java调用Flex / Flash / Actionscript方法? - How can I call a Flex/Flash/Actionscript method from Java? 如何在Flash或Java中隐藏盐代码? - How can I hide the salt code in Flash or Java? 如何从Eclipse插件提供Flash策略文件? - How do I serve Flash policy files from an Eclipse plugin? 如何在多次重定向中保留模型Flash属性 - How do I preserve model flash attributes on multiple redirects
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM