易截截图软件、单文件、免安装、纯绿色、仅160KB

新浪博客网页flash图片幻灯片导航效果代码

<embed id="focus_flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://image2.sina.com.cn/bj/zonghe/pixviewer.swf" width="180" height="200" type="application/x-shockwave-flash" wmode="opaque" bgcolor="#FDD248" flashvars="pics=http://static8.photo.sina.com.cn/orignal/4569dfbf4e9e7d2184577|http://static2.photo.sina.com.cn/orignal/4569dfbf6493dda960571|http://static3.photo.sina.com.cn/orignal/4569dfbf1bcb093b65a82|http://static11.photo.sina.com.cn/orignal/4569dfbf2d0cfd5bb801a|http://static15.photo.sina.com.cn/orignal/4569dfbfe3c0df433438e&links=http://blog.sina.com.cn/u/446ae4ee010006sx|http://blog.sina.com.cn/u/446ae4ee0100034g|http://blog.sina.com.cn/u/446ae4ee01000720|http://blog.sina.com.cn/u/446ae4ee0100034h|http://blog.sina.com.cn/u/446ae4ee0100035p&texts=新浪博客代码大全|新浪博客鼠标美化代码|新浪博客背景模板代码|博客音乐播放器代码|透明Flash背景代码5&borderwidth=180&borderheight=180&textheight=20" menu="false" quality="high" allowscriptaccess="sameDomain">
代码如下:
<embed ID="focus_flash" src="http://image2.sina.com.cn/bj/zonghe/pixviewer.swf" wmode="opaque" bgcolor="#FDD248"FlashVars="pics=图片地址1|图片地址2|图片地址3|图片地址4|图片地址5&links=文章地址1|文章地址2|文章地址3|文章地址4|文章地址5&texts=文章名字1|文章名字2|文章名字3|文章名字4|文章名字5&borderwidth=180&borderheight=180&textheight=20" menu="false" quality="high" width="180" height="200" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
代码说明:
图片地址:就是你图片或者文章配图的图片地址。
文章地址:如果图片地址1你用的是这一篇文章的图片,那就把这篇文章的地址粘贴在这里。
文章名字:就是这篇文章的名字。
width="180" height="200" 是幻灯片的尺寸,可以自行调节。
bgcolor="#fdd248" 是背景颜色,可以参考颜色代码设置。
textheight=20 是文字区域高度,可以自行调节。


相关文档:

使网页变灰的代码(包括FLASH等所有网页元素)


使网页所有元素变灰的代码,包括FLASH,只支持IE:
第一种方法:把下面的代码加入网页的<head>与</head>之间:
<style type="text/css">
*{filter:Gray;}
</style>
第二种方法:把下面的代码加入网站的CSS文件中:
*{filter:Gray;}
上面的代码可以使除了FLASH之外的网页所有元素变灰 ......

为yl9200修改只有nor flash 的biosbox

一、Nand flash相关
1.关掉inc\config.h 中Nand flash 的编译开关, //#define NAND_FLASH_SUPPORT
2.关掉inc\config.h 中Nand flash 参数保存的编译开关,//#define SAVE_ENV_IN_NAND
3.屏蔽src\Shell.c中Nand flash 参数设置
二、分区修改
原始Nand flash 分区(yl9200)
Creating 5 MTD partitions on "NAND 64MiB ......

ubuntu 9.10 解决 flash种的文字乱码

最近发现在google或者baidu听mp3的时候.flash中的文字显示的全部都是乱码...很难看! 遂google了一下. 找到了解决方法. 分享一下:
sudo vi /etc/fonts/conf.d/49-sansserif.conf 
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!--
If the font still h ......

C#利用Fluorinefx实现使用AMF3协议与Flash通讯

通常,使用Flash来调用.NET组件需用远程调用,实际上我们也可以通过SOCKET直接通信。
具体采用Flash的AMF3或AFM0格式,采用流行的FluorineFx服务器组件,具体代码如下:
依照此用法可以开发网页游戏或其它Flash应用的.NET SOCKET服务器。
using System;
using System.Collections.Generic;
using System.Collections.S ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号