Originally Posted by
aNGaJe
thax for realy quick answer Mr.777;
all brackets are okay [i mean no missing barck.]
2. nothing changes when i add ";" at line 19
3. actually couldnt get how to use these close(), start(), stop() that means i have no idea to how to define them into SimpleAudioPlayer & Mediaplayer class
SimpleAudioPlayer is your defined and implemented class and they don't have close(), start() and stop() methods. And you try to call them by using the object of the same class. Try thinking and making the object of class that possesses these functions.
And this class is not complete. Post your complete code here to let everyone have a look over these.