include play(int startFrame, int endFrame) in Player
Brought to you by:
javazoom
provide the ability to start playback of a clip from a
particular frame. this could be achieved by
implementing a "play(InputStream is, int startFrame,
int endFrame)" method in Player. this method would play
the stream starting from 'startFrame' and finishing at
'endFrame'.
I am currently having to create my own version of
Player in order to do this.
email me (wanto_@hotmail.com) for source of my version.
thanks.
Logged In: YES
user_id=409003
i would be happy to implement this for you... i have got it
down to 2 additional methods, each 4 lines long.