Although i said Flash is taking a lot of RAM memory and resources compare to others web app, but using Flash to create a online slide/photo presentation is definitely more attractive than others, most Flash newbie don’t know how to create a nice looking and cool photo slideshow player, however, there are lots of free Flash viewer application available for download from the Internet, created by those generously designer.
You may use these resource for personal or commercial purpose but make sure included the author’s credit and links.
虽然我说过Flash技术比较消耗电脑内存,但使用Flash技术制作幻灯片/照片播放程序绝对比其它网络技术更加吸引人,大部分的Flash新手并不知道怎么制作一个看起来很酷的Flash图片播放器,虽然如此,在网络上还是有很多心胸宽大的设计师提供免费Flash Slideshow程序下载,
你可以使用以下资源作为个人或商业用途,但请注明作者与连接,尊重版权
- Airtight Viewers
by Artight Interactive,many people are using his work for their web project, i like his work:

- Flash Gallery
- One of popular flash image viewer in internet

- Another Flash gallery
- easy installation (no programming skills required)
- forms slideshow automatically (scans specified folder for images, creates thumbnails and uses filenames for titles)- supports Flickr photostream

There are lots more, but if you know how to do it, why not you create one for yourself? Original always the best right?
网络上还有很多,但如果你知道怎么做,何不自己制造一个呢?东西永远都是原创最好不是吗?
I like Flash, the AS 2.0 and 3.0 it is much more flexible than other web programming language, but unfortunately i think Flash are not suitable for mobile web browser at the moment, since it always taking a lot of resources and memory, however, it is still the best for multimedia production, advanced web presentation and some S60 mobile application.
If you are 1st time visiting this website, you may impress with my “Latest project viewer” flash at the home page. It is developed based on the Action Script 2.0. If you are looking for something that can use for your school project or commercial project, you can consider using this free flash tool, is a cool 3D stunning image viewer:
There are many cool presentation effect you can choose, but meanwhile it is only integrated with Flickr, so you may have to sign up a Flickr account to integrate it. This is the sample:
FotoViewr Photo Gallery 是一个容许你以3D的方式呈现你的Flickr相簿的Flash工具
For more info, refer to FotoViewr

最近如果有上Facebook就会玩这个App - YoVille,
和The Sim类似的网上游戏,打造你自己的卡通人物,
去打工赚钱美化你的家,到你Facebook朋友的家坐坐(其实都不能坐)
给对方留言,开party,和对方谈天等等。

比起2nd life,Google Lively,这个速度会比较快一点,
这个YoVille会比较简单一点,毕竟它是使用Flash技术,
所以不像2nd life和Google Lively那样的3D画面。

你如果无聊,也到那里玩玩吧,每六个小时到
factory那里报到,就可以赚200个coins

或在以其它方法赚钱比如每邀请一个朋友加入,就会赚50,
赚了钱就可以买漂亮的家私、衣服和电器等。

当然,如果你真的很急钱用,又或者你不喜欢家里的东西,可以把它卖掉

也可以到咖啡厅喝饮料,好让你的Energy上升等

还有Sky lounge呢,这里人还真多。但别喝醉哦,我不知道会怎样,我沒试。

偶尔到银行看看自己花费最多是在哪里,哎~买家私买了1150 coins,
casino玩老虎机又输掉54 coins, 不行不行,要努力打工了
如果你也玩,可以找我到我家坐坐(不能坐下啦),我的绰号是Hen.

Apple的iTune/iphone/ipod touch cover flow 的确让人印象深刻,
有些网站也开始用Flash来模仿这种效果,最近有个搜寻网站”SearchMe”
也使用这种效果,而且是完全Full Flash.

也许这对一些在搜寻网站的人会有帮助,毕竟有些人觉得一个一个去打开
在Google Search Result的连接会有点花时间。

但我发现该搜寻器忘了容许使用中文/日文/或任何unicode输入,开发者忽略了这一点,会告诉他们
当你在主页(main page/home page)或一页里分享多个的YouTube Video时,
如果你的电脑不是很新或比较慢/旧的,你会发现整个部落格好像变得慢,
scrolling不是很顺,那是有原因的。
网络上有些人说是因为太多Video clip所以导致变慢,那是不对的,
其实,原因也只是这行code:
<param name=”wmode” value=”transparent”></param>
<embed ………… wmode=”transparent” …..></embed>
避免YouTube video使你的页面变慢,就把以上那两行code给删除掉,
一切就顺畅了。



为什么YouTube要这么做?
也许你会好奇干嘛YouTube要提供这wmode=”tranparent”的语法,
其实是某些用户因为在部落格或网页上常用AJAX来达到某些Layer的显示效果,
如果没有以上语法,有时就会Overlap其它使用layer的画面,
尤其是有使用lightbox的用户,之前有些version会被Flash overlap,
现在的不会了。
还有一个原因也是因为除掉背景颜色(background color),
在Flash的Embed code里,是可以设定背景颜色或透明的,
举个例子,你在Flash里画了一个圆形的shape,你的Flash背景颜色是白色,
但你想把这Flash movie放在一个有背景图的页面,但又不要有白底显示,
这时,你就可以使用 wmode=”transparent” 来达到以下效果。(参考图下)

记得培养习惯把wmode=transparent删除掉哦,
除非删除后你的页面有东西被覆盖,不然这code是对你无益的,
反而会拖慢整个页面的scrolling的顺畅。