background
I have a video list, and i want to stop pre video continue requesting data while playing next video, and resume it when i need
what i tried
- exec
pausemethod, but it will not stop request data instantly. - set attribute
srcas empty string'', but when i reset it correctly, it will request from head instead of the break point
is there any way to get what i want
thx first