Using eclipse IDE, create a java project and call it applets.
Create a package and call it multimedia.
Download an image and save it in package folder.
In the package, create a java applet where you load the image.
Use the drawImage() method to display the image, scaled to different sizes.
Create animation in Java using the image.
In the same package folder, download a sound.
Include the sound in your applets and make it repeated while the applet executes. You can locate, load, and play sounds using both the play() and the getAudioClip() methods.
Include your applet in an html file and run it on Internet Explorer browser.
Note:
I just need the code and the method, as in how to do thisspecific program. Your help is very much needed, thankyou.