Fast Forward

junaidahmed

Well-Known Member
Licensed User
Longtime User
How can I use SeekBar in conjunction with MediaPlayerStream so user will be able to fast forward or rewind ?
 

junaidahmed

Well-Known Member
Licensed User
Longtime User
sorry for asking wrong question,actually i would like to change the speed of mp3 file by programatically.pls advise ASAP.
 
Upvote 0

junaidahmed

Well-Known Member
Licensed User
Longtime User
i have downloaded swt1-3.zip example but when i compile it shows an error message as

Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 121
Play.Start("PlaySound",Array As Object(DurSB.Value))
Word: ).

pls advise where it is problem
 
Last edited:
Upvote 0

cheap

New Member
You could try to set the Seekbar.Max value to MediaPlayer.Duration.
Then set MediaPlayer.Position to Seekbar.Value.

Best regards.

I have the same problem.
MediaPlayerStream (not MediaPlayer) does not support/have "Position"
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…