@ 2008.09.07 , 14:57

大卡车历险记2

Big Truck Adventures 2
很可爱的游戏场景和操作,路况好的话还可以体验飞驰的感觉(能量条满值按 shift),不过要注意别把货物跑丢了。
[-]


[inline][script]

function reloadSwf() {
var swfContainer = document.getElementById('swfContainer');
while(swfContainer.hasChildNodes())
{
var oSwf = swfContainer.childNodes[0];
swfContainer.removeChild(oSwf);
}
var em= document.createElement('embed');
em.style.width="500px";
em.style.height="400px";
em.setAttribute('src','http://i129.photobucket.com/albums/p240/roveme/swf/bigtruckadventures.swf' );
em.setAttribute('quality','high');
em.setAttribute('pluginspage','http://www.macromedia.com/go/getflashplayer' );
em.setAttribute('type','application/x-shockwave-flash');
swfContainer.appendChild(em);
}
[/script][/inline]

支付宝打赏 [x]
您的大名: 打赏金额:
赞一个 (0)