{"id":111,"date":"2005-06-20T11:06:48","date_gmt":"2005-06-20T03:06:48","guid":{"rendered":"http:\/\/fdream.net\/blog\/article\/111.aspx"},"modified":"2006-03-26T21:03:51","modified_gmt":"2006-03-26T13:03:51","slug":"%e4%b8%80%e4%b8%aa%e7%a2%8e%e7%89%87%e5%b1%8f%e4%bf%9d","status":"publish","type":"post","link":"https:\/\/fdream.net\/blog\/article\/111","title":{"rendered":"\u4e00\u4e2a\u788e\u7247\u5c4f\u4fdd"},"content":{"rendered":"<p><object id=\"swf14\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=9,0,28,0\" width=\"400\" height=\"300\"><param name=\"movie\" value=\"http:\/\/fdream.net\/blog\/wp-content\/uploads\/2005\/06\/zwo4_random.swf\" \/><param name=\"quality\" value=\"high\" \/><param name=\"wmode\" value=\"opaque\" \/><param name=\"allowFullScreen\" value=\"true\" \/><param name=\"allowScriptAccess\" value=\"sameDomain\" \/><embed src=\"http:\/\/fdream.net\/blog\/wp-content\/uploads\/2005\/06\/zwo4_random.swf\" id=\"swf14\" allowFullScreen=\"true\" allowScriptAccess=\"sameDomain\" quality=\"high\" wmode=\"opaque\" pluginspage=\"http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application\/x-shockwave-flash\" width=\"400\" height=\"300\"><\/embed><\/object><\/p>\n<p>\u6548\u679c\u6ca1\u6709\u7406\u60f3\u4e2d\u7684\u597d\u3002<br \/>\u7eaf\u7cb9\u5229\u7528 as \u5b9e\u73b0\uff0c\u8fd9\u6837\u4e00\u6765\uff0c\u56e0\u4e3a\u5168\u90e8\u7531CPU\u8ba1\u7b97\uff0c\u4f7f\u5f97 CPU \u4f7f\u7528\u7387\u5de8\u9ad8\uff0c\u751a\u81f3\u9ad8\u8fbe 100\uff05\uff08\u5076\u7684 CPU \u662f AMD Athlon 2500\uff0b\uff09<\/p>\n<p><pre lang=\"all\">\nfscommand(&quot;fullscreen&quot;, true);\nfunction cr&amp;#101;atemc(i) {\n\tx = Math.random()*1024;\n\ty = Math.random()*768;\n\tx1 = Math.random()*40;\n\tx2 = Math.random()*40;\n\tx3 = Math.random()*40;\n\tx4 = Math.random()*40;\n\ty1 = Math.random()*40;\n\ty2 = Math.random()*40;\n\ty3 = Math.random()*40;\n\ty4 = Math.random()*40;\n\tcolor = Math.random()*0xFFFFFF;\n\talpha = Math.random()*100;\n\t_root.cr&amp;#101;ateEmptyMovieClip(&quot;fd_mc&quot;+i, i+10);\n\twith (eval(&quot;fd_mc&quot;+i)) {\n\t\tlineStyle(1, color, alpha);\n\t\tbeginFill(color, alpha);\n\t\tmoveTo(x1+x, y1+y);\n\t\tlineTo(x2+x, y2+y);\n\t\tlineTo(x3+x, y3+y);\n\t\tlineTo(x4+x, y4+y);\n\t\tlineTo(x1+x, y1+y);\n\t\tendFill();\n\t}\n\t\/\/end with;\n}\n\/\/end function cr&amp;#101;atemc();\n\nfunction mc() {\n\tfor (i=0; i&lt;200; i++) {\n\t\tcr&amp;#101;atemc(i);\n\t\teval(&quot;fd_mc&quot;+i).onEnterFrame = function() {\n\t\t\talpha = Math.random();\n\t\t\tif (alpha&gt;0.5) {\n\t\t\t\tmcalpha = alpha*10;\n\t\t\t} else {\n\t\t\t\tmcalpha = (alpha-1)*10;\n\t\t\t}\n\t\t\t\/\/end if;\n\t\t\tthis._alpha += mcalpha;\n\t\t};\n\t\t\/\/end function;\n\t}\n\t\/\/end for;\n}\n\/\/end function;\n\nmc();\nsetInterval(mc, 3000);\n<\/pre>\n<\/p>\n<p><b><span style=\"color:Red\">\u6e90\u4ee3\u7801\u5982\u4e0b\uff1a<\/span><\/b><\/p>\n<p>fscommand(&#8220;fullscreen&#8221;, true);<br \/>function cr&#101;atemc(i) {<br \/>\tx = Math.random()*1024;<br \/>\ty = Math.random()*768;<br \/>\tx1 = Math.random()*40;<br \/>\tx2 = Math.random()*40;<br \/>\tx3 = Math.random()*40;<br \/>\tx4 = Math.random()*40;<br \/>\ty1 = Math.random()*40;<br \/>\ty2 = Math.random()*40;<br \/>\ty3 = Math.random()*40;<br \/>\ty4 = Math.random()*40;<br \/>\tcolor = Math.random()*0xFFFFFF;<br \/>\talpha = Math.random()*100;<br \/>\t_root.cr&#101;ateEmptyMovieClip(&#8220;fd_mc&#8221;+i, i+10);<br \/>\twith (eval(&#8220;fd_mc&#8221;+i)) {<br \/>\t\tlineStyle(1, color, alpha);<br \/>\t\tbeginFill(color, alpha);<br \/>\t\tmoveTo(x1+x, y1+y);<br \/>\t\tlineTo(x2+x, y2+y);<br \/>\t\tlineTo(x3+x, y3+y);<br \/>\t\tlineTo(x4+x, y4+y);<br \/>\t\tlineTo(x1+x, y1+y);<br \/>\t\tendFill();<br \/>\t}<br \/>\t\/\/end with;<br \/>}<br \/>\/\/end function cr&#101;atemc();<\/p>\n<p>function mc() {<br \/>\tfor (i=0; i<200; i++) {<br \/>\t\tcr&#101;atemc(i);<br \/>\t\teval(&#8220;fd_mc&#8221;+i).onEnterFrame = function() {<br \/>\t\t\talpha = Math.random();<br \/>\t\t\tif (alpha>0.5) {<br \/>\t\t\t\tmcalpha = alpha*10;<br \/>\t\t\t} else {<br \/>\t\t\t\tmcalpha = (alpha-1)*10;<br \/>\t\t\t}<br \/>\t\t\t\/\/end if;<br \/>\t\t\tthis._alpha += mcalpha;<br \/>\t\t};<br \/>\t\t\/\/end function;<br \/>\t}<br \/>\t\/\/end for;<br \/>}<br \/>\/\/end function;<\/p>\n<p>mc();<br \/>setInterval(mc, 3000);<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6548\u679c\u6ca1\u6709\u7406\u60f3\u4e2d\u7684\u597d\u3002\u7eaf\u7cb9\u5229\u7528 as \u5b9e\u73b0\uff0c\u8fd9\u6837\u4e00\u6765\uff0c\u56e0\u4e3a\u5168\u90e8\u7531CPU\u8ba1\u7b97\uff0c\u4f7f\u5f97 CPU \u4f7f\u7528\u7387\u5de8\u9ad8\uff0c\u751a\u81f3\u9ad8\u8fbe 100\uff05\uff08\u5076\u7684 CPU \u662f AMD Athlon 2500\uff0b\uff09 fscommand(&quot;fullscreen&quot;, true); function cr&amp;#101;atemc(i) { x = Math.random()*1024; y = Math.random()*768; x1 = Math.random()*40; x2 = Math.random()*40; x3 = Math.random()*40; x4 = Math.random()*40; y1 = Math.random()*40; y2 = Math.random()*40; y3 = Math.random()*40; y4 = Math.random()*40; color = Math.random()*0xFFFFFF; alpha = Math.random()*100; _root.cr&amp;#101;ateEmptyMovieClip(&quot;fd_mc&quot;+i, i+10); with &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[78,63,26],"class_list":["post-111","post","type-post","status-publish","format-standard","hentry","category-coding","tag-AS","tag-flash","tag-26"],"views":11466,"_links":{"self":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts\/111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/comments?post=111"}],"version-history":[{"count":0,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/posts\/111\/revisions"}],"wp:attachment":[{"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/media?parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/categories?post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fdream.net\/blog\/wp-json\/wp\/v2\/tags?post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}