English
Super cool Sina news channel web page special effects code
<html> <head> <title>Sina picture news effect downcodes.com</title> <meta http-equiv="Content-Type" content="text/html; charset =gb2312"> </head> <body bgcolor="#FFFFFF" text="#000000"> <p> </p> <p> <script language=javascript> //------- Define parameters such as image path-------------// //Define the path of the large image, var bigPic0 ="/u/info_img/2009-06/20/U1503P167T135D1F4549DT20060629223845.jpg"; var bigPic1 ="/u/info_img/2009-06/20/U1503P167T135D1F4552DT20060629223845.jpg"; var bigPic2 ="/u/info_img/2009-06/20/U1396P167T135D1F4555DT2006062914133 8.jpg"; var bigPic3 ="/u/info_img/2009-06 /20/U1396P167T135D1F4558DT20060628170108.jpg"; //Small picture path var smallPic0 ="/u/info_img/2009-06/20/U1503P167T135D1F4548DT20060629223845.jpg"; var smallPic1 ="/u/info_img/2009-06/20/U1503P167T135D1F4551DT20060629223845. jpg"; var smallPic2 ="/u/info_img/2009-06/20/U1396P167T135D1F4554DT20060629141338.jpg"; var smallPic3 ="/u/info_img/2009-06/20/U1396P167T135D1F4557DT20 060628170108.jpg"; //After clicking on the large picture URLs var PicURL0 ="http://www.downcodes.com"; var PicURL1 ="http://www.downcodes.com"; var PicURL2 ="http://www.downcodes.com"; var PicURL3 = "http://www.downcodes.com"; //Title var t0="Funny program "World Cup Fun" Issue 9: Love Interpretation"; var t1="Audio: Huang Jianxiang's passionate commentary and funny version"; var t2="Play Girl (Internet Baby) "The truth of the incident..."; var describe1="Huang Jianxiang is recognized as the number one football commentator in China; he once proudly claimed that his commentary is the industry standard..."; var describe2="You can also become the first football commentator in China. The PlayGirl X plan will make you the most dazzling star at the top of the game. "; var describe3="What kind of love can be truly held in your hands? Is this kind of love real or illusory? "; // var t=t0+"[|]"+t1+"[|]"+t2+"[|]"+t3; var bigPicURL=bigPic0+"[|]"+bigPic1+"[|]"+bigPic2+"[ |]"+bigPic3; var smallPicURL=smallPic0+"[|]"+smallPic1+"[|]"+smallPic2+"[|]"+smallPic3; var PicURL=PicURL0+"[|]"+PicURL1+"[|]"+PicURL2+ "[|]"+PicURL3; var describe = describe0+"[|]"+describe1+"[|]"+describe2+"[|]"+describe3; // document.write(" <object classid='clsid:d27cdb6e -ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='535' height ='356' ID=FSCommand NAME='focus_one' align='middle'> <param name='allowScriptAccess' value='sameDomain' /> <param name='movie' value='' /> <param name='FlashVars' value='bigPicURL=" + bigPicURL + "&smallPicURL=" + smallPicURL + "&t="+t+"&PicURL="+PicURL+"&describe="+describe+"'/> <param name='quality ' value='high' /> <param name='bgcolor' value='#ffffff' /> <embed src='' FlashVars='bigPicURL=" + bigPicURL + "&smallPicURL=" + smallPicURL + "&t= "+t+"&PicURL="+PicURL+"&describe="+describe+"' quality='high' bgcolor='#ffffff' width='535' height='356' name='focus' swLiveConnect='true' align= 'middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> </object> "); </script > </body> </html>