Very thanks for my previous post about jacontenttype!
and now I have a new trouble of video type,
I want past a custom video address , and I found it when I choice local option, when I click choose Botton and past a link to the bottom input box, for example,past "http://www.othersite.com/video/123.mp4"
it not work , on the front page search source and I have found address was changed to "http://mysite.com/http://www.othersite.com/video/123.mp4"
I known it’s not a bug, if I brown to the local file and choice, that address will work,
so how can I add a new option for custom video link
and only "m4v"file was support?what about "mp4""m3u8"?
maybe you can make a new option for this player, this is a simple
<script type="text/javascript" src="http://yoursite/ckplayer/ckplayer.js"></script>
<div id="video" style="width: 100%; height: 400px;"></div>
<script type="text/javascript">
var videoObject = {
container: '#video', //container ID or className
//flashplayer:true,
video: [//video address
['http://img.ksbbs.com/asset/Mon_1703/05cacb4e02f9d9e.mp4', 'video/mp4', '360p', 0],
['http://img.ksbbs.com/asset/Mon_1703/d0897b4e9ddd9a5.mp4', 'video/mp4', '640p', 0],
]
};
var player = new ckplayer(videoObject);
</script>
can you make it ?
I’d like to pay for the cost of the development!
thanks again!