Click here to Skip to main content
16,018,818 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i need some guidance for adding players to my application in java.Which technology i need to use. am developing my application using struts 1.3.10. I heard something about JavaFX and JMF. Which one is better. How to use them.
please help me..

Thanks in Advance.
Posted

1 solution

Hello,

Struts is just fine and is also lightweight, plus it does not require any client side download. JavaFX is like Silverlight and does require JDK at client side. I think you must be refereing to JSF (JMF), it's also a good alternative and gives ASP.NET web forms like development experience. In my opnion for JSF lack of real good IDE's is the problem.

Now coming down to adding audio/video player's in your struts powered application, begining with HTML5 you can use <audio>[^] tag to insert an audio file in your page, similarly you can use <video>[^] tag to insert a video.

Regards,
 
Share this answer
 
Comments
User-10031173 8-Jul-13 1:31am    
Thanx for rply.
but am developing one website which is related to music. so i need to add players which will support all audio and video files extensions. which one is better. Am totally new to this concept
Prasad Khandekar 8-Jul-13 2:41am    
Hello,

Try using jPlayer available at jplayer.org.

Regards,
User-10031173 8-Jul-13 2:43am    
Ok. I will try and let u know

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900