English 中文(简体)
移动媒体参与者
原标题:JavaFX media player in mobile

是否有任何辅导员在移动式的javafx应用中播放录像?

我的守则只奇怪地进行桌面执行。 但是,Javaeno的官方网站说,它使用移动电话。 我使用了他们的样本代码,并gues了什么,在移动电话上也发挥了什么作用。

http://javafx.com/docs/articles/media/EmbeddedPlayer.fx.jsp” rel=“nofollow noretinger” http://javafx.com/docs/articles/media/EmbeddedPlayer.fx.jsp

请帮助我。 我坐在这里一分钟。 = 设计;

最佳回答

我在HTCHD2中测试了它。

录像格式必须用电话支持。 (mp4, avi, 等......但无 flv)

问题回答

暂无回答




相关问题
JavaFX with Maven [closed]

I recently started a JavaFX project, and I d like to use Maven as my compiler/deployment tool. Is there a good tutorial or plugin to integrate JavaFX and Maven?

Displaying a string with variables in JavaFX

I have little quiz game I ve working on and am tracking correct answers. I have a text object that displays the number of consecutive correct answers. This is the content: content: bind consecutive....

non java-developer question

Just a basic question about Java (haven t really done anything with it personally yet): Is it possible to write a Java program that runs in a web browser (via JRE) on the client machine? Is ...

Pros and Cons of JavaFX and Silverlight [closed]

I know there is already a question about the performance of Flex, JavaFX, and Silverlight. My question is a bit more broad: We are evaluating the merits of JavaFX and Silverlight to serve as the GUI ...

How to simplify SVG code?

Is it possible to simplify / clean up svg code by replacing the use-tags with standard svg elements? Maybe an inkscape plugin? Haven t found anything... Background: I m converting some svgs to javafx ...

Dynamically changing a keyframes time attribute in JavaFX

I am making a game in JavaFX and have implemented a slider for controlling the game speed. I have a simple slider (javafx.scene.control.Slider) and I m binding the time attribute for the gameloop to ...

Migrate Java Applet to what/where?

I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems. It s a tool to create custom labels, so we need drag-n-drop and other ...

热门标签