Using the soundcloud api's RESOLVE from vb.net, plus very general questions
问题 I have a website written in vb.net (actually asp.net using VB) and I want to allow users to view soundcloud videos embedded in pages. The idea is to use the javascript api to add a particular feature that a specialized subset of users might want. I need the ability from javascript to make the audio do such actions as: 1) play 2) pause 3) seek also, I need to get events from the audio to tell me when the audio has 1) paused 2) started to play and 3) seeked and 4) ended. This is fairly basic,