- 去年给圣诞给AMD做的贺卡半产品
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 一个FLASH的体育产品展示的站,终于给钱了
由于是国外的速度有点慢
http://www.dkn-technology.com/index.htm 产品的类别可以自己定义删除增加,自动生成FLASH菜但
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 一个小私活-3dBOX
图片连接,大小,转动速度,通过XML自定义,应用了FLASH的矩阵变换
XML数据格式
<?xml version="1.0" encoding="utf-8"?>
<data>
<config>
<r>65</r>
<speed>5</speed>
</config>
<item>
<pic>image/01.jpg</pic>
<link>http://www.1.com</link>
</item>
<item>
<pic>image/02.jpg</pic>
<link>http://www.2.com
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()
- 一个小私活-3dslide
字体颜色,背景颜色,图片连接都能通过XML自定义
数据XML格式
<?xml version="1.0" encoding="utf-8"?>
<data>
<config>
<delay>5</delay>
</config>
<item>
<pic>image/01.jpg</pic>
<bgcolor>0x99CC00</bgcolor>
<fontcolor>0xffffff</fontcolor>
<intro><![CDATA[中国字]]></intro>
<link>http://www.1.com</link>