Is it possible to have AVI's play in Java Applets at specific times, eg: when a button is pushed?

Recommended Answers

All 2 Replies

Yes, it is possible... but not that easy. First you should learn about Java Media Framework. After that I think you should register somehow your applet because you need permision to play that file in the browser. Applets have limited permission.

Yes, it is possible... but not that easy. First you should learn about Java Media Framework. After that I think you should register somehow your applet because you need permision to play that file in the browser. Applets have limited permission.

kk, thanks for that

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.