- 在线时间
- 5 小时
- 注册时间
- 2007-1-26
- 最后登录
- 2007-12-18
- 阅读权限
- 10
- 帖子
- 11
- 精华
- 0
- 积分
- 4
- UID
- 43

|
参考下16亿的这个东东
http://www.youtube.com/watch?v=mAk3nSgjVBg
是这样传输的
http://www.youtube.com/player2.swf?video_id=v9TzJAbubDM&l=149&t=OEgsToPDskJInqhRCiHLz3M_gGIU_qe7
function showRelatedVideosContent() {
getAndShowNavContent('exRelated', '/watch_ajax?video_id=mAk3nSgjVBg&action_get_related_videos_component&search=%22John%20Mayer%22%20Continuum%20Oklahoma%20City');
}
function showRelatedPlaylistContent() {
getAndShowNavContent('exPlaylist', '/watch_ajax?feature=PlayList&search=%22John%20Mayer%22%20Continuum%20Oklahoma%20City&video_id=mAk3nSgjVBg&action_get_related_playlist_component&p=&index=0');
}
function showRelatedUserContent() {
getAndShowNavContent('exUser', '/watch_ajax?video_id=mAk3nSgjVBg&action_get_user_videos_component&user_id=p_eraUTyRVU&video_count=7');
}
function showHonorsContent() {
getAndShowNavContent('honors', '/watch_ajax?v=mAk3nSgjVBg&action_get_honors=1&l=EN');
}
function showAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Loading..');
getAndShowNavContent('watchlist_container', '/watch_queue_ajax?action_get_all_queue_videos_component&v=mAk3nSgjVBg', postShowAllQueuedVideos);
}
function postShowAllQueuedVideos() {
setInnerHTML('show_all_queued_videos_div', 'Showing All Videos');
jumpToNowPlaying();
}
[ 本帖最后由 猎人 于 2007-2-6 09:30 编辑 ] |
|