|
@@ -140,7 +140,8 @@ public class KwyVideoActivity extends Activity {
|
|
|
//JzvdStd.startFullscreenDirectly(this, VideoPlayer.class, result, mTitle);
|
|
//JzvdStd.startFullscreenDirectly(this, VideoPlayer.class, result, mTitle);
|
|
|
if (videoBean != null && !TextUtils.isEmpty(videoBean.getJson())) {
|
|
if (videoBean != null && !TextUtils.isEmpty(videoBean.getJson())) {
|
|
|
mVideoUrl = videoBean.getJson();
|
|
mVideoUrl = videoBean.getJson();
|
|
|
- JZDataSource dataSource = new JZDataSource(videoBean.getJson(), mTitle);
|
|
|
|
|
|
|
+ EdenManager.getInstance().setVideoUrl(mVideoUrl);
|
|
|
|
|
+ JZDataSource dataSource = new JZDataSource(mVideoUrl, mTitle);
|
|
|
js_video.changeUrl(dataSource, 0);
|
|
js_video.changeUrl(dataSource, 0);
|
|
|
} else {
|
|
} else {
|
|
|
ToastTool.showShort(StringTool.getString(R.string.video_get_failed));
|
|
ToastTool.showShort(StringTool.getString(R.string.video_get_failed));
|