P Peter Lewis Well-Known Member Licensed User Longtime User Apr 22, 2017 #1 Hi All I am looking for a MP3 player where I can jump to various positions of the mp3 file. I looked at the VLc lib and that does not work. The AB Material lib does not support this function. If you have any ideas, they would be appreciated Thank you Peter
Hi All I am looking for a MP3 player where I can jump to various positions of the mp3 file. I looked at the VLc lib and that does not work. The AB Material lib does not support this function. If you have any ideas, they would be appreciated Thank you Peter
Daestrum Expert Licensed User Longtime User Apr 23, 2017 #2 Is this for the web or desktop app? Upvote 0
klaus Expert Licensed User Longtime User Apr 23, 2017 #3 Have you tried MediaPlayer.Position = xxx xxx is the position in milliseconds. Upvote 0
P Peter Lewis Well-Known Member Licensed User Longtime User Apr 23, 2017 #4 klaus said: Have you tried MediaPlayer.Position = xxx xxx is the position in milliseconds. Click to expand... Thank you , this solved it Upvote 0
klaus said: Have you tried MediaPlayer.Position = xxx xxx is the position in milliseconds. Click to expand... Thank you , this solved it
P Peter Lewis Well-Known Member Licensed User Longtime User Apr 23, 2017 #5 Daestrum said: Is this for the web or desktop app? Click to expand... Was for a desktop app, It has been solved, thanks Upvote 0
Daestrum said: Is this for the web or desktop app? Click to expand... Was for a desktop app, It has been solved, thanks