Copy codeThe Code is as follows: <Head>
<Title> Sina's image news effect </title>
<Meta http-equiv = "Content-Type" content = "text/html; charset = gb2312">
</Head>
<Body bgcolor = "# FFFFFF" text = "#000000">
<P> </p>
<P>
<Script language = javascript>
// ------- Define image path and other parameters -------------//
// Define the path of the big image,
Var bigPic0 = "http://image2.sina.com.cn/book/U1503P167T135D1F4549DT20060629223845.jpg ";
Var bigPic1 = "A http://image2.sina.com.cn/book/U1503P167T135D1F4552DT20060629223845.jpg ";
Var bigPic2 = "http://image2.sina.com.cn/book/U1396P167T135D1F4555DT20060629141338.jpg ";
Var bigPic3 = "http://image2.sina.com.cn/book/U1396P167T135D1F4558DT20060628170108.jpg ";
// Small image path
Var smallPic0 = "http://image2.sina.com.cn/book/U1503P167T135D1F4548DT20060629223845.jpg ";
Var smallPic1 = "http://image2.sina.com.cn/book/U1503P167T135D1F4551DT20060629223845.jpg ";
Var smallPic2 = "http://image2.sina.com.cn/book/U1396P167T135D1F4554DT20060629141338.jpg ";
Var smallPic3 = "http://image2.sina.com.cn/book/U1396P167T135D1F4557DT20060628170108.jpg ";
// The URL after clicking a large image
Var PicURL0 = "http://www.jb51.net ";
Var PicURL1 = "http://www.jb51.net ";
Var picurl2= "http://www.jb51.net ";
Var PicURL3 = "http://www.jb51.net ";
// Title
Var t0 = "funny program" play the World Cup "No. 9th: Love traps ";
Var t1 = "audio: Huang jianxiang passion commentary funny edition ";
Var t2 = "Play Girl (Network baby) X Plan ";
Var t3 = "Memory" Love is a fan ";
// Description
Var describe0 = "the pony sent an independent spying to the site of the German World Cup to investigate the truth of the" commentary "incident ...... ";
Var describe1 = "Huang jianxiang is recognized as the first Chinese Football commentator. He once proudly declared that his commentary is an industry standard ...... ";
Var describe2 = "You can also become the game MM, PlayGirl X program, which will make you the most dazzling star in the game's Peak. ";
Var describe3 = "what kind of love can truly hold in your hands? Is such a love true 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, 535 'width = '000000' height = '000000' ID = FSCommand NAME = 'focus _ one' align = 'middle'> \
<Param name = 'allowScriptAccess' value = 'sample'/> \
<Param name = 'movi' value = 'HTTP: // www.jb51.net/demo/flash/bnfocus.swf'/> \
<Param name = 'flashvars' value = 'bigpicurl = "+ bigPicURL +" & smallPicURL = "+ smallPicURL +" & t = "+ t +" & PicURL = "+ PicURL + "& describe =" + describe + "'/> \
<Param name = 'quality' value = 'high'/> \
<Param name = 'bgcolor' value = '# ffff'/> \
<Embed src = 'HTTP: // export FlashVars = 'bigpicurl = "+ bigPicURL +" & smallPicURL = "+ smallPicURL +" & t = "+ t +" & PicURL = "+ PicURL +" & describe = "+ describe +" 'quality = 'high' bgcolor = '# ffff' width = '000000' height = '000000' name = 'delete' swLiveConnect = 'true' align =' middle 'allowscriptaccess = 'sample' type = 'application/x-shockwave-flash' pluginspage = 'HTTP: // www.macromedia.com/go/getflashplayer'/> \
</Object> \
");
</Script>
</Body>
</Html>
Due to editor problems, each> \ is followed by a space, which can be deleted.
Let's give it a correct one. Let's see it.