I am doing my project on Internet Radio in Django.I am using Adobe media player in my chrome as a embedded media player to play mp3 in HTML. This media player has PLAY/PAUSE button also SEEK BAR. I want to disable both of them. So when a client connects to the server, he should not be able to manipulate (pause or seek) media stream. What should be done??? Please Help