當前位置:編程學習大全網 - 源碼下載 - 緊急提問誰有網頁幻燈的html的代碼?有加分

緊急提問誰有網頁幻燈的html的代碼?有加分

搜弧IT頻道的幻燈片切換的特效源代碼

<html>

<head>

<title>網頁特效|Linkweb.cn/Js|---搜弧IT頻道的幻燈片切換的特效源代碼</title>

<body>

<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>

<TBODY>

<TR>

<TD>

<DIV align=center>

<SCRIPT type=text/javascript>

<!--

t=3; //secs per slide

// promos + links

prmo = new Array();

link = new Array();

prmo[1]="/js";

prmo[2]="/js";

//prmo[2]="/js";

prmo[4]="/js";

prmo[0]="/js";

prmo[3]="/js";

//init

promos = "";

links = "";

// build flashvars

for (x=0;x<prmo.length;x++) {

promos += (x+1<prmo.length) ? prmo[x]+"|" : prmo[x];

links += (x+1<prmo.length) ? link[x]+"|" : link[x];

}

var MM_contentVersion = 6;

var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;

if ( plugin ) {

var words = navigator.plugins["Shockwave Flash"].description.split(" ");

for (var i = 0; i < words.length; ++i)

{

if (isNaN(parseInt(words[i])))

continue;

var MM_PluginVersion = words[i];

}

var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;

}

else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0

&& (navigator.appVersion.indexOf("Win") != -1)) {

document.write('<SCR' + 'IPT LANGUAGE=VBScript> \n'); //FS hide this from IE4.5 Mac by splitting the tag

document.write('on error resume next \n');

document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');

document.write('</SCR' + 'IPT> \n');

}

if ( MM_FlashCanPlay ) {

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="410" height="200" align="middle">');

document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/js/img.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" />');

document.write('<param name="FlashVars" value="p=' + promos + '&l=' + links + '&t=' + t + '">');

document.write('<embed src="/js/img.swf" FlashVars="p=' + promos + '&l=' + links + '&t=' + t + '" quality="high" bgcolor="#ffffff" width="410" height="200" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="/go/getflashplayer" wmode="transparent" />');

document.write('</object>');

}

//-->

</SCRIPT>

</DIV></TD></TR></TBODY></TABLE>

<body>

</html>

  • 上一篇:矩陣參數化的方法有哪些?
  • 下一篇:天堂和地獄
  • copyright 2024編程學習大全網