<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>我想网 &#187; Flash</title>
	<atom:link href="http://www.iwanna.cn/topics/ui/adobe/flash-adobe-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwanna.cn</link>
	<description></description>
	<lastBuildDate>Mon, 26 Dec 2011 05:46:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>开源Flash图表解决方案Finger Chart简介</title>
		<link>http://www.iwanna.cn/archives/2010/11/22/5888/</link>
		<comments>http://www.iwanna.cn/archives/2010/11/22/5888/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 15:55:18 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Chart]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=5888</guid>
		<description><![CDATA[Finger Chart （以下简称Finger）是一个轻量级的基于Flash技术开发的图表解决方案(未来考虑扩展到HTML5平台)，由RIAMeeting社区推出，并基于LGPL协议开源。图表包括常见图表类型，包含线图，柱图，条图，饼图，区域图，散点图，气泡图等；Finger的应用目标是：Web应用和移动应用，因此也可以看出图表命名的初衷，即保持轻量级和较小的资源占用，以在有限的硬件资源下获得平稳流畅的运行。 点击这里查看图表演示 Finger 包含3个开发主体： 基于AS3开发的图表展现 基于JavaScript实现的图表HTML嵌入 针 对服务器端代码开发的类库(基于使用者的贡献) Finger具备如下的主要特点和设计初衷： 轻量级：图表基 于纯ActionScript开发，并不断得到优化，使得图表可以保持较小的体积和较小的资源占用率。 易用：对前端工程师而言，使 用封装的JavaScript类库让您可以很方便的将图表嵌入HTML。而对于后端程序员，使用针对服务器端代码开发的类库让您可以更方便的与项目代码集 成。 灵活的外观定义方式：如果您对Finger默认的外观不满意，大可以进行自我定制。Finger的外观使 用了两套彼此协作的机制：CSS和Skin，其中CSS使用网页通用的样式表属性进行描述，而Skin部分则允许您通过Flash Pro进行创建和修改。结合这两种方式，将给您的外观创建带来极大的灵活性。 允许载入外部插件：您可以基于约定的接口创建一个插 件，编译为单独的SWF文件，并在图表中载入，与图表协同工作。这种方式将让您在不需修改基本功能的条件下，完成一些额外的功能。 可 扩展的架构设计：Finger基于一个可扩展的架构来实现，各个图表组成部分都得到抽象并与具体实现相分离，图表则基于工厂模式来进行组装，在此基础上扩 展其它类型的图表将会更加方便。 可视化组件支持：未来版本将针对Flash Pro创建一个组件库，允许通过Flash Pro轻松应用图表组件并绑定数据源。 我可以做什么？ Finger Chart是一个开源项目，它的发展离不开大家共同的参与。如果您喜欢Finger Chart，并希望为它扩展功能或弥补不足，欢迎加入Finger Chart开发小组（请进入论坛申请）。您可以贡献的部分包括： 客户端Code：包括增加新的图表 类型，新的皮肤等等 服务器端Code：包括针对PHP，.NET，JAVA等后端技术的图表封装 在线文档库： http://www.riameeting.com/fingerchart/guide.html © 我想网 Akon 所有 , 2010. &#124; 永久链接 &#124; 没有评论 &#124; 提交到 Google Reader 鲜果 抓虾 Feed enhanced [...]]]></description>
			<content:encoded><![CDATA[<p>Finger <a href="http://www.iwanna.cn/tags/chart/" class="st_tag internal_tag" rel="tag" title="标签 Chart 下的日志">Chart</a>  （以下简称Finger）是一个轻量级的基于Flash技术开发的图表解决方案(未来考虑扩展到HTML5平台)，由RIAMeeting社区推出，并基于LGPL协议开源。图表包括常见图表类型，包含线图，柱图，条图，饼图，区域图，散点图，气泡图等；Finger的应用目标是：Web应用和移动应用，因此也可以看出图表命名的初衷，即保持轻量级和较小的资源占用，以在有限的硬件资源下获得平稳流畅的运行。<br />
<a href="http://www.riameeting.com/fingerchart/demo.html" target="_blank">点击这里查看图表演示</a><br />
<a href="http://www.iwanna.cn/" title="我想网" target="_blank"><img src="http://www.riameeting.com/fingerchart/image/line1.png" alt="开源Flash图表解决方案Finger Chart简介 | iwanna.cn 我想网" /><a href="http://www.iwanna.cn/" title="我想网" target="_blank"></a><img src="http://www.riameeting.com/fingerchart/image/pie1.png" alt="开源Flash图表解决方案Finger Chart简介 | iwanna.cn 我想网" /></a><br />
<span id="more-5888"></span><br />
Finger 包含3个开发主体：<br />
基于AS3开发的图表展现<br />
基于JavaScript实现的图表HTML嵌入<br />
针 对服务器端代码开发的类库(基于使用者的贡献)<br />
Finger具备如下的主要特点和设计初衷：<br />
轻量级：图表基 于纯ActionScript开发，并不断得到优化，使得图表可以保持较小的体积和较小的资源占用率。<br />
易用：对前端工程师而言，使 用封装的JavaScript类库让您可以很方便的将图表嵌入HTML。而对于后端程序员，使用针对服务器端代码开发的类库让您可以更方便的与项目代码集 成。<br />
灵活的外观定义方式：如果您对Finger默认的外观不满意，大可以进行自我定制。Finger的外观使  用了两套彼此协作的机制：CSS和Skin，其中CSS使用网页通用的样式表属性进行描述，而Skin部分则允许您通过Flash  Pro进行创建和修改。结合这两种方式，将给您的外观创建带来极大的灵活性。<br />
允许载入外部插件：您可以基于约定的接口创建一个插 件，编译为单独的SWF文件，并在图表中载入，与图表协同工作。这种方式将让您在不需修改基本功能的条件下，完成一些额外的功能。<br />
可 扩展的架构设计：Finger基于一个可扩展的架构来实现，各个图表组成部分都得到抽象并与具体实现相分离，图表则基于工厂模式来进行组装，在此基础上扩 展其它类型的图表将会更加方便。<br />
可视化组件支持：未来版本将针对Flash Pro创建一个组件库，允许通过Flash  Pro轻松应用图表组件并绑定数据源。<br />
我可以做什么？<br />
Finger  Chart是一个开源项目，它的发展离不开大家共同的参与。如果您喜欢Finger Chart，并希望为它扩展功能或弥补不足，欢迎加入Finger  Chart开发小组（请进入论坛申请）。您可以贡献的部分包括：<br />
客户端Code：包括增加新的图表 类型，新的皮肤等等<br />
服务器端Code：包括针对PHP，.NET，JAVA等后端技术的图表封装<br />
在线文档库：<br />
<a href="http://www.riameeting.com/fingerchart/guide.html" target="_blank">http://www.riameeting.com/fingerchart/guide.html</a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/11/22/5888/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/11/22/5888/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/11/22/5888/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/11/22/5888/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/11/22/5888/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/11/22/5888/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>28 个Flash页面载入进度效果(Loading)欣赏</title>
		<link>http://www.iwanna.cn/archives/2010/10/03/5464/</link>
		<comments>http://www.iwanna.cn/archives/2010/10/03/5464/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 05:41:05 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=5464</guid>
		<description><![CDATA[几乎每个Flash网站都拥有一个页面载入进度动画，设计者们也颇爱在该元素上玩创意。尽管我个人是希望在浏览任何一个网站的时候，根本就不要看到 进度条或一闪而过就好。但有创意的优秀Flash Loading设计还是让人愿意等待。 本文里面，我想网向你展示28个Flash页面载入进 度效果(Loading)欣赏。 1. Xixi no Banho 2. Just in Queso 3. Puma 4. Sam Design 5. Mary and Max 6. Comcast Town 7. Reva France 8. Nil in alt benliginin 9. Drinkzzz 10. Devotchka 11. Max Shaman 12. Au Smart Sports 13. Red Bull Soapbox Racer 14. Cheese and Burger 15. Brand [...]]]></description>
			<content:encoded><![CDATA[<p>几乎每个Flash网站都拥有一个页面载入进度动画，设计者们也颇爱在该元素上玩创意。尽管我个人是希望在浏览任何一个网站的时候，根本就不要看到 进度条或一闪而过就好。但有创意的优秀Flash Loading设计还是让人愿意等待。</p>
<p>本文里面，<strong><a title="我想网" href="http://www.iwanna.cn/" target="_blank">我想网</a></strong>向你展示<strong>28个Flash页面载入进 度效果(Loading)欣赏</strong>。</p>
<h3><a href="http://www.xixinobanho.org.br/" target="_blank">1. Xixi no Banho</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144544218.jpg" alt="Flash Loading" width="540" height="300" /><br />
<span id="more-5464"></span></p>
<h3><a href="http://justinqueso.org/" target="_blank">2. Just in Queso</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144545659.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://lift.puma.com/" target="_blank">3. Puma</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144545685.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.samueleschiavo.it/" target="_blank">4. Sam Design</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144546434.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.maryandmax.com/" target="_blank">5. Mary and Max</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144546598.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.comcasttown.com/" target="_blank">6. Comcast Town</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144546273.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.revafrance.fr/" target="_blank">7. Reva France</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144547866.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.nilkaraibrahimgil.com/" target="_blank">8. Nil in alt  benliginin</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144548382.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://zzz.drinkzzz.com/" target="_blank">9. Drinkzzz</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144548359.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://devotchka.net/" target="_blank">10. Devotchka</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144549254.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.maxshaman.com/" target="_blank">11. Max Shaman</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144549372.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://au-ss.jp/pc/5min/" target="_blank">12. Au Smart Sports</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144551491.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.redbullsoapboxracer.com/" target="_blank">13. Red Bull  Soapbox Racer</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144555613.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.cheeseandburger.com/" target="_blank">14. Cheese and  Burger</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/200991714465600.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://brandstudio.ru/works/screensaver/" target="_blank">15.  Brand Studio</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144614119.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.harrypottertweet.com/" target="_blank">16. Harry Potter  Tweet</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144616788.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://lech.pl/nowakaledonia/" target="_blank">17. Lech</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144616350.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.corny.de/" target="_blank">18. Corny</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144617379.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.msichicago.org/fileadmin/Activities/Games/simple_machines/" target="_blank">19. Museum of Science and Industry</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144619492.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.ff0000.com/portfolio/lands_end/swim_2009/" target="_blank">20. Swim Island from lands End</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144619510.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://cokelato.k2.pl/" target="_blank">21. Lato z Coca-Cola</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144620354.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.mcq.org/momies/" target="_blank">22. MCQ</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144620477.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.rescuethepuppets.com/" target="_blank">23. Rescue the  Puppets</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144621281.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.kraftbrands.com/caprisun/disrespectoids/index.aspx" target="_blank">24. Disrespectoids</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144621565.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.theeggrepublic.com/" target="_blank">25. The Egg  Republic</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144622166.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://hf3.coca-cola.com/" target="_blank">26. Coca Cola</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144623293.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.6minutestomidnight.com/" target="_blank">27. Watchmen</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144624189.jpg" alt="Flash Loading" width="540" height="300" /></p>
<h3><a href="http://www.galaicofolia.com/" target="_blank">28. Galaicofolia</a></h3>
<p><img title="Flash Loading" src="http://images.uheed.com/iwanna/2010/10/03/flash-loading/2009917144626254.jpg" alt="Flash Loading" width="540" height="300" /></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/10/03/5464/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/10/03/5464/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/10/03/5464/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/10/03/5464/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/10/03/5464/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/10/03/5464/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>12网站帮你学习Flash/ActionScript</title>
		<link>http://www.iwanna.cn/archives/2010/09/29/5442/</link>
		<comments>http://www.iwanna.cn/archives/2010/09/29/5442/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 04:47:02 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=5442</guid>
		<description><![CDATA[Adobe Flash是一个非常优秀的技术，允许开发人员向网页添加交互性和流畅的动画。其受欢迎程度是如此巨大，你会发现，许多网站已经致力于帮助开发者学习Flash。 在这篇文章中，我想网 为您准备了12个值得收藏的网站，对于每个项目，你会从网站中发现为您准备的三个教程来帮你进阶学习。 1. kirupa.com 教程示例: Simple Page Transitions Creating and Animating Clouds Falling Text 2. gotoandlearn.com 教程示例: ActionScript 3 Sound Basics Creating 3D Carousels Creating Flash Tooltips 3. gotoAndPlay() 教程示例: Developing a space shooter game Skeletal Animations How to protect SWFs from decompilers? 4. Adobe – Flash Developer Center 教程示例: Using ActionScript to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> Flash是一个非常优秀的技术，允许开发人员向网页添加交互性和流畅的动画。其受欢迎程度是如此巨大，你会发现，许多网站已经致力于帮助开发者学习Flash。</p>
<p>在这篇文章中，<a href="http://www.iwanna.cn/">我想网</a> 为您准备了12个值得收藏的网站，对于每个项目，你会从网站中发现为您准备的三个教程来帮你进阶学习。</p>
<h3>1. <a href="http://www.kirupa.com/developer/flash/index.htm">kirupa.com</a></h3>
<p><a href="http://www.kirupa.com/developer/flash/index.htm"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-01_kirupa_dot_com.png" alt="12网站帮你学习Flash/ActionScript | iwanna.cn 我想网" width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.kirupa.com/developer/flash8/video/simplePageTransitions.htm">Simple Page Transitions</a></li>
<li><a href="http://www.kirupa.com/developer/flash8/video/animatingClouds.htm">Creating and Animating Clouds</a></li>
<li><a href="http://www.kirupa.com/developer/flash8/video/fallingText.htm">Falling Text</a></li>
</ul>
<p><span id="more-5442"></span></p>
<h3>2. <a title="gotoandlearn.com - Free video tutorials by Lee Brimelow on the Flash Platform" href="http://www.gotoandlearn.com/">gotoandlearn.com</a></h3>
<p><a href="http://www.gotoandlearn.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-02_gotoandlearn.png" alt="12网站帮你学习Flash/ActionScript | iwanna.cn 我想网" width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.gotoandlearn.com/player.php?id=61">ActionScript 3 Sound Basics</a></li>
<li><a href="http://www.gotoandlearn.com/player.php?id=61">Creating 3D Carousels</a></li>
<li><a href="http://www.gotoandlearn.com/player.php?id=56">Creating Flash Tooltips</a></li>
</ul>
<h3>3. <a href="http://www.gotoandplay.it/">gotoAndPlay()</a></h3>
<p><a href="http://www.gotoandplay.it/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-03_gotoandplay.jpg" alt="gotoAndPlay() - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.gotoandplay.it/_articles/2004/10/sshooter.php">Developing a space shooter game</a></li>
<li><a href="http://www.gotoandplay.it/_articles/2007/04/skeletal_animation.php">Skeletal Animations</a></li>
<li><a href="http://www.gotoandplay.it/_articles/2004/04/swfProtection.php">How to protect SWFs from decompilers?</a></li>
</ul>
<h3>4. <a href="http://www.adobe.com/devnet/flash/">Adobe – Flash Developer Center</a></h3>
<p><a href="http://www.adobe.com/devnet/flash/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-04_adobe_flash_center.jpg" alt="Adobe - Flash Developer Center - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.adobe.com/designcenter/flash/articles/flacs3it_astimeline.html">Using ActionScript to pause and loop the timeline in Flash</a></li>
<li><a href="http://www.adobe.com/designcenter/video_workshop/index.html?id=vid0120">Drawing with the Pen tool</a></li>
<li><a href="http://www.adobe.com/designcenter/aftereffects/articles/aft7at_3dflashbutton.html">Creating a 3D button animation for Flash</a></li>
</ul>
<h3>5. <a href="http://www.flashkit.com/">Flash Kit</a></h3>
<p><a href="http://www.flashkit.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-05_flash_kit.png" alt="Flash Kit - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.flashkit.com/tutorials/Games/Making_m-Ozzy_Gre-1531/index.php">Making movieclips point at the mouse</a></li>
<li><a href="http://www.flashkit.com/tutorials/Actionscripting/Move_a_s-Joe_Stei-1529/index.php">Move a sprite with the keyboard</a></li>
<li><a href="http://www.flashkit.com/tutorials/Actionscripting/How_to_u-Matthew_-1393/index.php">How to use hitTest in a simple game</a></li>
</ul>
<h3>6. <a href="http://www.actionscript.org/">ActionScript.org</a></h3>
<p><a href="http://www.actionscript.org/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-06_actionscript_dot_org.jpg" alt="ActionScript.org - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.actionscript.org/resources/articles/792/1/Drawing-Shapes-with-AS3/Page1.html">Drawing Shapes with AS3</a></li>
<li><a href="http://www.actionscript.org/resources/articles/760/1/Simple-reflection-effect-with-AS2/Page1.html">Simple reflection effect with AS2</a></li>
<li><a href="http://www.actionscript.org/resources/articles/742/1/Physics-in-ActionScript-30/Page1.html">Physics in ActionScript 3.0</a></li>
</ul>
<h3>7. <a href="http://www.flashandmath.com/">Flash and Math ActionScript 3 Tutorials</a></h3>
<p><a href="http://www.flashandmath.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-07_flash_and_math.png" alt="Flash and Math ActionScript 3 Tutorials - screen shot" width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.flashandmath.com/basic/dragdroptour/index.html">Drag-and-Drop in Flash CS3</a></li>
<li><a href="http://www.flashandmath.com/intermediate/tricks/index.html">Tween Tricks in Flash CS3 and ActionScript 3</a></li>
<li><a href="http://www.flashandmath.com/advanced/simple3d/index.html">Simple 3D Drawing in Flash CS3 and ActionScript 3</a></li>
</ul>
<h3>8. <a href="http://www.pixel2life.com/tutorials/adobe_flash/">Flash Tutorials on Pixel2Life</a></h3>
<p><a href="http://www.pixel2life.com/tutorials/adobe_flash/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-08_pixel2life.jpg" alt="Flash Tutorials on Pixel2Life - screen shot." width="550" height="200" /> </a></p>
<h4>Indexed 教程示例:</h4>
<ul>
<li><a href="http://www.oman3d.com/tutorials/flash/basicwebsite/">Creating a Basic Flash Website (AS3 Version)</a></li>
<li><a href="http://flashmymind.com/index.php?view=article&amp;amp;catid=67%3Aactionscript-3-timer-class&amp;amp;id=67%3Aactionscript-3-timer-class&amp;amp;option=com_content&amp;amp;Itemid=67">Actionscript 3 Timer Class</a></li>
<li><a href="http://www.toxiclab.org/tutorial.asp?ID=234">Stars animation above the city</a></li>
</ul>
<h3>9. <a href="http://www.flashperfection.com/">Flash Perfection</a></h3>
<p><a href="http://www.flashperfection.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-09_flashperfection.png" alt="Flash Perfection - screen shot." width="550" height="200" /> </a></p>
<h4>Indexed 教程示例:</h4>
<ul>
<li><a href="http://www.flashperfection.com/tutorials/Atmospheric-Steam-90734.html">Atmospheric Steam</a></li>
<li><a href="http://www.flashperfection.com/tutorials/Optimizing-your-Flash-SWFs-46691.html">Optimizing your Flash SWFs</a></li>
<li><a href="http://www.flashperfection.com/tutorials/Quick-and-Easy-Zoom-Effect-in-Flash-81078.html">Quick and Easy Zoom Effect in Flash</a></li>
</ul>
<h3>10. <a href="http://as3.metah.ch/">metah.ch</a></h3>
<p><a href="http://as3.metah.ch/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-10_metahch.png" alt="metah.ch - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/helloWorld2alpha.flv&amp;amp;flvWidth=640&amp;amp;flvHeight=480">Introduction to Loop and Event in AS3</a></li>
<li><a href="http://www.metah.ch/as3/video/interactDB_skin.swf">Connecting AS3 with a Database</a></li>
<li><a href="http://www.metah.ch/as3/video/javascriptAs3.swf">Interaction between AS3 and JavaScript</a></li>
</ul>
<h3>11. <a href="http://lukamaras.com/">LukaMaras.com</a></h3>
<p><a href="http://lukamaras.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-11_lukasmaras_dot_com.png" alt="LukaMaras.com - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://lukamaras.com/tutorials/menus-interfaces/actionscript-drop-down-menu.php">ActionScript drop-down menus</a></li>
<li><a href="http://lukamaras.com/tutorials/menus-interfaces/easy-pixel-buttons.html">How to make pixel buttons in Flash the easy way.</a></li>
<li><a href="http://lukamaras.com/tutorials/actionscript/ultimate-dynamic-image-gallery.html">How to make an amazing dynamic image gallery in Flash 8</a></li>
</ul>
<h3>12. <a href="http://www.flashmagazine.com/">Flashmagazine</a></h3>
<p><a href="http://www.flashmagazine.com/"><img src="http://images.uheed.com/iwanna/2010/09/29/flash-actionscript-tutorial/10-12_flashmagazine.png" alt="Flashmagazine - screen shot." width="550" height="200" /> </a></p>
<h4>教程示例:</h4>
<ul>
<li><a href="http://www.flashmagazine.com/Tutorials/detail/how_to_make_a_custom_as3_preloader/">How to make a custom AS3 preloader</a></li>
<li><a href="http://www.flashmagazine.com/Tutorials/detail/as3_photo_gallery/">AS3 Photo gallery</a></li>
<li><a href="http://www.flashmagazine.com/Tutorials/detail/rollover_effect_using_masks/">Rollover effect using masks</a></li>
</ul>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/09/29/5442/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/09/29/5442/#comments">1条评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/09/29/5442/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/09/29/5442/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/09/29/5442/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/09/29/5442/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>30 个富有想象力的flash预加载动画欣赏</title>
		<link>http://www.iwanna.cn/archives/2010/08/30/5125/</link>
		<comments>http://www.iwanna.cn/archives/2010/08/30/5125/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 13:44:54 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=5125</guid>
		<description><![CDATA[1. Happy Greenville 2. Ad Eight 3. Agence Secondlife 4. Antpaw 5. BBH 6. BTOB 7. Bunker 8. ZUNE 9. Limbus Studio 10. Elipse Agency 11. Dave Werner’s Portfolio 12. Food of the Food 13. Oops! Design Inc. 14. XIXI NO BANHO 15. AB “Pieno žvaigždės” 16. ZZZ 17. DeVotchKa 18. Starbucks Coffee 19. Sir-Patroclo [...]]]></description>
			<content:encoded><![CDATA[<h2>1. <a href="http://www.happyingreenville.com/" target="_blank">Happy  Greenville</a></h2>
<h2><a href="http://www.happyingreenville.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/08/30/creative-flash-preloaders/St.jpg" border="0" alt="St" width="570" height="350" /></a></h2>
<p><span id="more-5125"></span></p>
<h2>2. <a href="http://www.adeight.nl/" target="_blank">Ad Eight</a></h2>
<h2><a href="http://www.adeight.nl/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/08/30/creative-flash-preloaders/AdEightawesomeflashpreloads.jpg" border="0" alt="Ad Eight-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>3. <a href="http://laplanete.sldimension.com/" target="_blank">Agence  Secondlife</a></h2>
<h2><a href="http://laplanete.sldimension.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/08/30/creative-flash-preloaders/AgenceSecondlifeawesomeflashpreloads.jpg" border="0" alt="Agence-Secondlife-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>4. <a href="http://antpaw.org/" target="_blank">Antpaw</a></h2>
<h2><a href="http://antpaw.org/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/08/30/creative-flash-preloaders/antpawawesomeflashpreloads.jpg" border="0" alt="antpaw-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>5. <a href="http://www.bartleboglehegarty.com/" target="_blank">BBH</a></h2>
<h2><a href="http://www.bartleboglehegarty.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/08/30/creative-flash-preloaders/BBHawesomeflashpreloads.jpg" border="0" alt="BBH-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>6. <a href="http://www.btob.es/" target="_blank">BTOB</a></h2>
<h2><a href="http://www.btob.es/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/BTOBawesomeflashpreloads.jpg" border="0" alt="BTOB-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>7. <a href="http://www.bunker.hr/" target="_blank">Bunker</a></h2>
<h2><a href="http://www.bunker.hr/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/Bunkerawesomeflashpreloads.jpg" border="0" alt="Bunker-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>8. <a href="http://www.zunejourney.net/" target="_blank">ZUNE</a></h2>
<h2><a href="http://www.zunejourney.net/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/ZUNE.jpg" border="0" alt="ZUNE" width="570" height="350" /></a></h2>
<h2>9. <a href="http://www.limbus.fr/" target="_blank">Limbus Studio</a></h2>
<h2><a href="http://www.limbus.fr/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/LIMBUSSTUDIO.jpg" border="0" alt="LIMBUS STUDIO" width="570" height="350" /></a></h2>
<h2>10. <a href="http://www.elipseagency.com/agency.html" target="_blank">Elipse Agency</a></h2>
<h2><a href="http://www.elipseagency.com/agency.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/ElipseAgencyawesomeflashpreloads.jpg" border="0" alt="Elipse Agency-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>11. <a href="http://okaydave.com/" target="_blank">Dave Werner’s  Portfolio</a></h2>
<h2><a href="http://okaydave.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/DaveWernersPortfolio2006awesomeflashpreloads.jpg" border="0" alt="Dave Werner's Portfolio 2006-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>12. <a href="http://food.barba.ru/" target="_blank">Food of the Food</a></h2>
<h2><a href="http://food.barba.ru/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/FoodoftheFood.jpg" border="0" alt="Food of the Food" width="570" height="350" /></a></h2>
<h2>13. <a href="http://www.oopsdesign.ca/flash/index.html" target="_blank">Oops! Design Inc.</a></h2>
<h2><a href="http://www.oopsdesign.ca/flash/index.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/OopsDesignInc.jpg" border="0" alt="Oops! Design Inc." width="570" height="350" /></a></h2>
<h2>14. <a href="http://www.xixinobanho.org.br/" target="_blank">XIXI NO  BANHO</a></h2>
<h2><a href="http://www.xixinobanho.org.br/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/XIXINOBANHO.jpg" border="0" alt="XIXI NO BANHO" width="570" height="350" /></a></h2>
<h2>15. <a href="http://www.pienozvaigzdes.lt/index.php?act=intro" target="_blank">AB “Pieno  žvaigždės”</a></h2>
<h2><a href="http://www.pienozvaigzdes.lt/index.php?act=intro" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/ABawesomeflashpreloads.jpg" border="0" alt="AB-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>16. <a href="http://zzz.drinkzzz.com/" target="_blank">ZZZ</a></h2>
<h2><a href="http://zzz.drinkzzz.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/ZZZ.jpg" border="0" alt="ZZZ" width="570" height="350" /></a></h2>
<h2>17. <a href="http://devotchka.net/" target="_blank">DeVotchKa</a></h2>
<h2><a href="http://devotchka.net/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/DeVotchKaawesomeflashpreloads.jpg" border="0" alt="DeVotchKa-awesome-flash-preloads" width="570" height="350" /></a></h2>
<h2>18. <a href="http://www.starbuckscoffeeathome.com/" target="_blank">Starbucks  Coffee</a></h2>
<h2><a href="http://www.starbuckscoffeeathome.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/StarbucksCoffee.jpg" border="0" alt="Starbucks Coffee" width="570" height="350" /></a></h2>
<h2>19. <a href="http://www.sir-patroclo.com/" target="_blank">Sir-Patroclo</a></h2>
<h2><a href="http://www.sir-patroclo.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/SirPatroclo.jpg" border="0" alt="Sir-Patroclo" width="574" height="354" /></a></h2>
<h2>20. <a href="http://www.sourcebits.com/tangleddecals/" target="_blank">Sourcebits TangledDecals</a></h2>
<h2><a href="http://www.sourcebits.com/tangleddecals/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/SourcebitsTangledDecals.jpg" border="0" alt="Sourcebits TangledDecals" width="574" height="354" /></a></h2>
<h2>21. <a href="http://www.yesmiss.it/" target="_blank">YESS MISS</a></h2>
<h2><a href="http://www.yesmiss.it/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/YESSMISS.jpg" border="0" alt="YESS MISS" width="574" height="354" /></a></h2>
<h2>22. <a href="http://mellowmushroom.com/index.php" target="_blank">Mellow  Mushroom Pizza Bakers</a></h2>
<h2><a href="http://mellowmushroom.com/index.php" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/MellowMushroomPizzaBakers.jpg" border="0" alt="Mellow Mushroom Pizza Bakers" width="574" height="354" /></a></h2>
<h2>23. <a href="http://www.mariafilo.com.br/verao2011/" target="_blank">Maria  Filó</a></h2>
<h2><a href="http://www.mariafilo.com.br/verao2011/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/MariaFil.jpg" border="0" alt="Maria Filó" width="574" height="354" /></a></h2>
<h2>24. <a href="http://porliniers.com/" target="_blank">Por Liniers</a></h2>
<h2><a href="http://porliniers.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/PorLiniers.jpg" border="0" alt="Por Liniers" width="574" height="354" /></a></h2>
<h2>25. <a href="http://www.frontierroom.com/" target="_blank">Frontier  Room</a></h2>
<h2><a href="http://www.frontierroom.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/FrontierRoom.jpg" border="0" alt="Frontier Room" width="574" height="354" /></a></h2>
<h2>26. <a href="http://www.redbullsoapboxracer.com/" target="_blank">Red  Bull Soapbox Racer</a></h2>
<h2><a href="http://www.redbullsoapboxracer.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/RedBullSoapboxRacer.jpg" border="0" alt="Red Bull Soapbox Racer" width="574" height="354" /></a></h2>
<h2>27. <a href="http://waterlife.nfb.ca/" target="_blank">WATERLIFE</a></h2>
<h2><a href="http://waterlife.nfb.ca/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/WATERLIFE.jpg" border="0" alt="WATERLIFE" width="574" height="354" /></a></h2>
<h2>28. <a href="http://www.vdiazphoto.com/" target="_blank">Vicente  Díaz Peñas</a></h2>
<h2><a href="http://www.vdiazphoto.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/VicenteDazPeas.jpg" border="0" alt="Vicente Díaz Peñas" width="574" height="354" /></a></h2>
<h2>29. <a href="http://www.galaicofolia.com/" target="_blank">Galaicofolia</a></h2>
<h2><a href="http://www.galaicofolia.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/Galaicofolia.jpg" border="0" alt="Galaicofolia" width="574" height="354" /></a></h2>
<h2>30. <a href="http://www.through-my-eyes.fr/" target="_blank">David  Ohana</a></h2>
<h2><a href="http://www.through-my-eyes.fr/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/DavidOhanaawesomeflashpreloads.jpg" border="0" alt="David Ohana-awesome-flash-preloads" width="574" height="354" /></a></h2>
<h2>31. <a href="http://www.crittercreative.com/#/help" target="_blank">Critter  Creative</a></h2>
<h2><a href="http://www.crittercreative.com/#/help" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/CritterCreativeawesomeflashpreloads.jpg" border="0" alt="Critter Creative-awesome-flash-preloads" width="574" height="354" /></a></h2>
<h2>32. <a href="http://concept007.ru/#/005" target="_blank">CONCEPT 007  / 005</a></h2>
<h2><a href="http://concept007.ru/#/005" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/CONCEPT007awesomeflashpreloads.jpg" border="0" alt="CONCEPT 007-awesome-flash-preloads" width="574" height="354" /></a></h2>
<h2>33. <a href="http://www.dissident-wear.com/" target="_blank">Dissident-wear</a></h2>
<h2><a href="http://www.dissident-wear.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/Dissidentwear.jpg" border="0" alt="Dissident-wear" width="574" height="354" /></a></h2>
<h2>34. <a href="http://www.mynthon.com/en" target="_blank">Mynthon  Kaira Ice Fishing Game</a></h2>
<h2><a href="http://www.mynthon.com/en" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/MynthonKairaIceFishingGame.jpg" border="0" alt="Mynthon Kaira Ice Fishing Game" width="574" height="354" /></a></h2>
<h2>35. <a href="http://www.zeebee.co.uk/#/HOME" target="_blank">ZEEBEE  VISUAL COMMUNICATIONS</a></h2>
<h2><a href="http://www.zeebee.co.uk/#/HOME" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/ZEEBEEVISUALCOMMUNICATIONS.jpg" border="0" alt="ZEEBEE VISUAL COMMUNICATIONS" width="574" height="354" /></a></h2>
<h2>36. <a href="http://hf3.coca-cola.com/" target="_blank">Coca-Cola  Happiness Factory</a></h2>
<h2><a href="http://hf3.coca-cola.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/CocaColaHappinessFactoryawesomeflashpreloads.jpg" border="0" alt="Coca-Cola Happiness Factory-awesome-flash-preloads" width="574" height="354" /></a></h2>
<h2>37. <a href="http://www.flashcomponents.net/component/sleepy_animated_preload.html" target="_blank">Sleepy  animated preload!</a></h2>
<h2><a href="http://www.flashcomponents.net/component/sleepy_animated_preload.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/Sleepyanimatedpreload.jpg" border="0" alt="Sleepy animated preload!" width="574" height="354" /></a></h2>
<h2>38. <a href="http://www.sazacat.net/sito/sito.html" target="_blank">Sazacat  Portfolio</a></h2>
<h2><a href="http://www.sazacat.net/sito/sito.html" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/SazacatPortfolio.jpg" border="0" alt="Sazacat Portfolio" width="574" height="354" /></a></h2>
<h2>39. <a href="http://www.cheeseandburger.com/" target="_blank">Cheese  &amp; Burger Society</a></h2>
<h2><a href="http://www.cheeseandburger.com/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/CheeseBurgerSocietyawesomeflashpreloads.jpg" border="0" alt="Cheese &amp; Burger Society-awesome-flash-preloads" width="574" height="354" /></a></h2>
<h2>40. <a href="http://www.corny.de/" target="_blank">Corny</a></h2>
<h2><a href="http://www.corny.de/" target="_blank"><img src="http://www.1stwebdesigner.com/wp-content/uploads/2010/08/Cornyawesomeflashpreloads.jpg" border="0" alt="Corny-awesome-flash-preloads" width="574" height="354" /></a></h2>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/08/30/5125/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/08/30/5125/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/08/30/5125/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/08/30/5125/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/08/30/5125/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/08/30/5125/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用框架建立富联网应用</title>
		<link>http://www.iwanna.cn/archives/2010/07/27/4752/</link>
		<comments>http://www.iwanna.cn/archives/2010/07/27/4752/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:41:38 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[YUI]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=4752</guid>
		<description><![CDATA[JavaScript库，ICEfaces，Adobe Flash，微软Silverlight，现在还有HTML5，全球性的网络支配地位的竞争已经进入了崭新的时代——一个富网络应用（简称RIA，中文也 有叫富互联网应用）的时代。本文目的是界定什么是RIA，解释为何网络已经开始向RIA靠拢，探索今天已经存在的不同RIA框架，对每个框架作出一些优点和缺点的概述，并讨论这些新技术在未来将是怎么样的生存态。 RIA是何物? 所谓RIA，或者说富网络网应用，就是指可以像桌面程序一样操作的网络应用。 在RIA冒出来之前，大多数的网络应用都是静态的页面构建的。 Sumo Paint 是一个基于Flash的RIA, 具有像Photoshop一样的图形编辑功能。 跟桌面应用程序不同，任何一个网页的互动往往需要重新加载一个全新的页面。而桌面应用程序，在另一方面，有很多更好的用户交互性，因为所有处理都是在用户的机器本身，所以能给以更加无缝的用户体验。 因此，软件开发商开始问自己，“我们产品应该是一个桌面应用程序还是一个Web应用程序呢？” 这一直是一个公平的问题，因为这两种类型的应用程序都具有各自优点和缺点。 桌面应用程序具有流畅的用户交互性，但软件是售出去的，会遇到发布和更新的问题。 Web应用程序，另一方面，很容易从网上获得，摆脱相关的软件发布和更新的问题，但在用户交互性体验非常差。 因此，怎么样才能两全其美呢？ RIA就是两全其美。RIA通过网络发布，有非常丰富的用户交互。得益于Ajax的出现，一个无需刷新就可以发送服务器请求的网络应用的方法，新技术出现，加入了RIA的运动。 基于这些技术出现了一些框架，帮助开发人员构建和部署富网络应用程序，如JavaScript库，ICEfaces，Adobe Flash 4（Flex 3前身），微软Silverlight，以及HTML5的。 让我们来一个个探讨RIA的框架。 网络应用的JavaScript库 JavaScript库，例如 jQuery和MooTools 是首批技术之一，可以真正的帮助部署流畅和互动的富网络应用。它们提供通过杠杆客户端脚本来处理前端接口功能的RIA框架。它们是一些基本的 Javascript文件，由一些有用的，经过跨浏览器测试功能的集成。可以使用Ajax，以及处理普通的基于用户驱动事件的交互，如显示和隐藏内容。 目前最流行的有jQuery（尤其是使用jQuery UI），MooTools，YIU（雅虎用户界面库），以及EXTJS。这些库包括RIA组件，如网格，图表和复杂的表单元素，以及处理Ajax的工具。最引人入胜的是，大部分网络开发的JavaScript库都是开源的。 如果你不想购买一个集成开发环境（IDE），但仍希望在自己的网站绚丽而专业的RIA功能，JavaScript库是一个很不错的选择。 使用JavaScript库的网站有Google，Digg，雅虎，亚马逊，微软，Twitter，以及Best Buy。 ICEfaces ICEfaces是标准的JavaServer Faces（JSF）的框架的扩展，旨在去除方程中的JavaScript从而简化程序员的工作流程。换句话说，ICEfaces通过Java应用接口为你处理了所有的JavaScript/Ajax。通过删除这些自定义JavaScript函数的复杂引入，大大简化了创建富网络应用的任务。 如果你的团队主要成员是Java开发人员，或者如果你的网络应用程序不需要其它ICEfaces没有的复杂组件，又或者如果你的网络应用程序是事件驱动的，那么使用ICEfaces是很好的选择。如果你的网路应用是事件驱动的，请确定你已经了解ICEfaces不提供真正的“服务器推”技术的，HTML5，Flash Builder 4和Silverlight都支持的。不过，相应地ICEfaces使用长轮询的方法来模拟服务器推技术。 使用ICEfaces的网站有波音，美国航空航天局，联合太平洋公司，T-Mobile，以及美国银行。 Adobe Flash Builder 4 Flash已经出现了很长一段时间，但是用使用Flash来构建整个网络应用十分麻烦，直到Flex的引进，这是Flash的一个扩展，提供RIA网络组 件。 Adobe Flash Builder 4最令人兴奋的是它的跨平台和跨浏览器特性，允许程序在所有的操作系统和所有的浏览器上以同样的方式运行。相比于JavaScript，浏览器有不同的 JavaScript引擎管理和处理的代码，而Adobe的Flash只有一个引擎，用户通过Adobe Flash浏览器插件来安装（通常的情况是他们有了）。 Flash Builder 4 应用之所以能如此，因为它们已经嵌入到HTML页面，这意味着浏览器本身并没有对应用程序的性能有什么影响。这意味着你如果你乐意， [...]]]></description>
			<content:encoded><![CDATA[<p><strong>JavaScript库，ICEfaces，<a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a>  <a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">Flash</a>，微软Silverlight，现在还有HTML5，全球性的网络支配地位的竞争已经进入了崭新的时代——一个富网络应用（简称RIA，中文也 有叫富互联网应用）的时代。</strong>本文目的是界定什么是RIA，解释为何网络已经开始向RIA靠拢，探索今天已经存在的不同RIA框架，对每个框架作出一些优点和缺点的概述，并讨论这些新技术在未来将是怎么样的生存态。<br />
<a href="http://sixrevisions.com/web-development/building-rich-internet-applications-with-frameworks/"><img src="http://images.uheed.com/iwanna/2010/07/27/13151901685270962.png" alt="Building Rich Internet Applications with Frameworks" width="550" height="200" /></a><br />
<span id="more-4752"></span><br />
<strong>RIA是何物?</strong></p>
<p>所谓RIA，或者说富网络网应用，就是指可以像桌面程序一样操作的网络应用。 在RIA冒出来之前，大多数的网络应用都是静态的页面构建的。<br />
<a href="http://www.iwanna.cn/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/07/27/1315421675113898.png" alt="What's an RIA?" width="550" height="420" /></a><br />
<a href="http://www.sumopaint.com/app/">Sumo Paint</a> 是一个基于Flash的RIA,  具有像Photoshop一样的图形编辑功能。</p>
<p>跟桌面应用程序不同，任何一个网页的互动往往需要重新加载一个全新的页面。而桌面应用程序，在另一方面，有很多更好的用户交互性，因为所有处理都是在用户的机器本身，所以能给以更加无缝的用户体验。</p>
<p>因此，软件开发商开始问自己，“我们产品应该是一个桌面应用程序还是一个Web应用程序呢？”</p>
<p>这一直是一个公平的问题，因为这两种类型的应用程序都具有各自优点和缺点。</p>
<p>桌面应用程序具有流畅的用户交互性，但软件是售出去的，会遇到发布和更新的问题。</p>
<p>Web应用程序，另一方面，很容易从网上获得，摆脱相关的软件发布和更新的问题，但在用户交互性体验非常差。</p>
<p>因此，怎么样才能两全其美呢？</p>
<p>RIA就是两全其美。RIA通过网络发布，有非常丰富的用户交互。得益于Ajax的出现，一个无需刷新就可以发送服务器请求的网络应用的方法，新技术出现，加入了RIA的运动。</p>
<p>基于这些技术出现了一些框架，帮助开发人员构建和部署富网络应用程序，如JavaScript库，ICEfaces，Adobe Flash 4（<a href="http://www.iwanna.cn/tags/flex/" class="st_tag internal_tag" rel="tag" title="标签 Flex 下的日志">Flex</a> 3前身），微软Silverlight，以及HTML5的。</p>
<p>让我们来一个个探讨RIA的框架。</p>
<p><strong>网络应用的JavaScript库</strong></p>
<p>JavaScript库，例如 jQuery和MooTools 是首批技术之一，可以真正的帮助部署流畅和互动的富网络应用。它们提供通过杠杆客户端脚本来处理前端接口功能的RIA框架。它们是一些基本的 Javascript文件，由一些有用的，经过跨浏览器测试功能的集成。可以使用Ajax，以及处理普通的基于用户驱动事件的交互，如显示和隐藏内容。</p>
<p>目前最流行的有jQuery（尤其是使用jQuery UI），MooTools，YIU（雅虎用户界面库），以及EXTJS。这些库包括RIA组件，如网格，图表和复杂的表单元素，以及处理Ajax的工具。最引人入胜的是，大部分网络开发的JavaScript库都是开源的。</p>
<p>如果你不想购买一个集成开发环境（IDE），但仍希望在自己的网站绚丽而专业的RIA功能，JavaScript库是一个很不错的选择。</p>
<p>使用JavaScript库的网站有Google，Digg，雅虎，亚马逊，微软，Twitter，以及Best Buy。</p>
<p><strong>ICEfaces</strong></p>
<p>ICEfaces是标准的JavaServer Faces（JSF）的框架的扩展，旨在去除方程中的JavaScript从而简化程序员的工作流程。换句话说，ICEfaces通过Java应用接口为你处理了所有的JavaScript/<a href="http://www.iwanna.cn/tags/ajax/" class="st_tag internal_tag" rel="tag" title="标签 Ajax 下的日志">Ajax</a>。通过删除这些自定义JavaScript函数的复杂引入，大大简化了创建富网络应用的任务。</p>
<p>如果你的团队主要成员是Java开发人员，或者如果你的网络应用程序不需要其它ICEfaces没有的复杂组件，又或者如果你的网络应用程序是事件驱动的，那么使用ICEfaces是很好的选择。如果你的网路应用是事件驱动的，请确定你已经了解ICEfaces不提供真正的“服务器推”技术的，<a href="http://www.iwanna.cn/tags/html/" class="st_tag internal_tag" rel="tag" title="标签 HTML 下的日志">HTML</a>5，Flash Builder 4和Silverlight都支持的。不过，相应地ICEfaces使用长轮询的方法来模拟服务器推技术。</p>
<p>使用ICEfaces的网站有波音，美国航空航天局，联合太平洋公司，T-Mobile，以及美国银行。</p>
<p><strong>Adobe Flash Builder 4</strong></p>
<p>Flash已经出现了很长一段时间，但是用使用Flash来构建整个网络应用十分麻烦，直到Flex的引进，这是Flash的一个扩展，提供RIA网络组 件。</p>
<p>Adobe Flash Builder  4最令人兴奋的是它的跨平台和跨浏览器特性，允许程序在所有的操作系统和所有的浏览器上以同样的方式运行。相比于JavaScript，浏览器有不同的 JavaScript引擎管理和处理的代码，而Adobe的Flash只有一个引擎，用户通过Adobe  Flash浏览器插件来安装（通常的情况是他们有了）。</p>
<p>Flash Builder 4  应用之所以能如此，因为它们已经嵌入到HTML页面，这意味着浏览器本身并没有对应用程序的性能有什么影响。这意味着你如果你乐意，  你还可以在IE6上运行最复杂的网络应用程序。（这当然简单，因为Flash插件/引擎经常会更新，因此只是稍微依赖于用户插件的版本）。</p>
<p>这些应用通常是伴随着服务器端处理，比如一个Java后端处理，而且需要Flash Builder 4IDE做开发。</p>
<p>如果你的团队主要是Java开发（因为搭配Java运作良好），或者你的应用程序使用事件驱动的构架，可以选择Adobe Flash Builder  4。</p>
<p>使用Flash作为网络应用程序的网站有Mint.com，Flickr和Hyundai。</p>
<p><strong><a href="http://www.iwanna.cn/tags/silverlight/" class="st_tag internal_tag" rel="tag" title="标签 Silverlight 下的日志">Silverlight</a></strong></p>
<p>Silverlight是基本上微软版本的Adobe Flex /的Adobe Flash。现在已获得了一些吸引力，但似乎并没有达到的Adobe  Flash的普及程度。</p>
<p>Silverlight应用程序明显约束于.NET的后端，因为它是微软的产品。这意味着，你不得不 Silverlight /.NET 和Adobe  Flex / [一些服务器端脚本，如PHP] 之间整合考虑。</p>
<p>如果你的网络应用需要复杂的图形，或者如果你的团队主要是.NET开发人员，又或者如果你的应用程序使用事件驱动的架构，那你可以选择 Silverlight。</p>
<p>使用Silverlight的网站，如Netflix。</p>
<p><strong>HTML5</strong></p>
<p>HTML5的是RIA运动中的最新发展。  HTML5，在本质上是HTML4，<a href="http://www.iwanna.cn/tags/javascript/" class="st_tag internal_tag" rel="tag" title="标签 JavaScript 下的日志">JavaScript</a>，CSS，Javascript代码库以及Falsh的最优合并，利用API模型成为一个单一规 范。 HTML5的是一个开放的技术，这意味着不会有单一的主管团体如Flash的Adobe或Silverlight的微软。</p>
<p>由于HTML5规范还没有完成，IE9尚未发布，要建立产品级的网络应用，你还需要等待一点点时间。</p>
<p>目前，所有主要浏览器除了IE8都支持HTML5。由于IE8的浏览器市场占据了主要部分，在IE9发布之前，HTML5实在难以成为主流。</p>
<p>一旦HTML5得到广泛支持，如果你不想购买和学习的IDE（像Flex和Silverlight框架所必需的），如果你的应用程序使用事件驱动架构，或 者如果你喜欢使用内置的HTML功能和JavaScript API 功能而不是使用第三方JavaScript库，那么使用HTML是很好的选择。</p>
<p>尽管HTML5中可以很好地处理图形，但是使用Flash和Silverlight来处理复杂图形和动画在目前仍然容易/更快的选择。</p>
<p><strong><a href="http://www.iwanna.cn/tags/ria/" class="st_tag internal_tag" rel="tag" title="标签 RIA 下的日志">RIA</a> 的未来</strong><br />
<a href="http://www.iwanna.cn/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/07/27/13154422012391927.jpg" alt="使用框架建立富联网应用 | iwanna.cn 我想网" /></a></p>
<p>HTML5应用程序是互联网的未来吗？不完全是。只要那些创造性和创新性的网络开发人员还在不断的去创造一些特别的东西，就会总是出现一些新技术可以造出 些HTML5或其他任何网络技术无法完成的神奇的东西。</p>
<p>JavaScript库，ICEfaces，Flash，Silverlight和HTML5的存在首要原因是其创造力和创新性。未来的网络将会由许多 共存的技术组成，就像现在。</p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/07/27/4752/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/07/27/4752/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/07/27/4752/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/07/27/4752/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/07/27/4752/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/07/27/4752/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash游戏引擎列表</title>
		<link>http://www.iwanna.cn/archives/2010/07/14/4531/</link>
		<comments>http://www.iwanna.cn/archives/2010/07/14/4531/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 04:25:18 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=4531</guid>
		<description><![CDATA[在flash游戏架构方面，到底怎么做，我一直不敢妄言，在网上搜到了这个引擎列表，抛砖引玉，想听听达人们做游戏都是怎么选择引擎的。 note: Away 3D flash 10 native 3d support as3isolib pushbutton engine http://lab.polygonal.de/ds/  #数据结构，现在使用的是HaXe,AS3版本已不维护，附件中是能找到的最新的AS3版本的源码。 Flash游戏引擎清单 Flash, 引擎, 清单, 游戏Flash, 引擎, 清单, 游戏 最近关于创建Flash游戏的热潮四起,尤其是社区游戏.像由Zynga, Playfish, Playdom, WonderHill提供的Flash游戏都需要你付款。查看了他们的网页和作品集后获取到关于社区游戏的大量图片。 我会一直更新这个清单以帮助你开始构造Flash游戏或了解最新的发展,它主要包括了一些库和引擎. •2D Engines •ISO Engines •Physics Engines •3D Engines •Social Gaming Platforms •Useful AS3 Libs 我们同时也开通了Flash Platform Game Technology Center,对于每一个开发者，它肯定是一个非常不错的资源. 这些库我个人认为对开发游戏是非常有用的.其中一些仅仅是作为游戏的组件.我不打算对每个引擎写太多篇幅，它们的各种功能都很相似,比如碰撞检 测、物理引擎、瓦片地图、优化渲染、层、音乐/音量、游戏状态、积分等等。其中一些甚至支持多人游戏.最好试玩一下游戏demo并在操作中查看这些的功 能. 2D引擎 Flixel 面向2D bitmap平台游戏开发者的功能全面的游戏引擎.查看功能列表. 你可能已经知著名的游戏Canabalt，它就是由这款引擎构建的. FlashPunk [...]]]></description>
			<content:encoded><![CDATA[<p>在flash游戏架构方面，到底怎么做，我一直不敢妄言，在网上搜到了这个引擎列表，抛砖引玉，想听听达人们做游戏都是怎么选择引擎的。<br />
note:<br />
Away 3D<br />
<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">flash</a> 10 native 3d support<br />
as3isolib<br />
pushbutton engine</p>
<p>http://lab.polygonal.de/ds/   #数据结构，现在使用的是HaXe,AS3版本已不维护，附件中是能找到的最新的AS3版本的源码。<br />
<span id="more-4531"></span><br />
Flash游戏引擎清单<br />
Flash, 引擎, 清单, 游戏Flash, 引擎, 清单, 游戏<br />
最近关于创建Flash游戏的热潮四起,尤其是社区游戏.像由Zynga, Playfish, Playdom,  WonderHill提供的Flash游戏都需要你付款。查看了他们的网页和作品集后获取到关于社区游戏的大量图片。</p>
<p>我会一直更新这个清单以帮助你开始构造Flash游戏或了解最新的发展,它主要包括了一些库和引擎.<br />
•2D Engines<br />
•ISO Engines<br />
•Physics Engines<br />
•3D Engines<br />
•Social Gaming Platforms<br />
•Useful AS3 Libs<br />
我们同时也开通了Flash Platform <a href="http://www.iwanna.cn/tags/game/" class="st_tag internal_tag" rel="tag" title="标签 Game 下的日志">Game</a> Technology  Center,对于每一个开发者，它肯定是一个非常不错的资源.<br />
这些库我个人认为对开发游戏是非常有用的.其中一些仅仅是作为游戏的组件.我不打算对每个引擎写太多篇幅，它们的各种功能都很相似,比如碰撞检 测、物理引擎、瓦片地图、优化渲染、层、音乐/音量、游戏状态、积分等等。其中一些甚至支持多人游戏.最好试玩一下游戏demo并在操作中查看这些的功 能.<br />
2D引擎<br />
Flixel<br />
面向2D bitmap平台游戏开发者的功能全面的游戏引擎.查看功能列表.<br />
你可能已经知著名的游戏Canabalt，它就是由这款引擎构建的.</p>
<p>FlashPunk<br />
另一款很不错且速度相当快的2D bitmap游戏引擎.<br />
PushButton Engine<br />
集成Box2D物理引擎和支持多人网络的很不错的游戏引擎.可以在facebook上尝试一下YouTopia.<br />
PushButton Engine<br />
集成Box2D物理引擎和支持多人网络的很不错的游戏引擎.可以在facebook上尝试一下YouTopia.<br />
ISO engines<br />
AS3 ISO LIB<br />
As3isolib包含了工具、原型和视图。As3isolib开发起来很简单、快速，所以使开发者能集中在实际的应用中，而不是去学习复杂的 API.<br />
TheoWorlds<br />
“TheoSDK是一套基于我们的original Theo Isometric  Engine的引擎,它让你快速创建自己的基于地图的游戏。”<br />
物理引擎<br />
JigLib &#8211; 3D 物理引擎<br />
Box2D &#8211; 2D 物理引擎<br />
APE (ActionScript物理引擎)- 2D 物理引擎<br />
WOW Engine- 3D 物理引擎<br />
3D engines (相关的)<br />
Alternativa3D, Away3D,Papervision3D,Five3D, Sandy 3D<br />
TankiOnline &#8211; 流行的Flash 3D游戏,使用Alternativa3D引擎.<br />
发布你的游戏：社区游戏平台<br />
Platogo<br />
构建游戏并发布到Platogo便可以赚到钱-社区平台为游戏提供了ActionScript 3 API (积分，等级，排名，多玩家等).<br />
Geewa.com这个社区站点支持多玩家.获取SDK.<br />
Facebook无疑facebook是你游戏最好的平台.获取Facebook <a href="http://www.iwanna.cn/tags/actionscript/" class="st_tag internal_tag" rel="tag" title="标签 ActionScript 下的日志">ActionScript</a> API.<br />
在Devnet上查看flash中怎么开发Fackbook应用程序.</p>
<p>http://www.<a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">adobe</a>.com/devnet/facebook</p>
<p>BaseUI<br />
设计很像Flex,但是主要是用于Flash(纯AS3,非Flex).<br />
vancura-AS3-libs<br />
提供纯AS3组件的皮肤和样式的集合。支持Scale9Bitmap.<br />
BrowserCanvas<br />
提供容易的方式动态修改Flash尺寸大小.<br />
FreeSpin3D<br />
Flash CS4和CS3的插件,支持实时交互，动画,在Flash  Professional的舞台上正确的编码.</p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/07/14/4531/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/07/14/4531/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/07/14/4531/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/07/14/4531/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/07/14/4531/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/07/14/4531/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>33个flash载入页面设计分享</title>
		<link>http://www.iwanna.cn/archives/2010/05/27/3408/</link>
		<comments>http://www.iwanna.cn/archives/2010/05/27/3408/#comments</comments>
		<pubDate>Thu, 27 May 2010 02:20:50 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=3408</guid>
		<description><![CDATA[在大多数flash网站中，flash载入页面（Flash Preloader）是作为整个页面呈现之前的一个等待页面。通常，可以用简单的百分比，计数等等来表现载入的情况，不过现在，越来越多的站点在这个页面中加入了更多的设计元素。今天，我们给大家分享的是33个极其迷人的flash载入页面的设计，希望这些充满着创造力的flash站点设 计会给你带来启发。点击图片可以直接访问原始网站。 Flash Preloaders Design Arihirvonen View Source Bio-Bak View Source Okay Dave View Source Escriba View Source Communicator World View Source Xixinobanho View Source Unlimited Orange View Source Instinct View Source Matt Wiggins View Source Fifa Street View Source Laplanete Sldimension View Source Happy in Green Ville View Source Thunder Fuel View Source [...]]]></description>
			<content:encoded><![CDATA[<p>在大多数<strong>flash网站</strong>中，<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">flash</a><strong>载入页面</strong>（Flash  Preloader）是作为整个页面呈现之前的一个等待页面。通常，可以用简单的百分比，计数等等来表现载入的情况，不过现在，越来越多的站点在这个页面中加入了更多的设计元素。今天，我们给大家分享的是<a title="33个flash载入页面设计分享" href="http://www.iwanna.cn/archives/2010/05/27/3408/">33个极其迷人的flash载入页面的设计</a>，希望这些充满着创造力的<strong>flash站点</strong>设 计会给你带来启发。点击图片可以直接访问原始网站。</p>
<p>Flash Preloaders <a href="http://www.iwanna.cn/tags/design/" class="st_tag internal_tag" rel="tag" title="标签 Design 下的日志">Design</a><br />
Arihirvonen<br />
<a href="http://www.arihirvonen.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/4-arihirvonen.jpg" alt="flash loading" width="500" height="280" /></a><br />
<span id="more-3408"></span><br />
<a href="http://www.arihirvonen.com/" target="_blank">View Source</a><br />
Bio-Bak<br />
<a href="http://bio-bak.nl/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/5-bio-bak.jpg" alt="flash loading" width="500=" height="280" /></a></p>
<p><a href="http://bio-bak.nl/" target="_blank">View Source</a><br />
Okay Dave<br />
<a href="http://okaydave.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/6-okay-dave.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://okaydave.com/" target="_blank">View Source</a><br />
Escriba<br />
<a href="http://www.escriba.es/base_en.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/7-escriba.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.escriba.es/base_en.html" target="_blank">View  Source</a><br />
Communicator World<br />
<a href="http://www.communicatorworld.com/home.aspx" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/1-communicator-world.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.communicatorworld.com/home.aspx" target="_blank">View  Source</a><br />
Xixinobanho<br />
<a href="http://www.xixinobanho.org.br/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/2-xixinobanho.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.xixinobanho.org.br/" target="_blank">View Source</a><br />
Unlimited Orange<br />
<a href="http://unlimited.orange.co.uk/flash/go%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/3-unlimited-orange.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://unlimited.orange.co.uk/flash/go%20" target="_blank">View  Source</a><br />
Instinct<br />
<a href="http://instinct.ru/flash.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/8-instinct.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://instinct.ru/flash.html" target="_blank">View Source</a><br />
Matt Wiggins<br />
<a href="http://www.mattwiggins.net/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/9-matt-wiggins.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.mattwiggins.net/" target="_blank">View Source</a><br />
Fifa Street<br />
<a href="http://www.fifastreet.com/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/10-fifa-street.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.fifastreet.com/%20" target="_blank">View Source</a><br />
Laplanete Sldimension<br />
<a href="http://laplanete.sldimension.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/11-laplanete-sldimension.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://laplanete.sldimension.com/" target="_blank">View  Source</a><br />
Happy in Green Ville<br />
<a href="http://www.happyingreenville.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/12-happy-in-greenville.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.happyingreenville.com/" target="_blank">View  Source</a><br />
Thunder Fuel<br />
<a href="http://thunderfuel.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/13-thunder-fuel.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://thunderfuel.com/" target="_blank">View Source</a><br />
Bit Creative<br />
<a href="http://design.bit-creative.com/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/14-design-bit-creative.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://design.bit-creative.com/%20" target="_blank">View  Source</a><br />
Scruffs-<a href="http://www.iwanna.cn/tags/game/" class="st_tag internal_tag" rel="tag" title="标签 Game 下的日志">Game</a><br />
<a href="http://scruffs-game.com/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/15-scruffs-game.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://scruffs-game.com/%20" target="_blank">View Source</a><br />
Drinkzzz<br />
<a href="http://zzz.drinkzzz.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/16-drinkzz.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://zzz.drinkzzz.com/" target="_blank">View Source</a><br />
The Corona Beach<br />
<a href="http://www.thecoronabeach.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/17-the-corona-beach.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.thecoronabeach.com/" target="_blank">View Source</a><br />
Devotchka<br />
<a href="http://devotchka.net/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/18-devotchka.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://devotchka.net/" target="_blank">View Source</a><br />
Erguvanplatin<br />
<a href="http://naldzgraphics.net/inspirations/33-amazing-examples-of-flash-preloaders/%20http%3A/www.erguvanplatin.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/19-erguvanplatin.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://naldzgraphics.net/inspirations/33-amazing-examples-of-flash-preloaders/%20http%3A/www.erguvanplatin.com/" target="_blank">View Source</a><br />
Btob<br />
<a href="http://www.btob.es/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/20-btob.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.btob.es/%20" target="_blank">View Source</a><br />
Rabbids<br />
<a href="http://rabbids.us.ubi.com/rabbidsgohome/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/21-rabbids.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://rabbids.us.ubi.com/rabbidsgohome/%20" target="_blank">View  Source</a><br />
Starbucks Coffee at Home<br />
<a href="http://www.starbuckscoffeeathome.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/22-star-bucks-coffe-eat-home.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.starbuckscoffeeathome.com/" target="_blank">View  Source</a><br />
Max Shaman<br />
<a href="http://www.maxshaman.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/23-maxshaman.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.maxshaman.com/" target="_blank">View Source</a><br />
Section Seven<br />
<a href="http://naldzgraphics.net/inspirations/33-amazing-examples-of-flash-preloaders/%20http%3A/www.sectionseven.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/24-section-seven.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://naldzgraphics.net/inspirations/33-amazing-examples-of-flash-preloaders/%20http%3A/www.sectionseven.com/" target="_blank">View Source</a><br />
Bunker<br />
<a href="http://www.bunker.hr/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/25-bunker.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.bunker.hr/%20" target="_blank">View Source</a><br />
Bartleboglehegarty<br />
<a href="http://www.bartleboglehegarty.com/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/26-bartleboglehegarty.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.bartleboglehegarty.com/%20" target="_blank">View  Source</a><br />
Sir-Patroclo<br />
<a href="http://www.sir-patroclo.com/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/27-sir-patroclo.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.sir-patroclo.com/" target="_blank">View Source</a><br />
Elipseagency<br />
<a href="http://www.elipseagency.com/agency.html" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/28-elipseagency.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.elipseagency.com/agency.html" target="_blank">View  Source</a><br />
Pgo<br />
<a href="http://www.pgo.fr/models/cevennes/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/29-pgo.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.pgo.fr/models/cevennes/%20" target="_blank">View  Source</a><br />
Source Bits<br />
<a href="http://www.sourcebits.com/tangleddecals/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/30-source-bits.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://www.sourcebits.com/tangleddecals/%20" target="_blank">View  Source</a><br />
Food Barba<br />
<a href="http://food.barba.ru/" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/31-food.jpg" alt="flash loading" width="500" height="280" /></a></p>
<p><a href="http://food.barba.ru/" target="_blank">View Source</a><br />
Oddo Design<br />
<a href="http://www.oddodesign.com/%20" target="_blank"><img src="http://images.uheed.com/iwanna/2010/05/27/32-oddo-design.jpg" alt="flash loading" width="500" height="280" /></a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/05/27/3408/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/05/27/3408/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/05/27/3408/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/05/27/3408/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/05/27/3408/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/05/27/3408/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>乔布斯:关于Flash的几点思考</title>
		<link>http://www.iwanna.cn/archives/2010/04/30/2881/</link>
		<comments>http://www.iwanna.cn/archives/2010/04/30/2881/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:57:50 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2881</guid>
		<description><![CDATA[苹果与 Adobe 的关系由来已久。Adobe 的创始人还在那如今已成传说的车库中工作时，我们就已经认识了。苹果是他们的第一个大客户，将他们的 Postscript 语言改为我们当时新推出的 Laserwriter 打印机所用。在很多年里，苹果都是 Adobe 的股东之一，拥有其 20% 的股权。两家公司通力合作，开创了桌面电脑出版业，其中有不少快乐的时光，但那段黄金时代一过，我们便分道扬镳了。苹果经历了濒死的过程，Adobe 凭其 Acrobat 产品进入了企业市场。今天，两家公司仍然同心协力为创意产业的客户服务——Adobe 的 Creative Suite 软件的顾客里，有大约一半是苹果电脑用家。但除此之外，我们几乎没有别的共同利益了。 我想草草写点关于我对Adobe Flash技术的看法，方便客户和批评者更好地理解为什么我们在iPhone、iPad和iPad上封杀它。Adobe曾经说，我们主要是为了保护程序应 用商店产品，出发点也是为了业务缘故，但实际上却是因为技术原因。Adobe声称我们是一个封闭的系统，而Flash是开放的，但实际截然相反。让我来解 释一下。 首先是“开放”。 Adobe Flash技术是100%拥有专利的，这些专利为Adobe独享，而Adobe也对其未来发展、价格等拥有绝对控制权。尽管Adobe Flash技术广泛流行，这并不意味着它是开放的，因为它完全被Adobe控制，也只为Adobe而存在。无论从哪个方面来看，Flash技术都是一个封 闭的系统。 当然，苹果也拥有许多专利性产品。虽然iPhone系统、iPod和iPad都是有专利的，便我们依然坚信：所有与网络相关的标准应该开放。因 此苹果放弃Flash而选择HTML5, CSS和JavaScript等开放标准。苹果的移动设备使用这些标准后都具有高性能、低功耗特点。HTML5这个新的网络标准已经被苹果、Google 及其它企业采纳，它让开发者可以开发出更好的图形、印刷及动画，不需要第三方浏览器插件(如Flash)就能转换。HTML5是完全开放的，它由一个标准 委员会打理，当然，苹果也是一个成员。 苹果甚至还为网络制定开放标准。例如，苹果从一个开源的项目做起，打造了WebKit，它是一个完全开源的HTML5渲染引擎，它也是 Safari浏览器的核心，这个浏览器使用于我们所有的产品。WebKit已经被广泛接受。Google将它用于Android浏览器，Palm也用它， 诺基亚也用它，最近RIM也宣布将使用它。除了微软外，几乎所有的智能手机浏览器都用它。为了使WebKit技术更开放，苹果已经将它做为移动浏览器的标 准。 第二点，关于“整个网络”。 Adobe不断地说苹果的设备无法连接“整个网络”，因为75%的网络视频使用Flash。它们没有提及的一点是几乎所有的视频都有另一种格式 ——H.264，iPhone、iPod和iPad支持这种格式。Youtube估计占有40%的网络视频，苹果的移动设备都绑有应用，而iPad更是提 供了最佳浏览体验。除了Youtube，如Vimeo，Netflix，Facebook，ABC, CBS， CNN，MSNBC，福克斯新闻，ESPN，NPR，《时代》，《纽约时报》，《华尔街日报》,《体育画报》, 《人物》, 《国家地理》, 很多很多其它的公司都能支持，iPhone、iPod和iPad用户没有损失多少视频。 Adobe的另一个理由是苹果的设备无法玩Flash游戏。这可能是真的。比较幸运的是在苹果的应用商店里有5万个游戏与娱乐应用，当中许多还 是免费的。iPhone、iPod和iPad的游戏会越来越多，远非其它平台可媲美。 第三点，关于可靠性，安全性和性能。 赛门铁克最近指出，Flash在2009年创了安全记录之最。我们也有第一手资料，显示Flash是导致Mac死机的原因之一。我们曾与 Adobe合作，试图解决此问题，但它们还是坚持多年不变。我们不想为了Flash，降低iPhone、iPods和iPads的可靠性和安全性。 此外，Flash在移动设备上并不能完好运行。按照惯例，我们数年来一直要求Adobe能将Flash良好运行于移动设备上——任何移动设备。 但依然无所进展。Adobe曾公开表示，Flash支持所有2009年早期推出的智能手机，然后是2009年下半年推出的手机，然后又是2010年上半年 推出的手机，现在，它们又要说2010年下半年了。我想它们最终会推出新品，可以庆幸的是我们不用耐心等待了。谁知道它的表现会如何呢？ 第四点，续航时间 [...]]]></description>
			<content:encoded><![CDATA[<p>苹果与 <a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> 的关系由来已久。<a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a>   的创始人还在那如今已成传说的车库中工作时，我们就已经认识了。苹果是他们的第一个大客户，将他们的 Postscript 语言改为我们当时新推出的   Laserwriter 打印机所用。在很多年里，苹果都是 <a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> 的股东之一，拥有其 20%   的股权。两家公司通力合作，开创了桌面电脑出版业，其中有不少快乐的时光，但那段黄金时代一过，我们便分道扬镳了。苹果经历了濒死的过程，<a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a>   凭其 Acrobat 产品进入了企业市场。今天，两家公司仍然同心协力为创意产业的客户服务——<a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> 的 Creative Suite   软件的顾客里，有大约一半是苹果电脑用家。但除此之外，我们几乎没有别的共同利益了。</p>
<p><img src="http://i849.photobucket.com/albums/ab59/tzsmin/iwanna/201004/zhangxiaolu_00495356382085.jpg" border="0" alt="" width="514" height="597" /><br />
我想草草写点关于我对Adobe   Flash技术的看法，方便客户和批评者更好地理解为什么我们在iPhone、iPad和iPad上封杀它。Adobe曾经说，我们主要是为了保护程序应   用商店产品，出发点也是为了业务缘故，但实际上却是因为技术原因。Adobe声称我们是一个封闭的系统，而Flash是开放的，但实际截然相反。让我来解  释一下。<br />
<span id="more-2881"></span><br />
<strong> 首先是“开放”。</strong></p>
<p>Adobe   Flash技术是100%拥有专利的，这些专利为Adobe独享，而Adobe也对其未来发展、价格等拥有绝对控制权。尽管Adobe   Flash技术广泛流行，这并不意味着它是开放的，因为它完全被Adobe控制，也只为Adobe而存在。无论从哪个方面来看，Flash技术都是一个封  闭的系统。</p>
<p>当然，苹果也拥有许多专利性产品。虽然iPhone系统、iPod和iPad都是有专利的，便我们依然坚信：所有与网络相关的标准应该开放。因  此苹果放弃Flash而选择HTML5,   CSS和JavaScript等开放标准。苹果的移动设备使用这些标准后都具有高性能、低功耗特点。<a href="http://www.iwanna.cn/tags/html/" class="st_tag internal_tag" rel="tag" title="标签 HTML 下的日志">HTML</a>5这个新的网络标准已经被苹果、Google   及其它企业采纳，它让开发者可以开发出更好的图形、印刷及动画，不需要第三方浏览器插件(如Flash)就能转换。<a href="http://www.iwanna.cn/tags/html/" class="st_tag internal_tag" rel="tag" title="标签 HTML 下的日志">HTML</a>5是完全开放的，它由一个标准  委员会打理，当然，苹果也是一个成员。</p>
<p>苹果甚至还为网络制定开放标准。例如，苹果从一个开源的项目做起，打造了WebKit，它是一个完全开源的HTML5渲染引擎，它也是  Safari浏览器的核心，这个浏览器使用于我们所有的产品。WebKit已经被广泛接受。Google将它用于Android浏览器，Palm也用它，   诺基亚也用它，最近RIM也宣布将使用它。除了微软外，几乎所有的智能手机浏览器都用它。为了使WebKit技术更开放，苹果已经将它做为移动浏览器的标  准。</p>
<p><strong> 第二点，关于“整个网络”。</strong></p>
<p>Adobe不断地说苹果的设备无法连接“整个网络”，因为75%的网络视频使用Flash。它们没有提及的一点是几乎所有的视频都有另一种格式   ——H.264，iPhone、iPod和iPad支持这种格式。Youtube估计占有40%的网络视频，苹果的移动设备都绑有应用，而iPad更是提  供了最佳浏览体验。除了Youtube，如Vimeo，Netflix，Facebook，ABC, CBS，   CNN，MSNBC，福克斯新闻，ESPN，NPR，《时代》，《纽约时报》，《华尔街日报》,《体育画报》, 《人物》, 《国家地理》,   很多很多其它的公司都能支持，iPhone、iPod和iPad用户没有损失多少视频。</p>
<p>Adobe的另一个理由是苹果的设备无法玩Flash游戏。这可能是真的。比较幸运的是在苹果的应用商店里有5万个游戏与娱乐应用，当中许多还  是免费的。iPhone、iPod和iPad的游戏会越来越多，远非其它平台可媲美。</p>
<p><strong> 第三点，关于可靠性，安全性和性能。</strong></p>
<p>赛门铁克最近指出，Flash在2009年创了安全记录之最。我们也有第一手资料，显示Flash是导致Mac死机的原因之一。我们曾与  Adobe合作，试图解决此问题，但它们还是坚持多年不变。我们不想为了Flash，降低iPhone、iPods和iPads的可靠性和安全性。</p>
<p>此外，Flash在移动设备上并不能完好运行。按照惯例，我们数年来一直要求Adobe能将Flash良好运行于移动设备上——任何移动设备。   但依然无所进展。Adobe曾公开表示，Flash支持所有2009年早期推出的智能手机，然后是2009年下半年推出的手机，然后又是2010年上半年  推出的手机，现在，它们又要说2010年下半年了。我想它们最终会推出新品，可以庆幸的是我们不用耐心等待了。谁知道它的表现会如何呢？</p>
<p><strong> 第四点，续航时间</strong></p>
<p>在播放视频时，为了使电池续航时间延长，移动设备必须在硬件上进行解码，如果用软件解码会耗费更多的电力。现在的移动设备都包括一个解码器，叫  作H.264，它是一个工业标准，用于所有的蓝光DVD播放器，这个标准被苹果、Google，Vimeo，Netflix及其它许多企业接受。</p>
<p>虽然Flash最近也将H.264列入支持行列，但是如今几乎所有的Flash网页都需要老一代的解码器，它无法在移动芯片上执行，所以只好求  助于软件。区别十分惊人：举个例子，在iPhone上H.264视频可以播放十小时，而用软件解码只能播放不到五小时。</p>
<p>当网页使用H.264对视频再编码时，它完全可以不使用Flash技术。而且它们可以良好运行于苹果Safari、Google   Chrome浏览器上，完全不需要插件，在iPhone、iPod和iPad上效果不错。</p>
<p><strong> 第五点，与触摸屏有关。</strong></p>
<p>Flash是为电脑和鼠标设计的，而不是手指控制的触摸屏。例如，许多的Flash网页上有“翻转”功能，当鼠标移到上面时会弹出一个菜单或者   其它元素。苹果的革命性多触点触摸界面不使用鼠标，也没有“翻转”这种概念。许多的Flash网页为了支持触摸设备需要再编写。如果开发者需要重写网页，  为什么不使用更先进的技术HTML5、CSS或者JavaScript？</p>
<p>即使iPhones，iPods和iPads能运行Flash，也无法解决这个问题，大多的Flash网站为了支持触摸设备还是要重写代码。</p>
<p><strong> 第六点，也是最重要的一点。</strong></p>
<p>撇开Flash封闭而独断、技术缺点明显且不支持触摸设备等不论，还有一个重要的原因使我们不支持它。我们曾讨论过网站使用Flash播放视频  与互动内容的下降趋势，然而Adobe还是要求开发者接受Flash，开发应用并在我们的设备上使用。</p>
<p>我们深知伤害体验，让第三方插足平台和开发者之间，最终会制造出低标准应用，它会阻碍平台的扩张和进展。如果开发者越来越依赖第三方开发的函数  库和工具，那么唯有在第三方选择新功能时，开发者才能享受到平台优越性。我们不能让第三方支配，不能第三方让开发者开发什么，才能开发什么。</p>
<p>更糟糕的是一旦第三方提供一个交叉平台开发工具，它们可能不会为单一的平台开发增加工具，除非工具能适应于所有平台。如此一来，以后开发者就只  能开发最低标准的应用。再次重申，禁锢开发者，使之不能使用我们的创新和增强产品，这是我们无法接受的结果，因为他们没有到竞争对手的平台去。</p>
<p>Flash是一个交叉平台开发工具。让开发为iPhone、iPod和iPad开发出最好的应用，这并非Adobe的目标。让他们为交叉平台开  发才是其目标，而且Adobe在增加苹果平台应用方面十分迟钝。例如，尽管Mac OS   X已经推出近10年，Adobe直到两周前才完全接受，推出了CS5。Adobe是最后一个完全接受Mac OS X的第三方开发商。</p>
<p>我们的动机十分简单：我们希望为开发者提供最先进、最创新的平台，我们希望他们直接站在苹果平台的肩上，打造全世界最好的应用。我们希望不断增   强平台，让开发者创造出更让振奋人心、更强大、更有趣、更有用的应用。要多方共赢，我们卖出更多的设备，因为我们拥有最好的应用，开发者越来越拥有更广泛  的用户基础，用户也可以更开心地选择，选择的面也更宽。</p>
<p>总之，Flash适用于PC时代，为PC与鼠标而存在。对于Adobe来说Flash是个成功的业务，我们理解它为何希望能超越PC。但移动设  备关乎低功耗，触摸界面及开发网络标准，这些是Flash的短板。</p>
<p>媒体雪崩，出路在于它们向苹果移动设备提供内容，这证明Flash不再是观看视频之必备，也非其它许多网站的必需。苹果应用商店的20万个应用  也证明Flash不是成千上万开发者的必需品，没有它同样可以创造更好的、更丰富的应用，包括游戏。</p>
<p>移动时代的新开发标准，如HTML5，将在移动设备上获胜(电脑也将一样)。也许Adobe应该集中精力，为未来打造HTML5工具，而不是成  天批评苹果放弃过时的事物。</p>
<p>史蒂夫·乔布斯</p>
<p>2010年4月</p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/04/30/2881/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/04/30/2881/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/04/30/2881/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/04/30/2881/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/04/30/2881/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/04/30/2881/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20+个Flash动态加载图片展示</title>
		<link>http://www.iwanna.cn/archives/2010/02/19/2520/</link>
		<comments>http://www.iwanna.cn/archives/2010/02/19/2520/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 12:57:43 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[前端开发]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2520</guid>
		<description><![CDATA[在这篇文章里面，我们收集了一些优秀的Flash图片相册程序。这些Flash相册程序非常的智能且易于嵌入到你的网站。你并不需要任何编程技巧来 安装使用它们，而只需要把相应的嵌入代码放到你网站的适当位置即可。 Flash Gallery Flash XML Gallery( 查看 Demo, 或 下载 Flash源文件 Flashmoo Slideshow dfGallery Flash Page Flip Photo Gallery Flash Photo Stack Gallery Polaroid Gallery Photo Viewer Flash Carousel Slideshow Art Flash Gallery SimpleViewer TiltViewer AutoViewer PostcardViewer Flash Image Gallery FlashGalleryGenerator Agile Gallery Gallery Flash Class v2 Flash Photo Gallery Flash Gallery Free Flash [...]]]></description>
			<content:encoded><![CDATA[<p>在这篇文章里面，我们收集了一些优秀的Flash图片相册程序。这些Flash相册程序非常的智能且易于嵌入到你的网站。你并不需要任何编程技巧来 安装使用它们，而只需要把相应的嵌入代码放到你网站的适当位置即可。</p>
<p><a title="Flash Gallery" href="http:/www.flashgallery.org/" target="_blank">Flash Gallery</a></p>
<p><a rel="nofollow" href="http:/www.flashgallery.org/demo.html"><img title="Flash photo gallery Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-photo-gallery.jpg" alt="Flash photo gallery Demo" width="465" height="348" /></a><br />
<span id="more-2520"></span><br />
<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">Flash</a> XML Gallery( <a title="Flash xml Galery Example" rel="nofollow" href="http:/www.tonyyoo.com/gallery/gallery.html" target="_blank">查看 Demo</a>, 或 <a title="Download Flash Gallery" rel="nofollow" href="http:/tonyyoo.com/gallery/ImageGallery.zip" target="_blank">下载 Flash源文件</a></p>
<p><a title="Flash XML Gallery Example" rel="nofollow" href="http:/www.tonyyoo.com/gallery/gallery.html" target="_blank"><img title="flash xml photo gallery Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/tony-yoo-free-flash-xml-gallery.jpg" alt="Flash XML Gallery example" width="400" height="449" /></a></p>
<p><a title="Flash Gallery" href="http:/www.flashmo.com/" target="_blank">Flashmoo Slideshow</a></p>
<p><a rel="nofollow" href="http:/www.flashmo.com/slideshow"><img title="Flash photo gallery Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flashmoo-slidshow1.jpg" alt="Flash photo gallery Demo" width="470" height="355" /></a></p>
<p><a title="dfGallery" href="http:/www.dezinerfolio.com/2007/06/07/dfgallery/" target="_blank">dfGallery</a></p>
<p><a rel="nofollow" href="http:/www.dezinerfolio.com/2007/06/07/dfgallery/"><img title="dfgallery" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/free-df-flash-gallery.jpg" alt="dfGallery" width="465" height="329" /></a></p>
<p><a title="Flash Page Flip Gallery" href="http:/www.paulvanroekel.nl/picasa/flashpageflip/" target="_blank">Flash  Page Flip Photo Gallery</a></p>
<p><a rel="nofollow" href="http:/www.paulvanroekel.nl/picasa/flashpageflipdemo/landscape/"><img title="flash page flip photo gallery Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-page-flip-photo-gallery.jpg" alt="flash page flip photo gallery" width="457" height="303" /></a></p>
<p><a title="Photo stack gallery demo and download" href="http:/www.andrewberg.com/photobrowser/afpb_flash.html" target="_blank">Flash Photo Stack Gallery</a></p>
<p><a rel="nofollow" href="http:/www.andrewberg.com/photobrowser/afpb_flash.html"><img title="flash photo stack gallery Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-photo-stack-gallery.jpg" alt="photo stack gallery" width="465" height="352" /></a></p>
<p><a title="Polaroid gallery" href="http:/www.no3dfx.com/polaroid/" target="_blank">Polaroid Gallery</a></p>
<p><a rel="nofollow" href="http:/www.no3dfx.com/polaroid/"><img title="flash polaroid gallery" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/free-flash-polaroid-gallery.jpg" alt="polaroid gallery" width="465" height="437" /></a></p>
<p><a title="Flash xml Photo viewer" href="http:/www.search-this.com/tools/" target="_blank">Photo Viewer</a></p>
<p><a rel="nofollow" href="http:/www.search-this.com/tools/photo-viewer/"><img title="Photo  viewer Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/photo-viewer.jpg" alt="Photo viewer" width="465" height="438" /></a></p>
<p><a title="Flash carousel slideshow" href="http:/www.flshow.net/" target="_blank">Flash Carousel Slideshow</a></p>
<p><a rel="nofollow" href="http:/www.flshow.net/"><img title="flash  carousel slideshow" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-carousel-slideshow.jpg" alt="carousel slideshow" width="465" height="231" /></a></p>
<p><a title="Art flash gallery" rel="nofollow" href="http:/flash-gallery.com/" target="_blank">Art Flash Gallery</a></p>
<p><a rel="nofollow" href="http:/flash-gallery.com/"><img title="art  flash image gallery" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/art-flash-image-gallery.jpg" alt="Art flash gallery" width="363" height="292" /></a></p>
<p><a title="Simple Viewer" href="http:/www.airtightinteractive.com/simpleviewer/" target="_blank">SimpleViewer</a></p>
<p><a rel="nofollow" href="http:/www.airtightinteractive.com/photos/"><img title="simple viewer" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/simple-viewer.jpg" alt="simple viewer demo" width="465" height="220" /></a></p>
<p><a title="Tilt Viewer" href="http:/www.airtightinteractive.com/projects/tiltviewer/" target="_blank">TiltViewer</a></p>
<p><a rel="nofollow" href="http:/www.airtightinteractive.com/projects/tiltviewer/app/"><img title="tiltviewer" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/tiltviewer.jpg" alt="tiltviewer demo" width="465" height="412" /></a></p>
<p><a title="Auto viewer" href="http:/www.airtightinteractive.com/projects/autoviewer/" target="_blank">AutoViewer</a></p>
<p><a href="http:/www.airtightinteractive.com/projects/autoviewer/app/" target="_blank"><img title="Autoviewer" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-autoviewer.jpg" alt="Autoviewer demo" width="465" height="286" /></a></p>
<p><a title="Postcard Viewer" href="http:/www.airtightinteractive.com/projects/postcardviewer/" target="_blank">PostcardViewer</a></p>
<p><a rel="nofollow" href="http:/www.airtightinteractive.com/projects/postcardviewer/app/"><img title="Postcard Viewer Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/postcard-viewer.jpg" alt="Postcard Viewer demo" width="465" height="361" /></a></p>
<p><a title="FIG Gallery" href="http:/www.flashimagegallery.com/" target="_blank">Flash Image Gallery</a></p>
<p><a rel="nofollow" href="http:/www.flashimagegallery.com/demo/gallery/"><img title="flash image gallery demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-image-gallery.jpg" alt="FIG Demo" width="465" height="306" /></a></p>
<p><a title="Flash gallery generator" href="http:/www.flashgallerygenerator.com/main.aspx" target="_blank">FlashGalleryGenerator</a></p>
<p><a rel="nofollow" href="http:/www.flashgallerygenerator.com/main.aspx?p=demo"><img title="Flash Gallery generator Demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-gallery-generator.jpg" alt="Flash Gallery Generator Demos" width="465" height="337" /></a></p>
<p><a title="Agile Gallery Flash version" href="http:/www.agilegallery.com/flash-photo-gallery.html" target="_blank">Agile Gallery</a></p>
<p><a rel="nofollow" href="http:/www.agilegallery.com/flash-demo.html"><img title="agile gallery demo" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-agile-gallery.jpg" alt="agile gallery demo" width="465" height="324" /></a></p>
<p><a title="Flash Gallery class" href="http:/www.ideaography.net/update-fullscreen-gallery-flash-class-v2/" target="_blank">Gallery Flash Class v2</a></p>
<p><a rel="nofollow" href="http:/www.ideaography.net/fGallery/"><img title="flash gallery class" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/flash-gallery-class.jpg" alt="gallery class demo" width="465" height="246" /></a></p>
<p><a href="http:/www.flashgallery.org/download.php" target="_blank">Flash  Photo Gallery</a><br />
<a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-1.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-1-thumb.jpg" alt="gallery_1" width="460" height="397" /></a></p>
<p><a href="http:/www.flash-gallery.org/download.html" target="_blank">Flash  Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-2.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-2-thumb.jpg" alt="gallery_2" width="254" height="358" /></a></p>
<p><a href="http:/www.entheosweb.com/Flash/Photo_Gallery4/index.asp" target="_blank">Free Flash &amp; XML Slideshow Photo Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-3.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-3-thumb.jpg" border="0" alt="gallery_3" width="252" height="323" /></a></p>
<p><a href="http:/www.entheosweb.com/Flash/Photo_Gallery2/index.asp" target="_blank">Free Flash &amp; XML Photo Album with Categories</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-4.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-4-thumb.jpg" border="0" alt="gallery_4" width="276" height="291" /></a></p>
<p><a href="http:/www.airtightinteractive.com/simpleviewer/" target="_blank">SimpleViewer</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-5.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-5-thumb.jpg" alt="gallery_5" width="375" height="250" /></a></p>
<p><a href="http:/www.webworksite.com/downloads/photos.zip" target="_blank"> FREE Photo Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-8.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-8-thumb.jpg" alt="gallery_8" width="304" height="310" /></a></p>
<p><a href="http:/www.veppa.com/services/flash-photo-gallery.php" target="_blank">Flash Photo Album</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-9.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-9-thumb.jpg" alt="gallery_9" width="390" height="249" /></a></p>
<p><a href="http:/www.paulvanroekel.nl/picasa/flashpageflip/" target="_blank">Flash Page Flip Photo Gallery template for Picasa</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-11.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-11-thumb.jpg" border="0" alt="gallery_11" width="354" height="246" /></a></p>
<p><a href="http:/www.andrewberg.com/photobrowser/afpb_flash.html" target="_blank">Flash Photo Stack Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-12.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-12-thumb.jpg" border="0" alt="gallery_12" width="275" height="230" /></a></p>
<p><a href="http:/www.airtightinteractive.com/projects/tiltviewer/" target="_blank">3D Flash image viewing</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-14.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-14-thumb.jpg" alt="gallery_14" width="372" height="239" /></a></p>
<p><a href="http:/flash-gallery.com/zen-flash-gallery/" target="_blank">Zen  Flash Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-17.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-17-thumb.jpg" border="0" alt="gallery_17" width="387" height="206" /></a></p>
<p><a href="http:/flash-gallery.com/art-flash-gallery/" target="_blank">Art  Flash Gallery</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-18.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-18-thumb.jpg" border="0" alt="gallery_18" width="305" height="250" /></a></p>
<p><a href="http:/www.paulvanroekel.nl/picasa/" target="_blank">Nineteen  Free Picasa Flash and HTML templates to showcase your photos</a></p>
<p><a href="http:/developerfox.com/wp-content/uploads/2008/10/gallery-19.jpg" target="_blank"><img title="20+免费Flash相册程序" src="http://i709.photobucket.com/albums/ww92/zsmin/iwanna/Article/201002/gallery-19-thumb.jpg" alt="gallery_19" width="256" height="331" /></a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2010. |
<a href="http://www.iwanna.cn/archives/2010/02/19/2520/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2010/02/19/2520/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2010/02/19/2520/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2010/02/19/2520/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2010/02/19/2520/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2010/02/19/2520/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20款最佳Flash游戏</title>
		<link>http://www.iwanna.cn/archives/2009/11/01/2348/</link>
		<comments>http://www.iwanna.cn/archives/2009/11/01/2348/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 03:44:50 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2348</guid>
		<description><![CDATA[我们不可能一直像小工蜂那样高效率的工作。有时我们也需要舒展一下身体，抬起腿来休息一会儿，放松一下，或者也可以用等离子来复枪干掉几个怪物。利用Adobe Flash软件的神奇力量，这里有20种方式供你放松一下。 但是你要小心，如果在办公室长时间玩这些游戏，那你就可能再也进不了办公室了。 相信我们吧，我们知道的。我们写这个故事，仅仅为了宣称我们过去3天一直在做“研究”。 这里没有特定的顺序——它们都很好。如果我们落下了你所喜欢的，请在本文下面告诉我们。 1、毁灭战士三合一游戏包（ Doom/Hexen/Heretic triple pack，图片见上文） 《毁灭战士》，始终是最棒的游戏，现在有了Flash版本。我们无需把它向你推销，它是《毁灭战士》。警告：这款游戏有血腥和残暴的画面，不适合儿童。 如果玩过原始版游戏，那么你可能最初会有点纠结，因为Alt键不再代表横向躲闪——你要用A和D键，并使用箭头键转向。别担心，你会习惯的。 同时还有《毁灭巫师》（Hexen）和《异教徒》（Heretic），它们是使用了同一游戏引擎的后续产品，拥有类似的剑和魔法（也包括血腥和贪婪）。它们遗传了更早的一款游戏Wolfenstein 3D，尽管这款游戏操作起来很不舒服，但也有了Flash版本。 2、太空游戏（The Space Game） 是的，这个名字有点无聊，但它是一个很了不起的策略类小游戏。 在太空中的小行星上采矿，同时要防御宇宙海盗的袭击——就这么简单。但是你需要均衡动力、防御、开采以及计谋之间的关系，这些令游戏变得有趣，并且很容易上瘾。可别在上班的时候玩。 3、 魔法笔（Magic Pen） 这是一个可爱的、创新的智力游戏，需要你推动一个笨拙的绘图球来到达一些旗帜。为了实现目标，你可以自己画一些东西，这些东西在重力作用下运动把绘图球推来推去。这听起来很确实奇怪，但这个游戏非常直观。 4、 忍者游戏（N Game） 一个疯狂的忍者不停的跳来跳去，这个由简单几笔勾勒出的小人急速的在众多平台间上窜下跳，直到从高处快速掉下来——按照常识——不可避免的死掉。这很有趣，但也棘手——非常非常棘手。 5、 塔防（Desktop Tower Defence） 互联网上有数百种“塔防”策略游戏，但这一个是最流行的之一。规则很平常：建造炮楼保卫基地，抵御成群的入侵者。 通常情况下，战斗发生在某人的桌面上。这个游戏有点《微型机器》（Micro Machines）的影子。 6、 俄罗斯方块（Tetris） 就是俄罗斯方块，我们需要给你一幅游戏截图吗？砖块落下，你旋转它们安放到合适的位置，如果形成横向的直线，这条线就消失了。背景播放着俄罗斯音乐。这就是俄罗斯方块，你知道的。 7、 板球（Stick Cricket） 如果《足球经理》是在离婚案例中提到最多的游戏，《板球》可能是P45（解雇通知书）上（或者是粉红色纸条，如果你是美国人的话。有棒球游戏么？）上镜率最高的游戏。（译注：解雇通知书在英国被称为P45，在美国被称为粉红纸条） 8、 泡泡龙（Puzzle Bobble） 一定年龄段的玩家都会记住好玩的《泡泡龙》游戏中那个拱形机器。这款Flash游戏带来的怀旧感觉就像人们又看到了电影Round The Twist的片断或者又听到了Wham Bar这首歌。 9、地产大亨（Mansion Impossible） 买来房子然后卖出，从中赚取差价，这听起来不像个游戏——如果硬要说像什么的话，那它倒像是那种钻进钱眼里的家伙的生活方式，他们大声笑着说话，在聚会上你对他们避之不及。但这个游戏很好玩，不禁让人眼前一亮。 价钱便宜的时候点击它们，然后看着价格上涨，当你觉得涨到顶点了，卖出。你有10万英镑本钱，目标是买下城市末端的价值1000万英镑的大厦。最终你会爬到资产阶梯的顶端。 10、超级马里奥世界（Super Mario World） 这是另一个无需多说的游戏。操纵着一个胖乎乎的意大利水管工穿越奇异的卡通世界，吃金币、顶蘑菇，还要救公主。显然就是这样。 11、重力豆荚（Gravity Pods） 一条简单的规则——用枪射击，让一个小球击中目标。但是这个小球会受一些小的重力豆荚影响，轨迹有所偏离，要利用它们让小球绕过障碍，击中目标。 我们在第9关卡住了，但还有其它游戏要介绍。我们相信你能做的更好。 [...]]]></description>
			<content:encoded><![CDATA[<div id="article_body" style="height: 100%;">
<p><img src="http://i.telegraph.co.uk/telegraph/multimedia/archive/01472/shooter-gallery2_1472768c.jpg" alt="" /></p>
<p>我们不可能一直像小工蜂那样高效率的工作。有时我们也需要舒展一下身体，抬起腿来休息一会儿，放松一下，或者也可以用等离子来复枪干掉几个怪物。利用Adobe Flash软件的神奇力量，这里有20种方式供你放松一下。<br />
但是你要小心，如果在办公室长时间玩这些游戏，那你就可能再也进不了办公室了。<br />
相信我们吧，我们知道的。我们写这个故事，仅仅为了宣称我们过去3天一直在做“研究”。<br />
这里没有特定的顺序——它们都很好。如果我们落下了你所喜欢的，请在本文下面告诉我们。<br />
<span id="more-2348"></span><br />
1、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.officegamespot.com%2Fflashgames%2Fdoom-triple-pack.htm">毁灭战士三合一游戏包</a>（ Doom/Hexen/Heretic triple pack，图片见上文）<br />
《毁灭战士》，始终是最棒的游戏，现在有了Flash版本。我们无需把它向你推销，它是《毁灭战士》。警告：这款游戏有血腥和残暴的画面，不适合儿童。<br />
如果玩过原始版游戏，那么你可能最初会有点纠结，因为Alt键不再代表横向躲闪——你要用A和D键，并使用箭头键转向。别担心，你会习惯的。<br />
同时还有《毁灭巫师》（Hexen）和《异教徒》（Heretic），它们是使用了同一游戏引擎的后续产品，拥有类似的剑和魔法（也包括血腥和贪婪）。它们遗传了更早的一款游戏Wolfenstein 3D，尽管这款游戏操作起来很不舒服，但也有了Flash版本。</p>
<p><img src="http://preview.telegraph.co.uk/telegraph/multimedia/archive/01512/The-Space-Game_1512822c.jpg" alt="" /><br />
2、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.candystand.com%2Fplay%2Fthe-space-game">太空游戏（The Space Game）</a><br />
是的，这个名字有点无聊，但它是一个很了不起的策略类小游戏。<br />
在太空中的小行星上采矿，同时要防御宇宙海盗的袭击——就这么简单。但是你需要均衡动力、防御、开采以及计谋之间的关系，这些令游戏变得有趣，并且很容易上瘾。可别在上班的时候玩。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/magicpen_1512809c.jpg" alt="" /><br />
3、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.notdoppler.com%2Fmagicpen.php"> 魔法笔（Magic Pen）</a><br />
这是一个可爱的、创新的智力游戏，需要你推动一个笨拙的绘图球来到达一些旗帜。为了实现目标，你可以自己画一些东西，这些东西在重力作用下运动把绘图球推来推去。这听起来很确实奇怪，但这个游戏非常直观。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/ninja_1512819c.jpg" alt="" /><br />
4、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.i-am-bored.com%2Fbored_link.cfm%3Flink_id%3D12114"> 忍者游戏（N Game）</a><br />
一个疯狂的忍者不停的跳来跳去，这个由简单几笔勾勒出的小人急速的在众多平台间上窜下跳，直到从高处快速掉下来——按照常识——不可避免的死掉。这很有趣，但也棘手——非常非常棘手。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/towerdefence_1512823c.jpg" alt="" /><br />
5、 <a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.handdrawngames.com%2FDesktopTD%2FGame.asp">塔防（Desktop Tower Defence）</a><br />
互联网上有数百种“塔防”策略游戏，但这一个是最流行的之一。规则很平常：建造炮楼保卫基地，抵御成群的入侵者。<br />
通常情况下，战斗发生在某人的桌面上。这个游戏有点《微型机器》（Micro Machines）的影子。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/tetris_1512821c.jpg" alt="" /><br />
6、 <a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.fugly.com%2Fflash%2F819%2Fflash-tetris.html">俄罗斯方块（Tetris）</a><br />
就是俄罗斯方块，我们需要给你一幅游戏截图吗？砖块落下，你旋转它们安放到合适的位置，如果形成横向的直线，这条线就消失了。背景播放着俄罗斯音乐。这就是俄罗斯方块，你知道的。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/cricket_1512800c.jpg" alt="" width="460" height="288" /><br />
7、 <a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.sticksports.com%2Fcricket%2F">板球（Stick Cricket）</a><br />
如果《足球经理》是在离婚案例中提到最多的游戏，《板球》可能是P45（解雇通知书）上（或者是粉红色纸条，如果你是美国人的话。有棒球游戏么？）上镜率最高的游戏。（译注：解雇通知书在英国被称为P45，在美国被称为粉红纸条）</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/puzzlebobble_1512815c.jpg" alt="" /><br />
8、 <a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.y8.com%2Fgames%2FPuzzle_Bobble">泡泡龙（Puzzle Bobble）</a><br />
一定年龄段的玩家都会记住好玩的《泡泡龙》游戏中那个拱形机器。这款Flash游戏带来的怀旧感觉就像人们又看到了电影Round The Twist的片断或者又听到了Wham Bar这首歌。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/mansion_1512810c.jpg" alt="" /><br />
9、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.channel4.com%2F4homes%2Fplay-win%2Fgames%2Fmansion-impossible%2F">地产大亨（Mansion Impossible）</a><br />
买来房子然后卖出，从中赚取差价，这听起来不像个游戏——如果硬要说像什么的话，那它倒像是那种钻进钱眼里的家伙的生活方式，他们大声笑着说话，在聚会上你对他们避之不及。但这个游戏很好玩，不禁让人眼前一亮。<br />
价钱便宜的时候点击它们，然后看着价格上涨，当你觉得涨到顶点了，卖出。你有10万英镑本钱，目标是买下城市末端的价值1000万英镑的大厦。最终你会爬到资产阶梯的顶端。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/mario_1512817c.jpg" alt="" /><br />
10、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.mariogamesflash.com%2Fsuper_mario_world_flash_game.html">超级马里奥世界（Super Mario World）</a><br />
这是另一个无需多说的游戏。操纵着一个胖乎乎的意大利水管工穿越奇异的卡通世界，吃金币、顶蘑菇，还要救公主。显然就是这样。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/gravity_1512811c.jpg" alt="" /><br />
11、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.wickedpissahgames.com%2Fgames%2Fgravitypods%2FGravityPods.html">重力豆荚（Gravity Pods）</a><br />
一条简单的规则——用枪射击，让一个小球击中目标。但是这个小球会受一些小的重力豆荚影响，轨迹有所偏离，要利用它们让小球绕过障碍，击中目标。<br />
我们在第9关卡住了，但还有其它游戏要介绍。我们相信你能做的更好。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/killpopup_1512808c.jpg" alt="" /><br />
12、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww2.b3ta.com%2Frealistic-internet-simulator%2F">干掉弹出窗口！（Kill the Popups）</a><br />
它也被称为《现实网络模拟器》，由一群来自b3ta的好人带来（如果称他们为好人你可能会很纠结）。<br />
或许你没听说过它，但你已经玩过这样的游戏了——当你点击了一个可疑的链接，你的桌面就被洪水一般的弹出广告覆盖了。就是这样，这种状况变成了一个游戏！有趣的是，游戏的背景音乐是用《女武神的骑行》的调子一遍又一遍沮丧的唱着：“干掉弹出窗口。”</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/boomshine_1512796c.jpg" alt="" /><br />
13、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.bored.com%2Fboomshine%2F">连环爆破（Boomshine）</a><br />
一个有点奇怪的智力游戏（如果形容的没错），有些小点在屏幕上漂来漂去，你要在这些点上触发一连串的爆炸。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/penguin_1512813c.jpg" alt="" width="460" height="288" /><br />
14、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.adobe.com%2Fmacromedia%2Fholiday2004%2F">企鹅跳跳板（Penjuin jumping）</a><br />
可以让人暂时心情愉悦，但是格外的超越现实。把一只企鹅送上跳板，让它在空中来一个三周翻腾再笔直入水，或是其它什么动作，然后由一只小海豹、一只海象和一头（大概是）北极熊根据起跳高度、旋转情况和入水角度进行评分。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/tennis_1512824c.jpg" alt="" /><br />
15、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.play.vg%2Fgames%2F142-Tennis%2520Game.html">网球（Tennis）</a><br />
“远古”的游戏平台——红白机（NES）的拥有者会喜欢这个网球游戏的。它实际上就直接复制了任天堂的老版网球游戏。对了，你所要做的就是用拍子击球，让它过网。你很快就能上手了。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/flu_1512803c.jpg" alt="" /><br />
16、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.clinical-virology.org%2Fkillerflu%2Fkillerflu.html">流感杀手（The Killer Flu Game）</a><br />
由英国的Clinical Virology Network出品，用于教育我们关于流行病蔓延的一切，包括大范围流行的（猪）流感和日常的季节性流感。通常我们不会在意这些，我们只想传播一些类似近代鼠疫的传染病，但当做这些的时候，我们也许能学到一点东西。<br />
在一个更加致命的版本中，试试全球流行病吧。它不仅仅会让人流鼻涕——你培育了一个真正肮脏的病毒并在全世界传播。释放你内心的瘟疫。继续吧。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/freerice_1512802c.jpg" alt="" /><br />
17、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.freerice.com%2Findex.php">免费大米（Free Rice）</a><br />
这就是Balderdash游戏或者掷骰子游戏（Call My Bluff）——它会问你单词的意思，你要从4个选项当中选择，其中3个都是错的。单词会越来越难，直到你试图猜出“erose”是什么意思（显然是“不规则”的意思）。<br />
但是每当你答对一个问题，该网站就向联合国世界粮食计划捐赠10粒大米。因此在学习的同时，你还着手解决着世界饥饿问题。就是这样。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/sockandawe_1512816c.jpg" alt="" /><br />
18、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.sockandawe.com%2F">皮鞋砸布什（Sock and Awe）</a><br />
你是否也想过向美国前总统布什扔一只皮鞋，但苦于没能亲身赶赴巴格达的新闻发布会？现在你有了这样一个机会。这个小游戏诞生以来，已经有近1亿只鞋子击中了可怜的布什，而他的脸上则充满了疑惑。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/helicopter_1512807c.jpg" alt="" /><br />
19、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fwww.helicoptergame.net%2F">直升飞机（The Helicopter Game）</a><br />
就像这样简单——按住左键让直升机上升；松开左键飞机就会下降。飞机会自动向前飞行，你要躲避障碍看看能飞多远。答案可能是“没多远”，如果你的水平和我们差不多的话。</p>
<p><img src="http://www.telegraph.co.uk/telegraph/multimedia/archive/01512/disorientation_1512801c.jpg" alt="" width="460" height="288" /><br />
20、<a href="http://go.telegraph.co.uk/?id=296X467&amp;url=http%3A%2F%2Fjiggmin.com%2Fplay_game.php%3Fgame%3Dthe_Game_of_Disorientation">头昏脑涨（The Game of Disorientation）</a><br />
你所要做的只是走向目标，但是旋转的镜头和怪异的缩放效果让这件事变得没那么简单。如果你有晕船倾向，建议还是不要玩了。</div>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/11/01/2348/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/11/01/2348/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/11/01/2348/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/11/01/2348/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/11/01/2348/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/11/01/2348/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>28个Flash页面进度效果载入(Loading)欣赏</title>
		<link>http://www.iwanna.cn/archives/2009/10/14/2311/</link>
		<comments>http://www.iwanna.cn/archives/2009/10/14/2311/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:53:00 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2311</guid>
		<description><![CDATA[几乎每个Flash网站都拥有一个页面载入进度动画，设计们也颇爱在该元素上玩创意。尽管我个人是希望在浏览任何一个网站的时候，根本就不要看到进度条或一闪而过就好。但有创意的优秀Flash Loading设计还是让人愿意等待。 本文里面，向你展示28个Flash页面进度效果载入(Loading)欣赏。 1. Xixi no Banho 2. Just in Queso 3. Puma 4. Sam Design 5. Mary and Max 6. Comcast Town 7. Reva France 8. Nil in alt benliginin 9. Drinkzzz 10. Devotchka 11. Max Shaman 12. Au Smart Sports 13. Red Bull Soapbox Racer 14. Cheese and Burger 15. Brand Studio 16. [...]]]></description>
			<content:encoded><![CDATA[<p>几乎每个Flash网站都拥有一个页面载入进度动画，设计们也颇爱在该元素上玩创意。尽管我个人是希望在浏览任何一个网站的时候，根本就不要看到进度条或一闪而过就好。但有创意的优秀Flash Loading设计还是让人愿意等待。</p>
<p>本文里面，向你展示<strong>28个Flash页面进度效果载入(Loading)欣赏</strong>。<br />
<span id="more-2311"></span></p>
<h4><a href="http://www.xixinobanho.org.br/" target="_blank">1. Xixi no Banho</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144544218.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://justinqueso.org/" target="_blank">2. Just in Queso</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144545659.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://lift.puma.com/" target="_blank">3. Puma</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144545685.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.samueleschiavo.it/" target="_blank">4. Sam Design</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144546434.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.maryandmax.com/" target="_blank">5. Mary and Max</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144546598.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.comcasttown.com/" target="_blank">6. Comcast Town</a></h4>
<p><span id="more-11277"> </span></p>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144546273.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.revafrance.fr/" target="_blank">7. Reva France</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144547866.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.nilkaraibrahimgil.com/" target="_blank">8. Nil in alt benliginin</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144548382.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://zzz.drinkzzz.com/" target="_blank">9. Drinkzzz</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144548359.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://devotchka.net/" target="_blank">10. Devotchka</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144549254.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.maxshaman.com/" target="_blank">11. Max Shaman</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144549372.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://au-ss.jp/pc/5min/" target="_blank">12. Au Smart Sports</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144551491.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.redbullsoapboxracer.com/" target="_blank">13. Red Bull Soapbox Racer</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144555613.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.cheeseandburger.com/" target="_blank">14. Cheese and Burger</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/200991714465600.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://brandstudio.ru/works/screensaver/" target="_blank">15. Brand Studio</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144614119.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.harrypottertweet.com/" target="_blank">16. Harry Potter Tweet</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144616788.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://lech.pl/nowakaledonia/" target="_blank">17. Lech</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144616350.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.corny.de/" target="_blank">18. Corny</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144617379.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.msichicago.org/fileadmin/Activities/Games/simple_machines/" target="_blank">19. Museum of Science and Industry</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144619492.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.ff0000.com/portfolio/lands_end/swim_2009/" target="_blank">20. Swim Island from lands End</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144619510.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://cokelato.k2.pl/" target="_blank">21. Lato z Coca-Cola</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144620354.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.mcq.org/momies/" target="_blank">22. MCQ</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144620477.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.rescuethepuppets.com/" target="_blank">23. Rescue the Puppets</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144621281.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.kraftbrands.com/caprisun/disrespectoids/index.aspx" target="_blank">24. Disrespectoids</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144621565.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.theeggrepublic.com/" target="_blank">25. The Egg Republic</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144622166.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://hf3.coca-cola.com/" target="_blank">26. Coca Cola</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144623293.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.6minutestomidnight.com/" target="_blank">27. Watchmen</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144624189.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<h4><a href="http://www.galaicofolia.com/" target="_blank">28. Galaicofolia</a></h4>
<p><img title="28个Flash页面载入进度效果(Loading)欣赏" src="http://www.iwanna.cn/images/articles/flash/flash_loading_website/2009917144626254.jpg" alt="Flash页面载入进度效果(Loading)欣赏" width="450" height="250" /></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/10/14/2311/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/10/14/2311/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/10/14/2311/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/10/14/2311/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/10/14/2311/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/10/14/2311/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10大2009年最好的基于Flash网站。</title>
		<link>http://www.iwanna.cn/archives/2009/08/16/2159/</link>
		<comments>http://www.iwanna.cn/archives/2009/08/16/2159/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 06:31:21 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2159</guid>
		<description><![CDATA[以下是编辑基于视觉艺术效果、综合声音效果、易用性以及独特性评选出来的10大2009年最好的基于Flash网站。 第一名Monoface Mono是坐落于美国明尼阿波利斯市的一家广告代理商，他们的理念是“越简单越好”。“Monoface”这个网站向访客提供了一个又有趣又简单的Flash应用。通过这个应用人们可以随意变化“薯头先生（Mr. Potato Head）”（薯头先生是美国的一个变脸玩具，上世纪40年代问世。就是一个土豆型的脸，配有30多种五官配件，你想怎么安排都行）“的脸型，这个应用包含多达759,375 个有趣的变化形式。 第二名Get The Glass Get The Glass是加利福尼亚牛奶加工委员会下属的一个网站，这个网站邀请访客参与一个诙谐有趣的Flash游戏，在游戏中访客的目的就是获得牛奶瓶。委员会通过这种方式来增加他们牛奶的销量。这款流行的游戏出现于2007年 第三名NVIDIA® &#8211; Speak Visual™ Speak Visual一个基于Flash的微型网站。网站设计的目的是宣传Nvidia（英伟达）公司的图形处理器的强大功能。该网站由著名的Odopod工作室和Cutwater工作室共同设计完成。网站于2008年12月份发布，目前的功能是展示Nvidia公司赞助的多媒体设计竞赛参赛作品。 第四名 AgencyNet Interactive AgencyNet Interactive是一家坐落于纽约市纽约城和佛罗里达州劳德代尔堡的设计工作室。其网站AgencyNet Interactive出现于2005年3月.这是一个绝对让你震惊的网站，其深度和功能都远远超过了我们所见过的任何一个Flash网站，当然，也不能把我们的话太当真哦～ 第五名 Section Seven Inc. Section Seven公司是一家网站设计工作室。他们利用Flash的强大功能来创建了真实独特的导航系统，使用户以一种别具一格的方式浏览他们的摄影作品。他们的网站出现于2007年初，至今已经获得了多项大奖，包括颇有声望的“最喜爱网站奖”（FWA）。 第六名Dave Werner&#8217;s Portfolio 戴夫维尔纳不仅充分利用Flash技巧展示了自己的摄影作品，他还巧妙运用叙述性视频向访客描述了他追求使用强有力的声音和对比来呈现其作品的个人经历。他的网站出现于2006年 第七名 BK Design &#124; Montreal Based Design Studio DK Design是一家坐落于蒙特利尔的设计营销工作室，它利用在当地发现的设计样品来展示那些整合到网页中的交互式建筑形象巨大潜力。网站目前的设计于2007年发布，这个网站是Flash三维动作的绝佳范例。 第八名 2Advanced Studios 2Advanced Studios是一家位于加州阿里索维耶荷市的交互性设计公司，其网站出现于2006年八月。2Advanced以其流行的复古主页设计著称，但其最近重新设计了网站，增加了壁画式背景，使这种风格焕然一新，令人兴奋。 第九名 Dallas Advertising Agency &#124; TargetScope [...]]]></description>
			<content:encoded><![CDATA[<p>以下是编辑基于视觉艺术效果、综合声音效果、易用性以及独特性评选出来的10大2009年最好的基于Flash网站。<br />
<span id="more-2159"></span><br />
<a href="http://www.mono-1.com/monoface/main.html"><img src="http://www.ebizmba.com/images/logos/monoface.jpg" border="0" alt="" width="240" height="115" />第一名Monoface</a><br />
<span lang="en-us" xml:lang="en-us">Mono</span><span>是坐落于美国明尼阿波利斯市的一家广告代理商，他们的理念是</span><span lang="en-us" xml:lang="en-us">“</span><span>越简单越好</span><span lang="en-us" xml:lang="en-us">”</span><span>。</span><span lang="en-us" xml:lang="en-us">“Monoface”</span><span>这个网站向访客提供了一个又有趣又简单的</span><span lang="en-us" xml:lang="en-us"><a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">Flash</a></span><span>应用。通过这个应用人们可以随意变化</span><span lang="en-us" xml:lang="en-us">“</span><span>薯头先生（</span><span lang="en-us" xml:lang="en-us">Mr. Potato Head</span><span>）</span><span lang="en-us" xml:lang="en-us">”</span><span>（薯头先生</span><span>是美国的一个变脸玩具，上世纪</span><span lang="en-us" xml:lang="en-us">40</span><span>年代问世。就是一个土豆型的脸，配有</span><span lang="en-us" xml:lang="en-us">30</span><span>多种五官配件，你想怎么安排都行）</span><span lang="en-us" xml:lang="en-us">“</span><span>的脸型，这个应用包含多达</span><span lang="en-us" xml:lang="en-us">759,375 </span><span>个有趣的变化形式。</span></p>
<p><span style="font-size: medium;"><span> </span></span></p>
<h1><a name="TOC-1"></a></h1>
<p><a href="http://www.gettheglass.com/"><img src="http://www.ebizmba.com/images/logos/gettheglass.jpg" border="0" alt="" width="240" height="115" />第二名Get The Glass</a><br />
<span lang="en-us" xml:lang="en-us">Get The Glass</span><span>是加利福尼亚牛奶加工委员会下属的一个网站，这个网站邀请访客参与一个诙谐有趣的</span><span lang="en-us" xml:lang="en-us">Flash</span><span>游戏，在游戏中访客的目的就是获得牛奶瓶。委员会通过这种方式来增加他们牛奶的销量。这款流行的游戏出现于</span><span lang="en-us" xml:lang="en-us">2007</span><span>年</span></p>
<p><span style="color: #000000; font-size: x-large;"><span><span style="font-family: '宋体'; color: #333333; font-size: medium;"><span><br />
</span></span></span></span></p>
<p><span style="font-size: medium;"><span><br />
</span></span></p>
<p><a href="http://www.speakvisual.com/#/spotlight"><img src="http://www.ebizmba.com/images/logos/speakvisual.jpg" border="0" alt="" width="240" height="115" />第三名NVIDIA® &#8211; Speak Visual™</a><br />
<span lang="en-us" xml:lang="en-us">Speak Visual</span><span>一个基于</span><span lang="en-us" xml:lang="en-us">Flash</span><span>的微型网站。网站设计的目的是宣传</span><span lang="en-us" xml:lang="en-us">Nvidia</span><span>（英伟达）公司的图形处理器的强大功能。该网站由著名的</span><span lang="en-us" xml:lang="en-us">Odopod</span><span>工作室和</span><span lang="en-us" xml:lang="en-us">Cutwater</span><span>工作室共同设计完成。网站于</span><span lang="en-us" xml:lang="en-us">2008</span><span>年</span><span lang="en-us" xml:lang="en-us">12</span><span>月份发布，目前的功能是展示</span><span lang="en-us" xml:lang="en-us">Nvidia</span><span>公司赞助的多媒体设计竞赛参赛作品。</span></p>
<p><span style="color: #000000; font-size: x-large;"><span><span style="font-family: '宋体'; color: #333333; font-size: medium;"><span><br />
</span></span></span></span></p>
<p><span style="font-size: medium;"><span><br />
</span></span></p>
<p><a href="http://www.agencynet.com/"><img src="http://www.ebizmba.com/images/logos/agencynet.jpg" border="0" alt="" width="240" height="115" />第四名 AgencyNet Interactive</a><br />
<span lang="en-us" xml:lang="en-us">AgencyNet Interactive</span><span>是一家坐落于纽约市纽约城和佛罗里达州劳德代尔堡的设计工作室。其网站</span><span lang="en-us" xml:lang="en-us"><a href="http://www.agencynet.com/"><span>AgencyNet Interactive</span></a></span><span>出现于</span><span lang="en-us" xml:lang="en-us">2005</span><span>年</span><span lang="en-us" xml:lang="en-us">3</span><span>月</span><span lang="en-us" xml:lang="en-us">.</span><span>这是一个绝对让你震惊的网站，其深度和功能都远远超过了我们所见过的任何一个</span><span lang="en-us" xml:lang="en-us">Flash</span><span>网站，当然，也不能把我们的话太当真哦～</span></p>
<h1><a name="TOC-2"></a></h1>
<h1><a name="TOC-3"></a></h1>
<p><a href="http://www.sectionseven.com/"><img src="http://www.ebizmba.com/images/logos/sectionseven.jpg" border="0" alt="" width="240" height="115" />第五名 Section Seven Inc.</a><br />
Section Seven公司是一家网站设计工作室。他们利用Flash的强大功能来创建了真实独特的导航系统，使用户以一种别具一格的方式浏览他们的摄影作品。他们的网站出现于2007年初，至今已经获得了多项大奖，包括颇有声望的“最喜爱网站奖”（FWA）。</p>
<p><span style="font-size: medium;"><span><br />
</span></span></p>
<p><span style="font-size: medium;"><span> </span></span></p>
<h1><a name="TOC-4"></a><span style="color: #333333; font-size: medium;"><span><span style="color: #000000; font-size: x-large;"><span><br />
</span></span></span></span></h1>
<p><a href="http://okaydave.com/"><img src="http://www.ebizmba.com/images/logos/okaydave.jpg" border="0" alt="" width="240" height="115" />第六名Dave Werner&#8217;s Portfolio</a><br />
戴夫维尔纳不仅充分利用Flash技巧展示了自己的摄影作品，他还巧妙运用叙述性视频向访客描述了他追求使用强有力的声音和对比来呈现其作品的个人经历。他的网站出现于2006年</p>
<p><span><br />
</span></p>
<p><a href="http://www.bkdsn.com/bkdesign_studio.html"><img src="http://www.ebizmba.com/images/logos/bkdsn.jpg" border="0" alt="" width="240" height="115" />第七名 BK Design | Montreal Based Design Studio</a><br />
DK Design是一家坐落于蒙特利尔的设计营销工作室，它利用在当地发现的设计样品来展示那些整合到网页中的交互式建筑形象巨大潜力。网站目前的设计于2007年发布，这个网站是Flash三维动作的绝佳范例。</p>
<p><a href="http://www.2advanced.com/"><img src="http://www.ebizmba.com/images/logos/2advanced.jpg" border="0" alt="" width="240" height="115" />第八名 2Advanced Studios</a><br />
2Advanced Studios是一家位于加州阿里索维耶荷市的交互性设计公司，其网站出现于2006年八月。2Advanced以其流行的复古主页设计著称，但其最近重新设计了网站，增加了壁画式背景，使这种风格焕然一新，令人兴奋。</p>
<p><span style="color: #cc0033; font-size: medium;"><span><br />
</span></span><span style="font-size: medium;"><span> </span></span></p>
<h1><a name="TOC-5"></a></h1>
<p><a href="http://www.targetscope.com/"><img src="http://www.ebizmba.com/images/logos/targetscope.jpg" border="0" alt="" width="240" height="115" />第九名 Dallas Advertising Agency | TargetScope</a><br />
Target Scope是一家坐落于德克萨斯州达拉斯的广告代理商，其Flash网站设计与2005年6月出现。他们使用1950年的飞机驾驶员作为背景，这一选择极富创新色彩，因为他们给做容易过时的主题增添了深度。</p>
<h1><a name="TOC-6"></a><span style="color: #333333; font-size: medium;"><span><br />
</span></span></h1>
<p><a href="http://www.creaktif.com/"><img src="http://www.ebizmba.com/images/logos/creaktif.jpg" border="0" alt="" width="240" height="115" />第十名Creaktif !</a><br />
Creaktif是一家完全致力于印刷、摄影和交互式媒体的设计工作室，坐落于法国。他们的网站设计出现于2005年10月。Creaktif团队通过充分利用Flash的强大功能及灵活性将其理念和想法完整地表现在了他们的网站设计中。</p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/08/16/2159/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/08/16/2159/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/08/16/2159/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/08/16/2159/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/08/16/2159/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/08/16/2159/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10+条Flash的经验法则</title>
		<link>http://www.iwanna.cn/archives/2009/08/04/2090/</link>
		<comments>http://www.iwanna.cn/archives/2009/08/04/2090/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 17:15:06 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2090</guid>
		<description><![CDATA[10+条Flash的经验法则 1.避免过多的矢量点 大量的矢量会增加文件大小和减慢动画的渲染。可以通过选择Modify:Curves:Optimize减少对象中的矢量数量。 2.保持动画中的字体数目最小 很多业余设计者屈服于数千种可用字体的鸣叫，他们的设计往往看起来象勒索字条。Flash动画比静态Web页面宽大一些 - 因为它们是运动的，字 体不必一次出现在一页上。然而，太多的字体增加了文件大小，有时甚至很可怕。要增加文本的多样性，可以用不同的颜色和大小，还有字体的字距和倾斜。 3.避免使用位图图像 位图比矢量图形包含的细节多，但是增加了文件大小。 4.尽量使用符号 Michael Kay的Flash教程演示了符号如何不用占据很多空间却能表现大多数Flash元素的。当你重用图像或动画时使用符号。不增加文件大小，只用一个符号，一个小雨滴可能变成一场暴风雨。 5.通过使动作之间接近，可以增加渲染速度。文件大小只增加在新祯与旧祯有差别时。如果动作和运动物体只出现在屏幕的一小部分，动画会刷新得更快。 6.把每个元素放在自己的层，尤其是象动画背景这样的大的对象。 这可以使动画重绘得更快。下面的例子“爱管闲事的地产经纪人” 就是一个很好的说明。因为它使用了很多一祯祯动画（而不是渐变），动画在文件尺寸和 重画率上的要求较高。为了避免这些，注意背景保持在一个静态序列层上，所有的运动很紧密的组织在一起。如果动画设计者习惯于做动画背景（如，浮云），那么 重画率和文件大小会令人无法忍受。 例子：爱管闲事的地产经纪人 动画制作：Charles Schulz &#38; Smashing Ideas Animations 网站：Shockrave URL：www.shockrave.com 媒体：Flash 文件大小293KB 7.在不同浏览器/平台/机器上测试你的动画 不存在标准计算机。面对数以千计的计算机配置，当你想象你的动画是否在所有计算机上的表现都相同时，你会疯掉。测试后，调整你的动画，让它们在不同处理器速度和显示卡刷新率上都可以容忍。同时，检查PC和Mac上颜色和gamma的差别。 8.别让盒子嵌套 因为没有显示器分辨率或尺寸的唯一标准，设计者经常把动画填充在一个小区域内。但这对Flash没有问题。因为它是基于矢量的，它可以在任何分辨率下缩放得很好，所以你可以创建可变的、全屏幕的动画。这样既具有电视的质量又有交互性。 9.别把什么事都交给Flash 虽然是一项很好的技术，但是Flash也有局限性。假设你在出版偏重于文本的文章 - 就没有必要全用 Flash（HTML或者dHTML是更好 的选择，因为它们更小而且可查询）。当你发现你已经严重依赖于Flash的脆弱的特征时，试一试其它的技术（如dHTML、GIF、JPEG或 HTML）。 10.给你的观众一个Flash动画的替代物 很多上网者没有Flash插件，因此要给这些人在出现动画处一些可以看到的内容。你可以用一个图像代替，或者一个欺骗性的动画（带一个下载插件的提示），或者另一个动画。 [酸酸] 闪客学习 要学会分析别人的作品 经常看好多闪客朋友的问题帖子，觉得好多问题可以自己解决，但是为什么要提出来呢？“怎么学习FLASH？”“谁能帮我做……效果？” “怎么去做……”这样的问题多的数也数不清楚，我的意思并不是不让大家这样问，你们不觉得类似“为什么这样不可以？”“我这样做了 但是没有出现我要的效果是为什么？”这样的问题少的可怜么？ 所以我觉得学会分析一个作品是很重要而且很必要的，看别人的作品不是看着好玩，而是要看出些门道，看到别人的作品中有不错的效果 就停下来，去想想怎么样能自己做出来？想想他这样的效果可能是用什么方法做出来的，大家要知道，其实说FLASH简单也简单，无非就是那 几个运动，移动渐变，形状渐变，引导线，遮蔽。要是不加AS编程的话，差不多也就是这样几个基础东西了，你要是学会了，弄懂了这几个运 动，那你就可以去想想什么样的运动结合会产生这样的效果。 分解思维 当你看到一个效果的时候，首先去判断是不是AS编程，用帧动画能不能做出来，要不是编程的问题，就可以试着做做，不要一遇到问题就 想谁能帮到自己，那样永远也学不好FLASH，举个简单的例子，让一个人物图片走动，这样的问题一看就知道不是编程所做的了，再继续想， 要让人走动，哪些是运动的，哪些可以不做运动，就我前几天做的那个教程里看，人走动，脚是必须动的，身子可以不去动，好，这样就把 脚和身子分开，分别转换为图形元件，以便以后使用，再想，两个脚的运动也是不一样的，一个脚下，另一个脚就上，或者说是，一个前，一 个后，好，这样再把两个脚也分开转换为图形元件，好了，都分开了，这时候都拖拽到一个影片剪辑中，想让哪动哪就动，这样一个人走动的 动作就做出来了。 还有一个例子，一朵花从泥土中长出来，这一看也知道不是AS的事，这时候就分开想，茎是怎么长出来的，可以先画好一个长出来的茎再用 遮蔽效果将长出来的过程表现出来，叶子可以用移动渐变做，由小到大，花比较麻烦，先画一个花苞，由小到大，由下向上长（可以加引导线） 画简单的几个有特点的花成长过程（由花苞长为花朵）也就是帧动画，最后一个花朵的由小变大的移动渐变。这样这个效果就出来了。 好多的东西，只要你分开想，就能知道怎么做了。 大胆思维 创意是要有胆量的，做动画也是，其实FLASH就是一种挑战，我不知道别的闪客是怎么想的，是处于什么目的学FLASH的，我个人认为，学 [...]]]></description>
			<content:encoded><![CDATA[<div><strong>10+条Flash的经验法则</strong><br />
1.避免过多的矢量点</div>
<p>大量的矢量会增加文件大小和减慢动画的渲染。可以通过选择Modify:Curves:Optimize减少对象中的矢量数量。<br />
<span id="more-2090"></span><br />
2.保持动画中的字体数目最小</p>
<p>很多业余设计者屈服于数千种可用字体的鸣叫，他们的设计往往看起来象勒索字条。Flash动画比静态Web页面宽大一些 - 因为它们是运动的，字 体不必一次出现在一页上。然而，太多的字体增加了文件大小，有时甚至很可怕。要增加文本的多样性，可以用不同的颜色和大小，还有字体的字距和倾斜。</p>
<p>3.避免使用位图图像</p>
<p>位图比矢量图形包含的细节多，但是增加了文件大小。</p>
<p>4.尽量使用符号</p>
<p>Michael Kay的Flash教程演示了符号如何不用占据很多空间却能表现大多数Flash元素的。当你重用图像或动画时使用符号。不增加文件大小，只用一个符号，一个小雨滴可能变成一场暴风雨。</p>
<p>5.通过使动作之间接近，可以增加渲染速度。文件大小只增加在新祯与旧祯有差别时。如果动作和运动物体只出现在屏幕的一小部分，动画会刷新得更快。</p>
<p>6.把每个元素放在自己的层，尤其是象动画背景这样的大的对象。</p>
<p>这可以使动画重绘得更快。下面的例子“爱管闲事的地产经纪人” 就是一个很好的说明。因为它使用了很多一祯祯动画（而不是渐变），动画在文件尺寸和 重画率上的要求较高。为了避免这些，注意背景保持在一个静态序列层上，所有的运动很紧密的组织在一起。如果动画设计者习惯于做动画背景（如，浮云），那么 重画率和文件大小会令人无法忍受。<br />
例子：爱管闲事的地产经纪人<br />
动画制作：Charles Schulz &amp; Smashing Ideas<br />
Animations<br />
网站：Shockrave<br />
URL：www.shockrave.com<br />
媒体：<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">Flash</a><br />
文件大小293KB</p>
<p>7.在不同浏览器/平台/机器上测试你的动画</p>
<p>不存在标准计算机。面对数以千计的计算机配置，当你想象你的动画是否在所有计算机上的表现都相同时，你会疯掉。测试后，调整你的动画，让它们在不同处理器速度和显示卡刷新率上都可以容忍。同时，检查PC和Mac上颜色和gamma的差别。</p>
<p>8.别让盒子嵌套</p>
<p>因为没有显示器分辨率或尺寸的唯一标准，设计者经常把动画填充在一个小区域内。但这对Flash没有问题。因为它是基于矢量的，它可以在任何分辨率下缩放得很好，所以你可以创建可变的、全屏幕的动画。这样既具有电视的质量又有交互性。</p>
<p>9.别把什么事都交给Flash</p>
<p>虽然是一项很好的技术，但是Flash也有局限性。假设你在出版偏重于文本的文章 - 就没有必要全用 Flash（HTML或者dHTML是更好 的选择，因为它们更小而且可查询）。当你发现你已经严重依赖于Flash的脆弱的特征时，试一试其它的技术（如dHTML、GIF、JPEG或 <a href="http://www.iwanna.cn/tags/html/" class="st_tag internal_tag" rel="tag" title="标签 HTML 下的日志">HTML</a>）。</p>
<p>10.给你的观众一个Flash动画的替代物</p>
<p>很多上网者没有Flash插件，因此要给这些人在出现动画处一些可以看到的内容。你可以用一个图像代替，或者一个欺骗性的动画（带一个下载插件的提示），或者另一个动画。</p>
<p>[酸酸]<br />
闪客学习<br />
要学会分析别人的作品<br />
经常看好多闪客朋友的问题帖子，觉得好多问题可以自己解决，但是为什么要提出来呢？“怎么学习FLASH？”“谁能帮我做……效果？”<br />
“怎么去做……”这样的问题多的数也数不清楚，我的意思并不是不让大家这样问，你们不觉得类似“为什么这样不可以？”“我这样做了<br />
但是没有出现我要的效果是为什么？”这样的问题少的可怜么？<br />
所以我觉得学会分析一个作品是很重要而且很必要的，看别人的作品不是看着好玩，而是要看出些门道，看到别人的作品中有不错的效果<br />
就停下来，去想想怎么样能自己做出来？想想他这样的效果可能是用什么方法做出来的，大家要知道，其实说FLASH简单也简单，无非就是那<br />
几个运动，移动渐变，形状渐变，引导线，遮蔽。要是不加AS编程的话，差不多也就是这样几个基础东西了，你要是学会了，弄懂了这几个运<br />
动，那你就可以去想想什么样的运动结合会产生这样的效果。<br />
分解思维<br />
当你看到一个效果的时候，首先去判断是不是AS编程，用帧动画能不能做出来，要不是编程的问题，就可以试着做做，不要一遇到问题就<br />
想谁能帮到自己，那样永远也学不好FLASH，举个简单的例子，让一个人物图片走动，这样的问题一看就知道不是编程所做的了，再继续想，<br />
要让人走动，哪些是运动的，哪些可以不做运动，就我前几天做的那个教程里看，人走动，脚是必须动的，身子可以不去动，好，这样就把<br />
脚和身子分开，分别转换为图形元件，以便以后使用，再想，两个脚的运动也是不一样的，一个脚下，另一个脚就上，或者说是，一个前，一<br />
个后，好，这样再把两个脚也分开转换为图形元件，好了，都分开了，这时候都拖拽到一个影片剪辑中，想让哪动哪就动，这样一个人走动的<br />
动作就做出来了。<br />
还有一个例子，一朵花从泥土中长出来，这一看也知道不是AS的事，这时候就分开想，茎是怎么长出来的，可以先画好一个长出来的茎再用<br />
遮蔽效果将长出来的过程表现出来，叶子可以用移动渐变做，由小到大，花比较麻烦，先画一个花苞，由小到大，由下向上长（可以加引导线）<br />
画简单的几个有特点的花成长过程（由花苞长为花朵）也就是帧动画，最后一个花朵的由小变大的移动渐变。这样这个效果就出来了。<br />
好多的东西，只要你分开想，就能知道怎么做了。<br />
大胆思维<br />
创意是要有胆量的，做动画也是，其实FLASH就是一种挑战，我不知道别的闪客是怎么想的，是处于什么目的学FLASH的，我个人认为，学<br />
习FLASH就是挑战，挑战每一个没有做过的效果，有的人看到一个效果，也去想了，自己怀疑是用哪个哪个方法做的，但是马上就否定了自己的<br />
想法，认为人家高手怎么可能是用这么简单的方法做的，接着就不去想了，到看到源文件的时候一下子呆了，自己明明会做嘛，其实这样的想<br />
法是很不好的，看到一个效果，自己认为怎么能做出来就怎么做，成功了自己会更有兴趣学习FLASH，失败了也没有人会说你，不要看到问题就<br />
头疼。现在所谓的闪客高手，并不是每个效果都做过，但是，他们看到没做过的效果就敢去尝试着做，不信你问问田菜，问问智天使。<br />
窃取思维<br />
要是真的遇到了解决不了的问题，遇到了做不出来的效果，周围又没有能帮你的。这时候不要放手，学会窃取别人的东西。用导入的方法<br />
或是用swf分解软件，都是很简单能办到的，我这样说并不是要偷机取巧，而是我所谓的下下策。希望大家不到逼不得已不要这样。<br />
库中的秘密<br />
当你去分析一个人的作品的时候，当你打开一个人的源文件时候，最重要的就是要同时打开他的库。说句最实在的，他怎么去做的这个效<br />
果在库中你全能找到答案。库中给出的并不是一些不起眼的资料，其实最重要的就在库中。还有提醒大家的就是，看高手的源文件时候特别注<br />
意一下他们给库中元件起的名字，有写名字你一看就知道里面能给你什么内容了。比如，我经常能看到有些源文件的库中有这样的影片剪辑，<br />
他们起的名字是“as”，大家自己想想吧，里面有什么，我也不多说了。<br />
我相信要是你自己能学会分析别人的作品，这样你的FLASH就有更大的提高，到那时候你也能问出含金量高的问题。你也是高手了。<br />
我还想说的就是基础真的很重要，层的概念，mc的用法，关键帧的含义，遮蔽的含义。要是你能把基础的学会，有好多你们所谓的问题基<br />
础问题就能自己解决了。这样也提高了自己的效率。说实话，我特别喜欢别人问我问题，我喜欢解决问题，解决他们问题的同时就是提高我自<br />
己的技术，我相信好多闪客朋友也是这样认为的。<br />
最后我祝愿你们都能成为一流闪客。成为闪群中的高手。</p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/08/04/2090/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/08/04/2090/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/08/04/2090/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/08/04/2090/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/08/04/2090/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/08/04/2090/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RIA特别专题和Flash开发平台工具下载资源发布</title>
		<link>http://www.iwanna.cn/archives/2009/07/29/2073/</link>
		<comments>http://www.iwanna.cn/archives/2009/07/29/2073/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 02:56:44 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=2073</guid>
		<description><![CDATA[为了能和读者分享更多有关RIA的精彩内容，InfoQ中文站最近组织并发布了一期RIA技术专题，包括RIA相关的新闻、文章和视频等。除此之外，本专题还提供了Flash平台开发工具的独家高速下载，以飨读者。 本专题中包含的部分精彩内容有： 虚拟座谈会：RIA和Ajax技术的现状与展望 争论又起，RIA的未来在哪里？ Silverlight、JavaFX、Flex/Flash技术比较 Java程序员学习Flex和BlazeDS的十三个理由 RIA框架大调查 InfoQ案例研究：纳斯达克市场回放 选择你的Ajax框架 纽约时报放弃WPF/Silverlight，转向Adobe AIR RichClient/RIA原则与实践（上）（下） 构建Flex应用的10大误区 本专题所提供的Flash开发平台部分工具下载资源包括： Flash Catalyst：一个无需编码即可快速创建用户界面的新型专业交互设计工具。（高速下载） Flash Builder：包含了三个主要主题：开发人员生产率，设计人员-开发人员工作流和以数据为中心的应用开发等。以及Flex 4框架等。（高速下载） Flex 4 SDK：支持开发人员创建Flex应用，还支持设计人员使用Adobe Flash Catalyst创建交互式设计。（高速下载） Adobe AIR：使您能够始终拥有您喜爱的 Web 应用程序（高速下载） © 我想网 Akon 所有 , 2009. &#124; 永久链接 &#124; 没有评论 &#124; 提交到 Google Reader 鲜果 抓虾 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p>为了能和读者分享更多有关RIA的精彩内容，InfoQ中文站最近组织并发布了一期<a href="http://www.infoq.com/cn/ria" mce_href="http://www.infoq.com/cn/ria" target="_blank">RIA技术专题</a>，包括RIA相关的新闻、文章和视频等。除此之外，本专题还提供了Flash平台开发工具的独家高速下载，以飨读者。<br />
<img class="mceWPmore mceItemNoResize" title="更多..." src="http://www.iwanna.cn/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" mce_src="http://www.iwanna.cn/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt=""><br />
<a href="http://www.infoq.com/cn/ria" mce_href="http://www.infoq.com/cn/ria" target="_blank">本专题</a>中包含的部分精彩内容有：</p>
<ul>
<li><a href="http://www.infoq.com/cn/articles/ria-panel" mce_href="http://www.infoq.com/cn/articles/ria-panel" target="_blank">虚拟座谈会：RIA和Ajax技术的现状与展望</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/news/2007/07/dhh-debates-ria-future" mce_href="http://www.infoq.com/cn/news/2007/07/dhh-debates-ria-future" target="_blank">争论又起，RIA的未来在哪里？</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/news/2007/05/silverlisht-javafx-flex" mce_href="http://www.infoq.com/cn/news/2007/05/silverlisht-javafx-flex" target="_blank">Silverlight、JavaFX、Flex/Flash技术比较</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/articles/java-flex-blazeds" mce_href="http://www.infoq.com/cn/articles/java-flex-blazeds" target="_blank">Java程序员学习Flex和BlazeDS的十三个理由</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/news/2008/11/ria-frameworks-survey" mce_href="http://www.infoq.com/cn/news/2008/11/ria-frameworks-survey" target="_blank">RIA框架大调查</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/articles/nasdaq-case-study-air-and-s3" mce_href="http://www.infoq.com/cn/articles/nasdaq-case-study-air-and-s3" target="_blank">InfoQ案例研究：纳斯达克市场回放</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/news/2009/06/ajax-frameworks" mce_href="http://www.infoq.com/cn/news/2009/06/ajax-frameworks" target="_blank">选择你的Ajax框架</a><br mce_bogus="1"></li>
<li><a href="http://www.infoq.com/cn/news/2009/05/Times-AIR-Reader" mce_href="http://www.infoq.com/cn/news/2009/05/Times-AIR-Reader" target="_blank">纽约时报放弃WPF/Silverlight，转向Adobe AIR</a><br mce_bogus="1"></li>
<li>RichClient/RIA原则与实践（<a href="http://www.infoq.com/cn/articles/thoughtworks-practice-partiii" mce_href="http://www.infoq.com/cn/articles/thoughtworks-practice-partiii" target="_blank">上</a>）（<a href="http://www.infoq.com/cn/articles/thoughtworks-practice-partiii-ii" mce_href="http://www.infoq.com/cn/articles/thoughtworks-practice-partiii-ii" target="_blank">下</a>）</li>
<li><a href="http://www.infoq.com/cn/news/2008/04/top-10-flex-mistakes" mce_href="http://www.infoq.com/cn/news/2008/04/top-10-flex-mistakes" target="_blank">构建Flex应用的10大误区</a><br mce_bogus="1"></li>
</ul>
<p><a href="http://www.infoq.com/cn/ria" mce_href="http://www.infoq.com/cn/ria" target="_blank">本专题</a>所提供的Flash开发平台部分工具下载资源包括：</p>
<ul>
<li><b><a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">Flash</a> Catalyst：</b>一个无需编码即可快速创建用户界面的新型专业交互设计工具。（<a href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=625" mce_href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=625" target="_blank">高速下载</a>）</li>
<li><b>Flash Builder：</b>包含了三个主要主题：开发人员生产率，设计人员-开发人员工作流和以数据为中心的应用开发等。以及Flex 4框架等。（<a href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=626" mce_href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=626" target="_blank">高速下载</a>）</li>
<li><b><a href="http://www.iwanna.cn/tags/flex/" class="st_tag internal_tag" rel="tag" title="标签 Flex 下的日志">Flex</a> 4 SDK：</b>支持开发人员创建Flex应用，还支持设计人员使用Adobe Flash Catalyst创建交互式设计。（<a href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=628" mce_href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=628" target="_blank">高速下载</a>）</li>
<li><b><a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> AIR：</b>使您能够始终拥有您喜爱的 Web 应用程序（<a href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=629" mce_href="http://www.infoq.com/cn/vendorcontent/show.action?vcr=629" target="_blank">高速下载</a>）</li>
</ul>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/07/29/2073/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/07/29/2073/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/07/29/2073/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/07/29/2073/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/07/29/2073/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/07/29/2073/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX是如何工作的: AJAX的10个实践运用</title>
		<link>http://www.iwanna.cn/archives/2009/07/08/1849/</link>
		<comments>http://www.iwanna.cn/archives/2009/07/08/1849/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:32:06 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Translate]]></category>
		<category><![CDATA[XMLHTTP]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=1849</guid>
		<description><![CDATA[近几年，Ajax已变得越来越流行了，这使得网络应用程序变得越来越像是桌面应用程序。Ajax可以提供很多其它程序无法完成的额外的功能。 什么是 AJAX? 它是怎么工作的? 什么是Ajax？它是如何运作的？ Ajax是异步JavaScript脚本和 XML（Asynchronous JavaScript and XML）的缩写，用来使浏览器端应用程序和服务器端进行通信。在Ajax出现以前，浏览器端应用程序是无法直接和服务器进行通信的，只能使用刷新和加载页 面的方法来实现。而有了Ajax之后，浏览器和服务器端就可以自由通信了。 以下简述Ajax脚本的运行路径： 行为引发事件，如用户单击按钮； Ajax响应该事件，并使用XML向服务器发送请求； 服务器端程序（PHP、ASP或其他）接收到Ajax发来的数据并进行处理，从数据库中调用数据等； 服务器端再使用XML向客户端返回数据； 另外一个JavaScript函数，通常称之为回调函数，接收到服务器端发来的数据并据此更新页面。 本文将讨论我们如何通过不同的脚本来实现各种各样的功能。 1、登录表单 按传统的做法，用户登录时会被定向到一个登录页面，随后再返回登录前的页面。使用Ajax后，用户可以直接在原页面输入用户名和密码。Ajax会将 这些信息发送给服务器进行验证。服务器会返回数据告知浏览器是否验证通过，浏览器可相应地更新页面。Digg就有这样的登录表单。 示例：Digg.com （页面顶端） 插件：jQuery Form Plugin 2、自动完成 谷歌是最早开始使用Ajax的公司之一，其搜索建议功能则是最先使用Ajax的地方，并开发了第一个自动完成工具。在搜索框输入数据后，Ajax会 从服务器端接受数据，找出数据库中存储的常用搜索关键字并进行提示。自动完成功能是非常有用的，当表单可以输入多个可能的值时，显示一个下拉列表框供用户 选择，非常人性化。 示例：Google Search 插件：jq autocomplete 3、投票和排行 网页收藏站点如Digg、Reddit等往往会让用户来决定什么内容会放在首页，使用的方法便是投票。他们使用Ajax来实现这个功能，这样用户就能够方便快捷地表达自己的意见了。 示例：Reddit 4、使用用户内容更新 Twitter之所以流行的一大原因是其简单易用的界面。当用户发送了一个消息后，这条消息会立刻添加到用户的页面中，所有的相应内容都会进行更 新。最近，Twitter开始使用Ajax对“热门话题”进行更新。每隔几秒，我们就可以知道大家在忙些什么、关注些什么，非常快速。 示例：Twitter 5、表单的提交和验证 表单永远是最麻烦的东西，但Ajax让它们变得友好起来。Ajax可以派很多用处，从上面提到的自动完成功能，再到现在的表单验证和提交。有些网站使用Ajax检查用户输入的数据是否达到了某些要求，如密码长度或者E-mail地址、URL地址是否合法等 示例：10 Cool jQuery Form Plugins 6、聊天室和即时消息 在线聊天室在IRC之后多年才出现的只用应用。如今，聊天室和即时消息可以完全由浏览器来处理。在聊天室或即时消息应用程序中，Ajax通常要做两 件事情，可以想象一下你的耳朵和嘴巴。你的嘴巴要告诉服务器你发送了一条消息，而耳朵则要保持和服务器的联系，以便接受对伐发送的消息，并显示在页面上 示例：Meebo Chat (使用了Ajax） 插件：GMail/Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>近几年，Ajax已变得越来越流行了，这使得网络应用程序变得越来越像是桌面应用程序。Ajax可以提供很多其它程序无法完成的额外的功能。</p>
<p>什么是 <a href="http://www.iwanna.cn/tags/ajax/" class="st_tag internal_tag" rel="tag" title="标签 Ajax 下的日志">AJAX</a>? 它是怎么工作的?</p>
<p><strong>什么是Ajax？它是如何运作的？</strong></p>
<p>Ajax是异步JavaScript脚本和 XML（Asynchronous <a href="http://www.iwanna.cn/tags/javascript/" class="st_tag internal_tag" rel="tag" title="标签 JavaScript 下的日志">JavaScript</a> and XML）的缩写，用来使浏览器端应用程序和服务器端进行通信。在Ajax出现以前，浏览器端应用程序是无法直接和服务器进行通信的，只能使用刷新和加载页 面的方法来实现。而有了Ajax之后，浏览器和服务器端就可以自由通信了。<br />
<span id="more-1849"></span><br />
<strong>以下简述Ajax脚本的运行路径：</strong></p>
<ul>
<li>行为引发事件，如用户单击按钮；</li>
<li>Ajax响应该事件，并使用XML向服务器发送请求；</li>
<li>服务器端程序（PHP、ASP或其他）接收到Ajax发来的数据并进行处理，从数据库中调用数据等；</li>
<li>服务器端再使用XML向客户端返回数据；</li>
<li>另外一个JavaScript函数，通常称之为回调函数，接收到服务器端发来的数据并据此更新页面。</li>
</ul>
<p>本文将讨论我们如何通过不同的脚本来实现各种各样的功能。</p>
<p><strong>1、登录表单</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.digg.com/"><img src="http://noupe.com/img/ajax-works/ajax-1.jpg" alt="Ajax Post Image" /></a></p>
<p>按传统的做法，用户登录时会被定向到一个登录页面，随后再返回登录前的页面。使用Ajax后，用户可以直接在原页面输入用户名和密码。Ajax会将 这些信息发送给服务器进行验证。服务器会返回数据告知浏览器是否验证通过，浏览器可相应地更新页面。Digg就有这样的登录表单。</p>
<p>示例：<a href="http://www.digg.com/">Digg.com</a> （页面顶端）<br />
插件：<a href="http://malsup.com/jquery/form/">jQuery Form Plugin</a></p>
<p><strong>2、自动完成</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.google.com/"><img src="http://noupe.com/img/ajax-works/ajax-2.jpg" alt="Ajax Post Image" /></a></p>
<p>谷歌是最早开始使用Ajax的公司之一，其搜索建议功能则是最先使用Ajax的地方，并开发了第一个自动完成工具。在搜索框输入数据后，Ajax会 从服务器端接受数据，找出数据库中存储的常用搜索关键字并进行提示。自动完成功能是非常有用的，当表单可以输入多个可能的值时，显示一个下拉列表框供用户 选择，非常人性化。</p>
<p>示例：<a href="http://www.google.com/">Google Search</a><br />
插件：<a href="http://plugins.jquery.com/project/jq-autocomplete">jq autocomplete</a></p>
<p><strong>3、投票和排行</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.reddit.com/"><img src="http://noupe.com/img/ajax-works/ajax-3.jpg" alt="Ajax Post Image" /></a></p>
<p>网页收藏站点如Digg、Reddit等往往会让用户来决定什么内容会放在首页，使用的方法便是投票。他们使用Ajax来实现这个功能，这样用户就能够方便快捷地表达自己的意见了。</p>
<p>示例：<a href="http://www.reddit.com/">Reddit</a></p>
<p><strong>4、使用用户内容更新</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.twitter.com/"><img src="http://noupe.com/img/ajax-works/ajax-4.jpg" alt="Ajax Post Image" /></a></p>
<p>Twitter之所以流行的一大原因是其简单易用的界面。当用户发送了一个消息后，这条消息会立刻添加到用户的页面中，所有的相应内容都会进行更 新。最近，Twitter开始使用Ajax对“热门话题”进行更新。每隔几秒，我们就可以知道大家在忙些什么、关注些什么，非常快速。</p>
<p>示例：<a href="http://www.twitter.com/">Twitter</a></p>
<p><strong>5、表单的提交和验证</strong></p>
<p class="img" style="text-align: center;"><a href="http://kawika.org/jquery/checkbox/"><img src="http://noupe.com/img/ajax-works/ajax-5.jpg" alt="Ajax Post Image" /></a></p>
<p>表单永远是最麻烦的东西，但Ajax让它们变得友好起来。Ajax可以派很多用处，从上面提到的自动完成功能，再到现在的表单验证和提交。有些网站使用Ajax检查用户输入的数据是否达到了某些要求，如密码长度或者E-mail地址、URL地址是否合法等</p>
<p>示例：<a href="http://www.thinkflick.com/freebies/10-great-jquery-form-plugins/">10 Cool jQuery Form Plugins</a></p>
<p><strong>6、聊天室和即时消息</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.meebo.com/"><img src="http://noupe.com/img/ajax-works/ajax-6.jpg" alt="Ajax Post Image" /></a></p>
<p>在线聊天室在IRC之后多年才出现的只用应用。如今，聊天室和即时消息可以完全由浏览器来处理。在聊天室或即时消息应用程序中，Ajax通常要做两 件事情，可以想象一下你的耳朵和嘴巴。你的嘴巴要告诉服务器你发送了一条消息，而耳朵则要保持和服务器的联系，以便接受对伐发送的消息，并显示在页面上</p>
<p>示例：<a href="http://www.meebo.com/">Meebo Chat</a> (使用了Ajax）<br />
插件：<a href="http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/">GMail/Facebook Style Chat Script</a></p>
<p><strong>7、灵巧的用户界面</strong></p>
<p class="img" style="text-align: center;"><a href="http://jqueryui.com/demos/droppable/"><img src="http://noupe.com/img/ajax-works/ajax-7.jpg" alt="Ajax Post Image" /></a></p>
<p>Ajax的一个常规应用就是创建整洁、灵巧的用户界面，使用户能在一个页面中做更多的事情。它的好处体现在两个地方：首先，它能使应用程序的响应更 为快速，操作更为简单；其次，它能减少浏览器向服务器的请求次数，从而减少带宽和加载时间。有一个免费的上传服务，名为Drop.io，使用的就是这项技 术。而谷歌则更是把这项应用发挥到了极致，使用Ajax开发出了类桌面应用程序，如谷歌文档、谷歌地图等。</p>
<p>参考：<a href="http://jqueryui.com/">jQuery UI Library</a></p>
<p><strong>8、插件</strong></p>
<p class="img" style="text-align: center;"><a href="https://www.google.com/adsense/static/en_US/AdFormats.html?hl=en_US&amp;gsessionid=jfcW8Ypze14jT1AcH9jPTg"><img src="http://noupe.com/img/ajax-works/ajax-8.jpg" alt="Ajax Post Image" /></a></p>
<p>Ajax不仅可以调用本地资源，还能够和其他服务器进行通信。像Wordpress之类的CMS（Content Management System 内容管理系统），它们的插件就是用Ajax实现的。又如Google Adsense，用的也是这样的方法。</p>
<p>示例：<a href="http://www.adsense.com/">Google Adsense</a><br />
插件：<a href="http://www.hotscripts.com/listing/jquery-load-external-content-into-div/">将外部内容加载到div中</a></p>
<p><strong>9、使用Lightbox代替弹出窗口</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.logosauce.com/"><img src="http://noupe.com/img/ajax-works/ajax-9.jpg" alt="Ajax Post Image" /></a></p>
<p>弹出窗口拦截程序越来越流行了，原因当然是弹出窗口实在是很烦人。而Lightbox是在浏览器窗口内部显示的，所以拦截程序不能拿它怎么样。而且 Lightbox也不会让用户感到多厌烦，所以有些人就用它来作广告，如Darren Rowe的ProBlogger.com。Lightbox同样可以用来做登录表单或注册表单，比如匿名用户在Digg上投票时会被要求进行注册。</p>
<p>示例：<a href="http://www.logosauce.com/">Logo Sauce</a><br />
插件：<a href="http://leandrovieira.com/projects/jquery/lightbox/">Lightbox Plugin</a></p>
<p><strong>10、Ajax和Flash的结合</strong></p>
<p class="img" style="text-align: center;"><a href="http://www.kongregate.com/"><img src="http://noupe.com/img/ajax-works/ajax-10.jpg" alt="Ajax Post Image" /></a></p>
<p>很少有人会拿Ajax和Flash和一起使用，但是这样做却能起到非常好的效果。Flash游戏网站Kongregate使用了这项技术，效果很棒。通过使用他们的API，用户可以在游戏中赢取各种“徽章”，并使用Ajax将数据传输给服务器，更新用户的信息。</p>
<p>示例：<a href="http://www.kongregate.com/">Kongregate</a><br />
插件：<a href="http://webscripts.softpedia.com/scriptDownload/jQuery-Flash-Plugin-Download-44476.html">jQuery Flash Plugin</a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/07/08/1849/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/07/08/1849/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/07/08/1849/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/07/08/1849/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/07/08/1849/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/07/08/1849/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用Adobe Flex 3开发(MMO)大型多人在线游戏</title>
		<link>http://www.iwanna.cn/archives/2009/07/03/1913/</link>
		<comments>http://www.iwanna.cn/archives/2009/07/03/1913/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:15:52 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=1913</guid>
		<description><![CDATA[使用FLEX3开发大型多人在线游戏 大型多人在线游戏(MMO)技术已经涉足到各种软件形式中了.当我们还在思考MMO时,多人游戏已经使很多玩家能够实时连接进行合作与竞争。(见图表1). 魔兽世界在通过DVD-ROM 订阅的MMO游戏行业中处在黄金标准的位置，但是，通过Abobe-flash平台，我们可以利用魔兽的一小部分时间和预算来发展一个自由来玩的通过浏览器的类似于WAKFU和 Small world 的MMO游戏。 Figure 1. Some leading MMO games. 在这篇文章中,我旨在比你想象的少的时间内告诉你制作一个完整的(并且简单的)大型在线游戏的经验。同样，我会给你一些示例代码以使你能掌握这种高水平的思想。这些例子仅限于FLEX3的浏览器版，但是其中好多的信息都是与其他技术的应用程序开发者相关的。包括Adobe Flash CS4以及Flex 3 AIR桌面应用程序。 我希望这些能给大型在线游戏的入门者做一个介绍，同时，也让高手们获得一些知识。 什么是MMO? 在超过十年的时间里，大型多人在线技术已经成为了桌面PC游戏发展中的主流。 在最近几年中，我们发现它在浏览器端也很流行。一个MMO应用程序是一种这样的软件，它能实时连接很多人，同时，一个人的操作动作会马上影响到其他的人。就像在聊天窒里，当你打出一则消息时，接受者会马上看到这则消息一样。当你攻击一个敌人的时候，这个敌人会被打，或者挡住攻击并且反攻。在MMO最普通的形式中，一个MMO应用程序是基于团队，同时看重个人体验与人机交互的应用程序。MMO有好多种：角色扮演游戏 (MMORPGs), 实时战略游戏(MMORTS), 第一人称射击游戏 (MMOFPS), 基于浏览器的大型在线游戏 (BBMMOGs)以及其他更多。 MMORPG是非常流行的，或者仿真游戏。一个仿真实世界的游戏是通过互联网接口联接很多人制作出仿真世界的游戏。仿真游戏通常具有六个特点: 共享空间:这是个可以允许多人同时参加的世界。 图形用户界面:这个世界描绘出真实的空间距离, 从二维的图片转变成三维的环境。 实时:相互操作都是实时发生的。 相互影响:这个世界允许用户更改、发展、建造、或者提交自定义的内容。 一直运行:无论单个用户是否登录，都不会影响到整个程序的运行。 社会化的/团体化的:这个世界允许并且鼓励各种社团形式，如团队、行会、俱乐部、集团、同居、邻居等等。 随着计算机硬件性能与技术的快速发展，MMO游戏已从桌面程序发展到网络程序。这篇文章的重点在后者。 MMO游戏是商业性的 MMO游戏非常流行。随着越来越多的游戏玩家通过宽带来上网，越来越来的因特网用户开始尝试MMO游戏，使用人数正快速的增加。吸引人的WEB2。0以及RIA特性使这些游戏在游戏玩家中快速的流行起来。用户在空闲时间中都沉浸在这些游戏中，哪里有用户，哪里就有商机。但是传统的商业游戏沉浸于在购买时加入一系列的费用。MMO游戏则是要交付不断增加的用于发展与维护的费用，并且由于在线玩的原因会带来其他的商业机会。游戏开发者与发行者将通过多种方式从成功的MMO游戏中获利。发行者通常会选择以下几条: 订阅:用户每月资付一定钱以能够继续玩，这是桌面发展中的获利方式，并且曾经一度成为最流行的获利方式。 广告:在基于浏览器的游戏中，我们可以发现，游戏发行商会在游戏场景上方放置一个banner广 告，这些广告链接到普通网页，有些广告会被融入到游戏场景中。举个例子，你在游戏中的角色会被一个高速公路广告牌指引，而这个广告牌上显示的将会是真实的 广告信息。除了这种方式，也可能是下面的两种方式：用户游戏是不需要预选支付费用的。这使观众面得到最大化。由于因特网与Mmo游戏固有的连通性，新广告可以在游戏体验中轮换（出现），而且韵律可以决定每一个广告可以吸引多少眼球。 虚拟物品的销售:虽然玩游戏可能不要钱，但是用户可以通过付现金购买虚拟装备来增加角色的属性或者提高游戏的优势。 虚拟货币的销售: While game play may be free, users pay real-world cash [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 16pt; font-family: '微软雅黑';">使用<span><a href="http://www.iwanna.cn/tags/flex/" class="st_tag internal_tag" rel="tag" title="标签 Flex 下的日志">FLEX</a>3</span>开发大型多人在线游戏</span></p>
<p><span style="font-family: '微软雅黑';">大型多人在线游戏<span>(MMO)</span>技术已经涉足到各种软件形式中了<span>.</span>当我们还在思考<span>MMO</span>时<span>,</span>多人游戏已经使很多玩家能够实时连接进行合作与竞争。<span>(</span>见图表<span>1). </span></span><span style="font-family: '微软雅黑'; color: #000000;">魔兽世界在通过<span>DVD-ROM </span>订阅的<span>MMO</span>游戏行业中处在黄金标准的位置，但是，通过<span>Abobe-<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">flash</a></span>平台，我们可以利用魔兽的一小部分时间和预算来发展一个自由来玩的通过浏览器的类似于<span>WAKFU</span>和<span> Small world </span>的<span>MMO</span>游戏。</span></p>
<p><span style="font-size: 10pt; color: #000000;"> </span></p>
<p><span id="more-1913"></span></p>
<div class="rightContent"><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig1.png" alt="Some leading MMO games" width="239" height="392" /><strong>Figure 1.</strong> Some leading MMO games.</div>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">在这篇文章中<span>,</span>我旨在比你想象的少的时间内告诉你制作一个完整的<span>(</span>并且简单的<span>)</span>大型在线游戏的经验。同样，我会给你一些示例代码以使你能掌握这种高水平的思想。这些例子仅限于<span>FLEX3</span>的浏览器版，但是其中好多的信息都是与其他技术的应用程序开发者相关的。包括<span><a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> Flash CS4</span>以及<span>Flex 3 AIR</span>桌面应用程序。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">我希望这些能给大型在线游戏的入门者做一个介绍，同时，也让高手们获得一些知识。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">什么是<span>MMO?</span></span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">在超过十年的时间里，大型多人在线技术已经成为了桌面<span>PC</span>游戏发展中的主流。 在最近几年中，我们发现它在浏览器端也很流行。一个<span>MMO</span>应用程序是一种这样的软件，它能实时连接很多人，同时，一个人的操作动作会马上影响到其他的人。就像在聊天窒里，当你打出一则消息时，接受者会马上看到这则消息一样。当你攻击一个敌人的时候，这个敌人会被打，或者挡住攻击并且反攻。在<span>MMO</span>最普通的形式中，一个<span>MMO</span>应用程序是基于团队，同时看重个人体验与人机交互的应用程序。<span>MMO</span>有好多种：角色扮演游戏<span> (MMORPGs), </span>实时战略游戏<span>(MMORTS), </span>第一人称射击游戏<span> (MMOFPS), </span>基于浏览器的大型在线游戏<span> (BBMMOGs)</span>以及其他更多。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">MMORPG</span><span style="font-size: 12pt; font-family: '微软雅黑';">是非常流行的，或者仿真游戏。一个仿真实世界的游戏是通过互联网接口联接很多人制作出仿真世界的游戏。仿真游戏通常具有六个特点<span>:</span></span></p>
<ul type="disc">
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">共享空间<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">这是个可以允许多人同时参加的世界。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">图形用户界面<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">这个世界描绘出真实的空间距离<span>, </span>从二维的图片转变成三维的环境。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">实时<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">相互操作都是实时发生的。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">相互影响<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">这个世界允许用户更改、发展、建造、或者提交自定义的内容。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">一直运行<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">无论单个用户是否登录，都不会影响到整个程序的运行。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">社会化的<span>/</span>团体化的<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">这个世界允许并且鼓励各种社团形式，如团队、行会、俱乐部、集团、同居、邻居等等。</span></li>
</ul>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">随着计算机硬件性能与技术的快速发展，<span>MMO</span>游戏已从桌面程序发展到网络程序。这篇文章的重点在后者。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">MMO</span></strong><strong><span style="font-size: 18pt; font-family: '微软雅黑';">游戏是商业性的</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">MMO</span><span style="font-size: 12pt; font-family: '微软雅黑';">游戏非常流行。随着越来越多的游戏玩家通过宽带来上网，越来越来的因特网用户开始尝试<span>MMO</span>游戏，使用人数正快速的增加。吸引人的<span>WEB2</span>。<span>0</span>以及<span><a href="http://www.iwanna.cn/tags/ria/" class="st_tag internal_tag" rel="tag" title="标签 RIA 下的日志">RIA</a></span>特性使这些游戏在游戏玩家中快速的流行起来。用户在空闲时间中都沉浸在这些游戏中，哪里有用户，哪里就有商机。但是传统的商业游戏沉浸于在购买时加入一系列的费用。<span>MMO</span>游戏则是要交付不断增加的用于发展与维护的费用，并且由于在线玩的原因会带来其他的商业机会。游戏开发者与发行者将通过多种方式从成功的<span>MMO</span>游戏中获利。发行者通常会选择以下几条<span>:</span></span></p>
<ul type="disc">
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">订阅<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">用户每月资付一定钱以能够继续玩，这是桌面发展中的获利方式，并且曾经一度成为最流行的获利方式。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">广告<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">在基于浏览器的游戏中，我们可以发现，游戏发行商会在游戏场景上方放置一个<span>banner</span>广 告，这些广告链接到普通网页，有些广告会被融入到游戏场景中。举个例子，你在游戏中的角色会被一个高速公路广告牌指引，而这个广告牌上显示的将会是真实的 广告信息。除了这种方式，也可能是下面的两种方式：用户游戏是不需要预选支付费用的。这使观众面得到最大化。由于因特网与<span>Mmo</span>游戏固有的连通性，新广告可以在游戏体验中轮换（出现），而且韵律可以决定每一个广告可以吸引多少眼球。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">虚拟物品的销售<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">虽然玩游戏可能不要钱，但是用户可以通过付现金购买虚拟装备来增加角色的属性或者提高游戏的优势。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">虚拟货币的销售<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';"> While <a href="http://www.iwanna.cn/tags/game/" class="st_tag internal_tag" rel="tag" title="标签 Game 下的日志">game</a> play may be free, users pay real-world cash to credit their account with virtual currency. The currency is then used to perform <a href="http://www.iwanna.cn/tags/game/" class="st_tag internal_tag" rel="tag" title="标签 Game 下的日志">game</a> transactions for things like advancing their character growth or purchasing virtual items.</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Sponsorships:</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';"> Real-world companies who wish to have their brands integrated into the game pay the publishers. An example is a clothing company who wishes to include virtual clothes in the virtual world.</span></li>
</ul>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">Surely, as the audience for MMO gaming expands, advertisers will become increasingly creative with how they monetize the games in this industry.</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">策划制作一个<span>MMO</span>游戏</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">在规划的互动项目时，重要的是要有令人信服的创造性以及使用匹配的适当技术实现您的想法以及满足您的目标受众。在下面的章节中<span>,</span>我将提供整体的<span>MMO</span>制作的意见以及可用技术的讨论。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig2.png" alt="RIP game logo" width="260" height="130" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">图<span> 2.</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';"> RIP </span><span style="font-size: 12pt; font-family: '微软雅黑';">游戏<span>LOGO.</span></span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">举个例子<span>,</span>让我们假设我们的目标市场是<span>8-10</span>岁大的男孩与女孩，次目标市场是具有童心的成年人。我制作一个叫做<span>RIP</span>的简单的，完整的<span>FLEX</span>游戏以供我们来讨论一下。它根本不是一个完整的工程，但它的用处是为了让我们交流一下<span>MMO</span>游戏策划与开发的思想。</span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">角色与故事</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">除了挑战与美丽的画面来吸引用户，增加角色的难度是保持<span>MMO</span>游戏长期有人玩的一个关键。人物和故事是留住你的用户群的两个关键因素。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">这里有一些提示关于设计<span>MMO</span>游戏时要考虑的<span>:</span></span></p>
<ul type="disc">
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">独一无二<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">你认为伤害你的市场可能会节省您的品牌差异。如果您选择以超人的主题，因为流行的市场调研告诉您，您的用户群喜欢这样的主题，你同时要做好有半打竞争对手也想到了同样的方式的准备。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">让你的角色成长<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">想想<span>RPG</span>游戏。里面的角色有许多特性（如强度，健康，速度和情报）      ，这些都随着经验的增加以及学习新的能力而增加。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">让你的游戏情节成长<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">请记住，如果您希望您的<span>MMO</span>游戏产生持久的寿命。就要把您的内容设计的更像是正在进行的电视节目而不是一个孤独的卖座电影情节。您的开始部分一定要设置很多的铺垫，一定要打下好的基础。</span></li>
</ul>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">对于<span>RIP</span>协议，我使用一个友好的鬼主题（见图<span>3 </span>） 。当我创建的，我无法找到一个友好的以鬼为主题的<span>MMO</span>游 戏。所以这是独一无二的。鬼魂可以有许多人的特性以及也可能产生一些超能力。这就使角色的特性可以增长。当我想到一个鬼的世界，我想几件事情：新的鬼会定 时出现，一个梦幻般的世界上任何事都是可能的，天堂与地狱的主题中角色可以死一遍又一遍。这些想法应该促进一个长期，丰富的故事情节。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig3.png" alt="Character art" width="103" height="193" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 3.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">角色样子<span>.</span></span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">随着人物和故事情节的确定，您可以让作家和艺术家开始调查所需要的技术。</span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">客户端与服务器端技术</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">MMO</span><span style="font-size: 12pt; font-family: '微软雅黑';">游戏技术，主要有两个方面要考虑：客户端和服务器端。您已完成的项目结合了这两种技术。客户端技术（即<span>Adobe Flash Player</span>，<span>AIR</span>，等等）将做一切工作量大的事情<span>-</span>它负责前台表现以及鼠标和键盘的输入。服务器端的技术负责在每个客户端之间进行通信。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">从大处到细节，技术上有许多问题都要考虑。例如，什么类型的计算机不能使用您的产品？<span> Mac</span>或<span>PC</span>或两者都可以？它是桌面应用程序还是运行在<span>Web</span>浏览器？它将是一个三维的或二维的？它要运行在怎样的软件平台上<span>?</span></span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">If you are interested in creating casual online multi-player games without the headache of hosting your own servers, consider checking out the <a href="http://labs.adobe.com/technologies/afcs">Adobe Flash Collaboration Service</a>. </span><span style="font-size: 12pt; font-family: '微软雅黑';">对于这项工作，并与经济的考虑，我们使用的<span>Adobe Flash</span>平台开发并使用<span>2D</span>技术将此游戏部署在网络浏览器。我们使用了<span>Adobe FlexBuilder</span>作为我们的开发环境。我们结合客户端和服务器的技术，在客户端使用<span>Flash Player</span>和在服务器端使用<span><a href="http://www.electro-server.com/">ElectroServer 4</a></span>。与我们的客户端选择的<span>Flash Player </span>，我选择使用了一个现成的服务器技术，其中包括一个<span><a href="http://www.iwanna.cn/tags/actionscript/" class="st_tag internal_tag" rel="tag" title="标签 ActionScript 下的日志">ActionScript</a> 3</span>特定的辅助性文件，因为这将有助于加快发展的速度。除了<span>ElectroServer 4 </span>，一些重要的服务器端的选择，支持<span>ActionScript 3</span>还包括<span><a href="http://www.adobe.com/products/flashmediaserver/" target="_blank">Adobe Flash Media Interactive Server 3.5</a></span>和<span><a href="http://www.smartfoxserver.com/" target="_blank">SmartFoxServer 1.6</a></span>。如果你有兴趣创造休闲多玩家游戏并不用为托管自己的服务器头痛时，可以考虑<span><a href="http://labs.adobe.com/technologies/afcs">Adobe Flash Collaboration Service</a></span>。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">我选择<span>ElectroServer 4 </span>，主要是因为它是稳定，易于开发，免费（最多<span>20</span>个用户） 。这意味着你可以开始一个新项目或测试而不用付费。此外，<span> ElectroServer 4</span>具有可扩展性，帮助文档丰富，并得到广泛支持。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">您可能还问我为什么选择二维而不是三维。虽然最新的<span>Flash Player 10</span>中有一些令人兴奋的<span>3D</span>能力，这是仅限于移动二维物体在三维空间或使用软件提供的解决方案（其中提供比硬件提供的解决方案还慢的动画） ，如<span>Papervision3D </span>。我很期待<span>Flash Player</span>中<span>3D</span>的未来 ，但是据我的经验，<span> Flash</span>平台目前不是强大的<span>3D</span>需求的最好的选择。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">开发</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">现在，我已决定好了友好鬼主题故事和人物，<span>Flash Player</span>作为客户端，并且<span>ElectroServer 4</span>作为服务器端，我准备开始开<span>Flex Builder</span>中进行开发。对于用户界面，我们将界面分块，以满足特定用户的需求（见图<span>4 </span>） 。每个地区获取用户输入，并作出对应反应：</span></p>
<ul type="disc">
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">连接<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">允许用户登录和登出程序<span>.</span></span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">用户列表<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">显示目前在线的所有用户。</span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">聊天记录<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">显示游戏的聊天记录<span>.</span></span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">聊天输入口<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">允许用户向游戏中的当前用户发送一则消息<span>.</span></span></li>
<li><strong><span style="font-size: 12pt; font-family: '微软雅黑';">游戏界面<span>:</span></span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">显示了游戏世界，由背景艺术和用户角色组成。用户通过控件角色的位置来控制角色进行移动。</span></li>
</ul>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig4.png" alt="Rough layout of components" width="581" height="419" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 4.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">粗略布局的组成部分。</span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">创建组件</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">我们将按照图<span>4</span>来创造<span>Flex</span>组件。对于每一个组成部分，我们必须考虑到用户的需要，来决定<span>UI</span>元素，以满足这些需要，并充分利用<span>Flex</span>中的<span>MXML</span>来轻松地创建布局。在<span>Flex</span>开发过程中<span>,</span>这是最基本的，所以让我们来看看一个简单的例子。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">如同任何短信应用，聊天输入在应用程序的布局的底部（见图<span>5 </span>） ，用户可以输入文字信息，并将其提交到聊天记录中以供其他用户看到。在参与者之间这是主要的通信方式。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig5.png" alt="Chat Input component before final artwork" width="650" height="75" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 5.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">聊天输入部分</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">TextInput</span><span style="font-size: 12pt; font-family: '微软雅黑';">与<span>Button</span>组件放在一个<span>Panel</span>组件中<span>, ID</span>属性是用来给主程序中相关功能控件进行编号，当用户点击<span>chatSend_button</span>实例，在<span>chat_textinput</span>实例中的任何文字，将传递给其他玩家。在下一节中，我们将看到这个信息是如何传递给服务器。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig6.png" alt="Chat Input component’s MXML" width="650" height="75" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 6.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">聊天输入口的<span>MXML.</span></span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">客户端<span>-</span>服务器端 代码 </span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">我们继续建立我们的组成部分放下一些客户端与服务器之间的通讯。开发多人游戏与开发单机游戏的根本差别在，当用户交互而产生的任何东西都不应该在屏幕上进行修改。所有的游戏客户端（游戏运行的某个特定的玩家） ，包括提供了输入口的玩家，应当等待回信当服务器说“玩家<span>1</span>已经发出了一个聊天信息” ，例如<span>,</span>当玩家<span>1</span>的客户端发送请求到服务器，服务器发送响应给每一位客户。只有到那时，屏幕才作出更新。当然，玩家<span>1</span>的客户端必须随时准备处理回应，并且当客户端发送请求时<span>,</span>其可以随时随刻的更新。玩家<span>1</span>使用<span>Client (A)</span>发出一个聊天信息请求和处理响应（见图<span>7 </span>） 。发出的信息包含足够的信息以供所有客户作出适当的反应。在这种情况作出的反应很简单地放入到聊天记录中以供所有用户可见。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig7.png" alt="Client-to-server-to-client(s) message flow" width="616" height="489" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 7.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">客户端<span>-</span>服务器端<span>-</span>客户端信息流</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">在这个游戏中，有<span>5</span>个类型的请求<span>/</span>响应配对（见图<span>8 </span>） 。所有与服务器端的交互是通过一个叫作称为<span>ElectroServer</span>的<span>ActionScript 3</span>对象来实现的。当程序加载连接服务器与加入到房间中时，该组合被显示。所有文字聊天和所有玩家的操作动作（如位置的变化，进攻，防守，等等）用这种方式进行发送。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">当<span>PublicMessageRequest</span>仅发送文字，它通常是作为一个聊天信息。但不仅仅是文字是可能的。一个消息也可以发送一个<span>EsObject</span>对象。这是一个通用的<span>ActionScript 3</span>对象。开发包装<span>EsObject</span>的有用特性<span>-</span>例如，玩家在游戏中移动的新的<span>X</span>和<span>Y</span>的位置。更复杂的游戏功能较重使用<span>EsObjects</span>并且封装更多的数据。创造复杂的游戏而不通过<span>EsObjects</span>传送太多的数据是一种艺术。发送较小的信息将有助于游戏反应速度。最后配对显示如何断开客户端从服务器室当用户结束他或她的游戏。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig8.png" alt="Request/Response pairs for RIP" width="340" height="361" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 8.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';"> RIP</span><span style="font-size: 12pt; font-family: '微软雅黑';">的请求<span>/</span>响应对<span>.</span></span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">技能<span>, </span>皮肤以及样式</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">因为<span>Adobe</span>的<span>Creative Suite 4</span>产品之间的合作，整合写好的控件到<span>Flex</span>项目是很简单。这是使用<span>FLEX</span>一个主要好处。如果仔细规划高效率的工作流程，开发人员和设计人员，可以对项目以最少的冲突。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">对于<span>RIP</span>，我开始铺设应用程序的<span>MXML</span>而平面设计师编写<span>CSS</span>来定义颜色和字体。我继续编写角色的移动和交互而艺术设计师用<span>Flash</span>制作背景和角色。我们三人几乎没有中断工作，因为<span>RIP</span>参考可见的元素进行开发。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">在<span>Flex Builder</span>中主要有两种类型的视觉效果：造型和外观。在程序中，造型决定基本色泽和文本显示属性。出色的（但还远远没有完成）的<span>CSS</span>兼容性的<span>Flex</span>允许一个<span>CSS</span>文本文件来定义样式属性。艺术团队编辑和保存每个样式的变化。一个例子是<span>panels</span>的背景颜色梯度和各种字体的处理（见图<span>9 </span>） 。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">应用程序中包括皮肤制定与动画的设计。在<span>RIP</span>中，应用程序中嵌入一个包含资源的<span>SWF</span>文件。界面小组利用<span>Adobe Flash CS4</span>专业版重新发布此<span>SWF</span>以更新每个皮肤。每一次的<span>Flex</span>项目是重新编译，发布的游戏以程序上与创造性上作出修改。一个皮肤制作的例子就是<span>RIP LOGO</span>或鬼魂的动画角色设计（见图<span>9 </span>） 。</span></p>
<p><img src="http://www.adobe.com/newsletters/edge/april2009/articles/article2/images/fig9.png" alt="Finished game with complete styles and skins" width="650" height="485" /></p>
<p><strong><span style="font-size: 12pt; font-family: '微软雅黑';">Figure 9.</span></strong><span style="font-size: 12pt; font-family: '微软雅黑';">完成游戏的风格和完整的皮肤。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">现在我们有了一个坚实的，抛光建立的游戏， 我们都愿意尝试一下。虽然尚未针对许多用户优化，游戏应处理几十个屏幕。加入有趣的是容易的。单击连接并且一个独特的彩色鬼魂显示在屏幕上。输入文字信息 进行交流，然后点击游戏中的任何地方，来控件你的游戏角色。更大的游戏可以扩大到包括化身属性，如经验和速度，以完成任务，库存物品收集，和更多的世界来 探索。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">下一步</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">除了发展自己的游戏，有两个重要的辅助因素：在线整合您的应用程序并规划项目的维护工作。</span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">整合</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">你的开发周期即将走到尽头时，您需要在线整合您的应用程序。在开发过程中，你可以在您的桌面上运行的一个<span>ElectroServer</span>实例，并直接与出版的<span>SWF</span>文件交互。只需打开两个或两个以上的游戏<span>SWF</span>文件在您的桌面上，以测试多个用户。这个工作流程可以快速发展。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">一旦你已经准备好您的应用程序的在线测试，请执行下列步骤：</span></p>
<ol type="1">
<li><span style="font-size: 12pt; font-family: '微软雅黑';">在<span>Web</span>服务器上安装和运行的一个<span>ElectroServer</span>实例。</span></li>
<li><span style="font-size: 12pt; font-family: '微软雅黑';">您的游戏配置要求在线实例，而非您的桌面实例。</span></li>
<li><span style="font-size: 12pt; font-family: '微软雅黑';">浏览网页，其中包含您的<span>SWF</span>文件，并开始播放。打开两个或两个以上的窗口，以该网页来自同一台式电脑或台式机，以测试不同的多个用户。</span></li>
</ol>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">请记住，对大多数商业应用，你还需要某种玩家匹配系统<span>-</span>通常称为<span>lobby</span>， 这样，用户就可以找到朋友，并开始游戏。您可以建立一个<span>lobby</span>到您的游戏或使用外部的。您可以使用一个精心设计的外部<span>lobby</span>作为入口成多个<span>MMO</span>游戏，所以当你部署多人游戏你不需要重新发明车轮。</span></p>
<p><strong><span style="font-size: 13.5pt; font-family: '微软雅黑';">维护</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">除了典型的应用系统维修，包括错误修正和功能要求，<span> MMO</span>游戏需要更多的行动，不断推出服务后。重要的是要考虑推出网络游戏项目作为一个完整的游戏所需要的。许多商业模式的网络游戏应用受益于前面提到的长期用户。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">用户全神贯注维持数月或数年，需要坚实的社会管理和定期的内容更新。大部分用户将享受来自与其他玩家互动。新玩家加入后引起的社会动态与戏剧性发展将捕获用户的注意力。这是网络游戏类型的游戏开发商一个最大的优势。然而，有很大的竞争来自其他的<span>MMO</span>游戏，以及用户与用户共享，可享受其他许多游戏。为了使您的游戏令人兴奋并保持新鲜，并确保您的用户继续参与，建立一个维持战略去产生更多的角色，游戏关卡，和情节随着时间的推移。由于开发商往往不充分认识维护要求，因此没有和预算范围内保持均衡，保养不善是导致<span>MMO</span>游戏死亡的最大原因。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">结尾</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">MMO</span><span style="font-size: 12pt; font-family: '微软雅黑';">游戏结合最好的<span>Web 2.0</span>和<span>RIA</span>方法为用户提供经验。它们可以成为令人兴奋的项目开发和有利可图的事业的游戏出版商。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">建立成功的<span>MMO</span>游戏需要认真规划，包括开发角色和故事应该是独一无二的，并允许发展，建设一个有吸引力的视觉设计，并选择适当的客户端和服务器的技术力量去实现构想。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">开发包括用户界面设计，客户端服务器通信，游戏逻辑，艺术和皮肤。我们相信的<span>Flex Builder</span>是一个理想的客户端的技术的选择，因为它灵活的开发环境。再加上<span>Adobe</span>公司的<span>Creative Suite 4 </span>，<span>Flex Builder</span>将使你从一开始就顺利地构建您的团队协作。</span></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">如果您计划真正特别的东西，制定严密，并保持您的项目启动后运行很久，你就会使用<span>Flex 3</span>创造一个成功的<span>MMO</span>游戏。</span></p>
<p><strong><span style="font-size: 18pt; font-family: '微软雅黑';">致谢</span></strong></p>
<p><span style="font-size: 12pt; font-family: '微软雅黑';">我特别感谢作出贡献的艺术家。<span><a href="http://warrenkenlee.blogspot.com/" target="_blank">Warren Lee</a></span>创造了风格和游戏艺术和<span>Bill Coons</span>的<span><a href="http://www.billcoons.com/" target="_blank">BillCoons.com</a></span>制作了皮肤与界面图形设计。</span></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/07/03/1913/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/07/03/1913/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/07/03/1913/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/07/03/1913/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/07/03/1913/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/07/03/1913/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15个独特的Flash画廊技术-15 Unique Flash Gallery Techniques</title>
		<link>http://www.iwanna.cn/archives/2009/05/31/1022/</link>
		<comments>http://www.iwanna.cn/archives/2009/05/31/1022/#comments</comments>
		<pubDate>Sun, 31 May 2009 08:12:26 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Translate]]></category>
		<category><![CDATA[WEB]]></category>
		<category><![CDATA[职业]]></category>
		<category><![CDATA[Assemble]]></category>
		<category><![CDATA[Marrow]]></category>
		<category><![CDATA[翻译]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=1022</guid>
		<description><![CDATA[由于 Best Web Gallery 网站, 我经常会浏览一些优秀的Flash站点。在这篇文章中，我想展示一些偶然发现的功能最佳的摄影网站 (惊人的照片和画廊)。这里有15个网站，表明良好地运用Flash技术创建的美丽的图片库。如果您喜欢商业摄影或者需要寻找些灵感以创建自己的Flash画廊，赶紧将此网页加入书签吧。 1. James Day 用极简的办法，James Day把重点聚焦在他美丽照片上。当鼠标移动到文本菜单上时，幻灯片方式预览该项目将。 当您点击大图的时候，您可以放大和缩小。 底图的导航方便您快速访问菜单，控制缩略图的开关，浏览项目，进入全屏模式。 2. Anders Bergh Bergh 在首页中会加载所有的图片。 点击任何一个缩图可以触发飞出效果的展示。 当您查看包含大量图片的时候，允许您选择去点击上一个/下一个，放大/缩小，切换幻灯片或回到缩略图模式。 3. Jeremy Cowart 当您登陆Cowart 的网站的时候，不会看到精美的导航菜单或者推介区域。一旦进入网站，您就会知道应该点击哪里。 可爱的装载动画效果！ 点击左侧或者右侧的可视区域来浏览照片。注意，目前查看到的，是灰白色彩过度到彩色照片的效果？ 标题的下方栏显示的是照片的数量及名称。您可以点击这里的缩略图按钮以进入缩略图模式查看。点击全屏按钮则切换进入全屏模式。 键盘控制是投入的一个额外效果。您可以通过指定的按键来浏览该网站。 4. Ciriljazbec Photography 我看到这个站点的第一印象是: &#8220;哇哦! 多么令人印象深刻的视图效果!&#8221;。Ciriljazbec肯定知道如何推销他自己的技能，他采取的是用一系列的全尺寸（高分辨率）图片放置在网页中。 当您浏览这些图片的时候，它会隐藏所有的其它元素，把焦点全部都聚集在图片中。上下左右移动鼠标，允许您滚动图片。 在导航的左边栏中，你会看到切换选项：幻灯片显示开/关，装配/输出(Fit in/out)和图片移动开/关。 5. Nil 另一个不错的动画载入。 缩略图是随机输出的。点击缩略图查看放大照片。浏览过的照片的色彩会显示为粉红色。 当您点击“排列照片”按钮，松散的照片将会排列成一行。你可以点击缩略图，或者拖动黑色圆圈来操纵照片。 6. Jesus Vilamajo Vilamajo的首页看起来非常简单，但是当您点击照片组合，您就会发现它非常地漂亮。 导航栏底部会告诉您当前有多少张照片正在加载。当照片加载完毕，小矩形框就会变为可点击的。 蓝色标识为您已经浏览过的照片，黄色标识为您正在浏览的照片。 点击左下方的图片区域按钮会加载大图。 7. Ad Vlemmix 另一种乏味的首页 [...]]]></description>
			<content:encoded><![CDATA[<p>由于 <a href="http://bestwebgallery.com/">Best Web Gallery</a> 网站, 我经常会浏览一些优秀的Flash站点。在这篇文章中，我想展示一些偶然发现的功能最佳的摄影网站 (惊人的照片和画廊)。这里有15个网站，表明良好地运用Flash技术创建的美丽的图片库。如果您喜欢商业摄影或者需要寻找些灵感以创建自己的Flash画廊，赶紧将此网页加入书签吧。</p>
<h3><em>1.</em> <a href="http://www.jamesdayphoto.com/">James Day</a></h3>
<p>用极简的办法，James Day把重点聚焦在他美丽照片上。当鼠标移动到文本菜单上时，幻灯片方式预览该项目将。</p>
<p class="image"><a href="http://www.jamesdayphoto.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jamesday-menu.jpg" alt="menu" /></a></p>
<p><span id="more-1022"></span><br />
当您点击大图的时候，您可以放大和缩小。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jamesday-zoom.jpg" alt="zoom" /></p>
<p>底图的导航方便您快速访问菜单，控制缩略图的开关，浏览项目，进入全屏模式。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jamesday-navigation.jpg" alt="navigation" /></p>
<h3><em>2.</em> <a href="http://www.bergh.dk/">Anders Bergh</a></h3>
<p>Bergh 在首页中会加载所有的图片。</p>
<p class="image"><a href="http://www.bergh.dk/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/bergh-home.jpg" alt="home" /></a></p>
<p>点击任何一个缩图可以触发飞出效果的展示。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/bergh-transition.jpg" alt="fly-out transition" /></p>
<p>当您查看包含大量图片的时候，允许您选择去点击上一个/下一个，放大/缩小，切换幻灯片或回到缩略图模式。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/bergh-options.jpg" alt="view options" /></p>
<h3><em>3.</em> <a href="http://jeremycowart.com/">Jeremy Cowart</a></h3>
<p>当您登陆Cowart 的网站的时候，不会看到精美的导航菜单或者推介区域。一旦进入网站，您就会知道应该点击哪里。</p>
<p class="image"><a href="http://jeremycowart.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jeremycowart-home.jpg" alt="home" /></a></p>
<p>可爱的装载动画效果！</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jeremycowart-loading-animation.jpg" alt="loading animation" /></p>
<p>点击左侧或者右侧的可视区域来浏览照片。注意，目前查看到的，是灰白色彩过度到彩色照片的效果？</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jeremycowart-viewing.jpg" alt="viewing" /></p>
<p>标题的下方栏显示的是照片的数量及名称。您可以点击这里的缩略图按钮以进入缩略图模式查看。点击全屏按钮则切换进入全屏模式。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jeremycowart-title.jpg" alt="title bar" /></p>
<p>键盘控制是投入的一个额外效果。您可以通过指定的按键来浏览该网站。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jeremycowart-keyboard.jpg" alt="keyboard control" /></p>
<h3><em>4.</em> <a href="http://www.ciriljazbec.com/">Ciriljazbec Photography</a></h3>
<p>我看到这个站点的第一印象是: &#8220;哇哦! 多么令人印象深刻的视图效果!&#8221;。Ciriljazbec肯定知道如何推销他自己的技能，他采取的是用一系列的全尺寸（高分辨率）图片放置在网页中。</p>
<p class="image"><a href="http://www.ciriljazbec.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/ciriljazbec-home.jpg" alt="home" /></a></p>
<p><!--more--><br />
当您浏览这些图片的时候，它会隐藏所有的其它元素，把焦点全部都聚集在图片中。上下左右移动鼠标，允许您滚动图片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/ciriljazbec-viewing.jpg" alt="viewing" /></p>
<p>在导航的左边栏中，你会看到切换选项：幻灯片显示开/关，装配/输出(Fit in/out)和图片移动开/关。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/ciriljazbec-options.jpg" alt="options" /></p>
<h3><em>5.</em> <a href="http://www.nilkaraibrahimgil.com/">Nil</a></h3>
<p>另一个不错的动画载入。</p>
<p class="image"><a href="http://www.nilkaraibrahimgil.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/nilkaraibrahimgil-loading.jpg" alt="loading" /></a></p>
<p>缩略图是随机输出的。点击缩略图查看放大照片。浏览过的照片的色彩会显示为粉红色。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/nilkaraibrahimgil-viewing.jpg" alt="scattered photos" /></p>
<p>当您点击“排列照片”按钮，松散的照片将会排列成一行。你可以点击缩略图，或者拖动黑色圆圈来操纵照片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jamesday-align-photos.jpg" alt="align photos" /></p>
<h3><em>6.</em> <a href="http://www.vilamajo.com/">Jesus Vilamajo</a></h3>
<p>Vilamajo的首页看起来非常简单，但是当您点击照片组合，您就会发现它非常地漂亮。</p>
<p class="image"><a href="http://www.vilamajo.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/vilamajo-home.jpg" alt="home" /></a></p>
<p>导航栏底部会告诉您当前有多少张照片正在加载。当照片加载完毕，小矩形框就会变为可点击的。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/vilamajo-thumbs-loading.jpg" alt="thumbs loading" /></p>
<p>蓝色标识为您已经浏览过的照片，黄色标识为您正在浏览的照片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/vilamajo-nav-bar.jpg" alt="navigation bar" /></p>
<p>点击左下方的图片区域按钮会加载大图。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/vilamajo-zoom.jpg" alt="zoom" /></p>
<h3><em>7.</em> <a href="http://www.advlemmix.com/">Ad Vlemmix</a></h3>
<p>另一种乏味的首页</p>
<p class="image"><a href="http://www.advlemmix.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/advlemmix-home.jpg" alt="home" /></a></p>
<p>当您点击链接组合，它会自动进入全屏模式。这些照片显示为灰阶并相互重叠（使您有种散布在桌面上的感觉）。点击照片将会显示在最前方且进入彩色模式。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/advlemmix-viewing.jpg" alt="scattered photos" /></p>
<h3><em>8.</em> <a href="http://www.protect77.com/">Project 7-7</a></h3>
<p>主页背景罗列了一系列的视频短片。</p>
<p class="image"><a href="http://www.protect77.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/project77-intro.jpg" alt="video intros" /></a></p>
<p>一旦缩略图被点击，一个扩大了的形象就会随之弹出。一旦高分辨率的图片被加载完成，就会替换原先被放大的图片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/project77-zoom.jpg" alt="loading" /></p>
<p>您可以在网格中上下、左右拖拽操纵浏览的照片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/project77-drag.jpg" alt="drag navigation" /></p>
<p>顶部导航使您可以快速跳转到各个不同层次的预览方式。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/project77-nav.jpg" alt="zoom levels" /></p>
<h3><em>9.</em> <a href="http://www.mis-architecture.co.uk/">PMA | mis-arch</a></h3>
<p>要耐心点，请跳转到“Projects”部分，注意飘向您的缩略图和淡出的恶性循环。</p>
<p class="image"><a href="http://www.mis-architecture.co.uk/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/pma-thumbs.jpg" alt="floating toward" /></a></p>
<p><!--more--><br />
当您处于预览大图模式，鼠标移动到标题栏可以查看该项目的详细信息。鼠标移动到图片标题可以查看缩略图。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/pma-larger-img.jpg" alt="thumbnail bar" /></p>
<h3><em>10.</em> <a href="http://www.dvein.com/">Dvein</a></h3>
<p>点击圆形缩略图或文字菜单可以打开查看项目的详细信息。</p>
<p class="image"><a href="http://www.dvein.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/dvein-thumbs.jpg" alt="circular thumbnails" /></a></p>
<p>这个网站从头至尾的整体的转换效果都很完美。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/dvein-large-image.jpg" alt="large image" /></p>
<h3><em>11.</em> <a href="http://www.opcd.net/">Thomas Spiessens Photography</a></h3>
<p>看看一个简单的幻灯片像素转换是如何工作得如此友好的。</p>
<p class="image"><a href="http://www.opcd.net/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/opcd-pixelate.jpg" alt="pixelate transition" /></a></p>
<p>滑动游码可以快速访问高清晰照片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/opcd-thumbs.jpg" alt="thumbnail dock" /></p>
<p>不要错过&#8221;Portfolio&#8221;按钮上的小幻灯片计时器。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/opcd-slideshow-timer.jpg" alt="slideshow timer" /></p>
<h3><em>12.</em> <a href="http://www.javierferrervidal.com/">Javier Ferrer Vidal</a></h3>
<p>缩略图照片看起来像是在空气中流动。</p>
<p class="image"><a href="http://www.javierferrervidal.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/javierferrervidal-flowing.jpg" alt="floating" /></a></p>
<p>鼠标移动到缩略图上将会使之变模糊。假如正在加载大图，该缩略图将逐渐变成负面形象。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/javierferrervidal-loading.jpg" alt="loading" /></p>
<h3><em>13.</em> <a href="http://www.jam3media.com/">Jam3media</a></h3>
<p>Jam3media 创造性地使用了缩略图来构造词汇</p>
<p class="image"><a href="http://www.jam3media.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jam3media-home.jpg" alt="fly-in" /></a></p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/jam3media-word.jpg" alt="word" /></p>
<h3><em>14.</em> <a href="http://www.brook-pifer.com/">Brook Pifer</a></h3>
<p class="image"><a href="http://www.brook-pifer.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/brook-thumb.jpg" alt="thumbnails" /></a></p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/brook-full.jpg" alt="full image" /></p>
<h3><em>15.</em> <a href="http://www.hellodesign.com/">Hello Design</a></h3>
<p>鼠标悬停在缩略图上，像旋转木马一样显示一些列的项目图片</p>
<p class="image"><a href="http://www.hellodesign.com/"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/hellodesign-home.jpg" alt="home" /></a></p>
<p>点击小按钮激活幻灯片。</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2009/04/hellodesign-slideshow.jpg" alt="slideshow" /></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/05/31/1022/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/05/31/1022/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/05/31/1022/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/05/31/1022/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/05/31/1022/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/05/31/1022/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 的 Flash 时钟插件</title>
		<link>http://www.iwanna.cn/archives/2009/05/27/1184/</link>
		<comments>http://www.iwanna.cn/archives/2009/05/27/1184/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:04:17 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[友情链接]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=1184</guid>
		<description><![CDATA[WP-FlashTime Widget 是一款WordPress插件，能够让你轻松为自己的博客添加一个漂亮的Flash时钟。插件包含了25种不同风格的时钟样式，你只需要安装激活，然后在主题的Widget里面进行配置即可。 © 我想网 Akon 所有 , 2009. &#124; 永久链接 &#124; 没有评论 &#124; 提交到 Google Reader 鲜果 抓虾 Feed enhanced by Better Feed from Ozh]]></description>
			<content:encoded><![CDATA[<p><a href="http://horoscop2009.org/wp-flashtime">WP-FlashTime Widget</a> 是一款WordPress插件，能够让你轻松为自己的博客添加一个漂亮的Flash时钟。插件包含了25种不同风格的时钟样式，你只需要安装激活，然后在主题的Widget里面进行配置即可。</p>
<p><a title="WP-FlashTime Optiuns" href="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_2.jpg"><img class="attachment-thumbnail" src="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_2-150x150.jpg" alt="" width="150" height="150" /></a> <a title="WP-FlashTime Widget" href="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_1.jpg"><img class="attachment-thumbnail" src="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_1-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_3.jpg"><img class="alignnone" title="Wp-FlashTime" src="http://horoscop2009.org/wp-content/uploads/2009/01/screenshot_3-150x150.jpg" alt="" width="150" height="150" /></a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/05/27/1184/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/05/27/1184/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/05/27/1184/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/05/27/1184/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/05/27/1184/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/05/27/1184/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>页面插入Flash Object完全攻略</title>
		<link>http://www.iwanna.cn/archives/2009/05/27/1152/</link>
		<comments>http://www.iwanna.cn/archives/2009/05/27/1152/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:29:04 +0000</pubDate>
		<dc:creator>seasun</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.iwanna.cn/?p=1152</guid>
		<description><![CDATA[大家在项目中常常要插入Flash Object，一般一个FlashObject在HTML中代码是这样的： &#60;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8" width="320" height="220" id="theMediaPlayer"&#62; &#60;param name=movie value="mediaplayer.swf"&#62; &#60;param name=quality value="high"&#62; &#60;param name=bgcolor value="#FFFFFF"&#62; &#60;param name=allowFullScreen value="false"&#62; &#60;param name=swLiveConnect value="true"&#62; &#60;param name=allowScriptAccess value="sameDomain"&#62; &#60;param name="FlashVars" value="file=mixmediaplaylist.xml&#38;width=320&#38;height=220 &#38;displaywidth=320&#38;displayheight=200&#38;autostart=true&#38;backcolor=0xFFFFFF"&#62; &#60;embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="320" height="220" bgcolor="#FFFFFF" name="theMediaPlayer" src="mediaplayer.swf" flashvars="file=mixmediaplaylist.xml&#38;width=320&#38;height=220&#38;displaywidth=320 &#38;displayheight=200&#38;autostart=true&#38;backcolor=0xFFFFFF"&#62; &#60;/embed&#62; &#60;/object&#62; OBJECT和EMBED标签的问题 看起来似乎挺复杂，首先是一个&#60;object&#62;对象，接着是很多的param，完了又出来一个&#60;embed&#62;对象，跟着一 大堆的参数。其实这样写是因为兼容性的问题。OBJECT标签是用于windows平台的IE浏览器的，而EMBED是用于windows和 Macintosh平台下的Netscape Navigator浏览器以及Macintosh平台下的IE浏览器。windows平台的IE利用Activex控件来播放flash而其它的浏览器则 使用Netscape插件技术来播放flash。 具体可以参考下面的文档： Flash OBJECT和EMBED标签详解 Flash OBJECT and EMBED [...]]]></description>
			<content:encoded><![CDATA[<p>大家在项目中常常要插入Flash Object，一般一个FlashObject在HTML中代码是这样的：</p>
<div class="csharpcode">
<div class="csharpcode">
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">object</span> <span class="attr">classid</span><span class="kwrd">="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
</span></pre>
<pre><span class="attr">codebase</span><span class="kwrd">="http://download.macromedia.com/pub/shockwave/cabs/<a href="http://www.iwanna.cn/tags/flash/" class="st_tag internal_tag" rel="tag" title="标签 Flash 下的日志">flash</a>/swflash.cab#version=8"</span></pre>
<pre class="alt"><span class="attr">width</span><span class="kwrd">="320"</span> <span class="attr">height</span><span class="kwrd">="220"</span></pre>
<pre><span class="attr">id</span><span class="kwrd">="theMediaPlayer"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">movie</span> <span class="attr">value</span><span class="kwrd">="mediaplayer.swf"</span><span class="kwrd">&gt;</span></pre>
<pre><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">quality</span> <span class="attr">value</span><span class="kwrd">="high"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">bgcolor</span> <span class="attr">value</span><span class="kwrd">="#FFFFFF"</span><span class="kwrd">&gt;</span></pre>
<pre><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">allowFullScreen</span> <span class="attr">value</span><span class="kwrd">="false"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">swLiveConnect</span> <span class="attr">value</span><span class="kwrd">="true"</span><span class="kwrd">&gt;</span></pre>
<pre><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span>=<span class="attr">allowScriptAccess</span> <span class="attr">value</span><span class="kwrd">="sameDomain"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="FlashVars"</span> <span class="attr">value</span><span class="kwrd">="file=mixmediaplaylist.xml&amp;width=320&amp;height=220
&amp;displaywidth=320&amp;displayheight=200&amp;autostart=true&amp;backcolor=0xFFFFFF"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;</span><span class="html">embed</span> <span class="attr">type</span><span class="kwrd">="application/x-shockwave-flash"</span></pre>
<pre><span class="attr">pluginspage</span><span class="kwrd">="http://www.macromedia.com/go/getflashplayer"</span></pre>
<pre class="alt"><span class="attr">width</span><span class="kwrd">="320"</span> <span class="attr">height</span><span class="kwrd">="220"</span> <span class="attr">bgcolor</span><span class="kwrd">="#FFFFFF"</span></pre>
<pre><span class="attr">name</span><span class="kwrd">="theMediaPlayer"</span></pre>
<pre class="alt"><span class="attr">src</span><span class="kwrd">="mediaplayer.swf"</span></pre>
<pre><span class="attr">flashvars</span><span class="kwrd">="file=mixmediaplaylist.xml&amp;width=320&amp;height=220&amp;displaywidth=320
&amp;displayheight=200&amp;autostart=true&amp;backcolor=0xFFFFFF"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;/</span><span class="html">embed</span><span class="kwrd">&gt;</span></pre>
<pre><span class="kwrd">&lt;/</span><span class="html">object</span><span class="kwrd">&gt;</span></pre>
</div>
<p><span id="more-1152"></span></p>
<h3>OBJECT和EMBED标签的问题</h3>
<p>看起来似乎挺复杂，首先是一个&lt;object&gt;对象，接着是很多的param，完了又出来一个&lt;embed&gt;对象，跟着一 大堆的参数。其实这样写是因为兼容性的问题。OBJECT标签是用于windows平台的IE浏览器的，而EMBED是用于windows和 Macintosh平台下的Netscape Navigator浏览器以及Macintosh平台下的IE浏览器。windows平台的IE利用Activex控件来播放flash而其它的浏览器则 使用Netscape插件技术来播放flash。</p>
</div>
<h5>具体可以参考下面的文档：</h5>
<ol>
<li>
<h5><a href="http://bufanliu.javaeye.com/blog/200590" target="_blank">Flash OBJECT和EMBED标签详解</a></h5>
</li>
<li>
<h4><a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701" target="_blank">Flash OBJECT and EMBED tag attributes</a></h4>
</li>
<li>
<h4><a href="http://www.iwanna.cn/tags/adobe/" class="st_tag internal_tag" rel="tag" title="标签 Adobe 下的日志">Adobe</a> 的官方文档：<a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_4150" target="_blank">Macromedia Flash OBJECT and EMBED tag syntax</a></h4>
</li>
</ol>
<p>参考文档我们就可以通过各种方法向客户段按照正确的格式输出FlashObject的代码了，但字符串的拼接操作枯燥又容易出错，代码可读性还不好，有什么更好的办法吗？</p>
<p>在这里要特别提一下的就是FlashObject的FlashVar参数，很多应用都要靠着这个参数传入大量有复杂数据格式的数据对(pair)，构建这个参数往往是最麻烦的。</p>
<p>关于FlashVar:  <a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16417&amp;sliceId=1" target="_blank">Using FlashVars to pass variables to a SWF</a></p>
<h3>使用&lt;swfobject&gt;</h3>
<p><a href="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_2.png"><img style="border-width: 0px;" src="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_thumb.png" border="0" alt="image" width="272" height="69" align="left" /></a> SWFObject是一种易用的、符合标准的在网页中嵌入flash对象的方法，你只需要在网页中引用一个小巧的js文件。</p>
<p>使用SWFObject就可以避免因为不熟悉Flash Object复杂的语法和选项带来的浏览器不兼容的问题。<br />
<!--more--><br />
使用&lt;swfobject&gt;的大体代码示范如下：</p>
<div class="csharpcode">
<pre class="alt"><span class="kwrd">&lt;!</span><span class="html">DOCTYPE</span> <span class="attr"><a href="http://www.iwanna.cn/tags/html/" class="st_tag internal_tag" rel="tag" title="标签 HTML 下的日志">html</a></span> <span class="attr">PUBLIC</span> <span class="kwrd">"-//W3C//DTD XHTML 1.0 Strict//EN"</span> <span class="kwrd">"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"</span><span class="kwrd">&gt;</span></pre>
<pre><span class="kwrd">&lt;</span><span class="html">html</span> <span class="attr">xmlns</span><span class="kwrd">="http://www.w3.org/1999/xhtml"</span> <span class="attr">lang</span><span class="kwrd">="en"</span> <span class="attr">xml:lang</span><span class="kwrd">="en"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">  <span class="kwrd">&lt;</span><span class="html">head</span><span class="kwrd">&gt;</span></pre>
<pre>    <span class="kwrd">&lt;</span><span class="html">title</span><span class="kwrd">&gt;</span>SWFObject v2.0 - step 3<span class="kwrd">&lt;/</span><span class="html">title</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">    <span class="kwrd">&lt;</span><span class="html">meta</span> <span class="attr">http-equiv</span><span class="kwrd">="Content-Type"</span> <span class="attr">content</span><span class="kwrd">="text/html; charset=iso-8859-1"</span> <span class="kwrd">/&gt;</span></pre>
<pre>    <span class="kwrd">&lt;</span><span class="html">script</span> <span class="attr">type</span><span class="kwrd">="text/<a href="http://www.iwanna.cn/tags/javascript/" class="st_tag internal_tag" rel="tag" title="标签 JavaScript 下的日志">javascript</a>"</span> <span class="attr">src</span><span class="kwrd">="swfobject.js"</span><span class="kwrd">&gt;&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
<pre>    &lt;script type=<span class="str">"text/javascript"</span>&gt;</pre>
<pre class="alt">    swfobject.registerObject(<span class="str">"myId"</span>, <span class="str">"9.0.0"</span>, <span class="str">"expressInstall.swf"</span>);</pre>
<pre>    <span class="kwrd">&lt;/</span><span class="html">script</span><span class="kwrd">&gt;</span></pre>
<pre>  <span class="kwrd">&lt;/</span><span class="html">head</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">  <span class="kwrd">&lt;</span><span class="html">body</span><span class="kwrd">&gt;</span></pre>
<pre>    <span class="kwrd">&lt;</span><span class="html">div</span><span class="kwrd">&gt;</span></pre>
<pre>      <span class="kwrd">&lt;</span><span class="html">object</span> <span class="attr">id</span><span class="kwrd">="myId"</span> <span class="attr">classid</span><span class="kwrd">="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"</span> <span class="attr">width</span><span class="kwrd">="780"</span> <span class="attr">height</span><span class="kwrd">="420"</span><span class="kwrd">&gt;</span></pre>
<pre>        <span class="kwrd">&lt;</span><span class="html">param</span> <span class="attr">name</span><span class="kwrd">="movie"</span> <span class="attr">value</span><span class="kwrd">="myContent.swf"</span> <span class="kwrd">/&gt;</span></pre>
<pre class="alt">        <span class="kwrd">&lt;!</span><span class="html">--</span>[<span class="attr">if</span> !<span class="attr">IE</span>]<span class="kwrd">&gt;</span>–<span class="kwrd">&gt;</span></pre>
<pre>        <span class="kwrd">&lt;</span><span class="html">object</span> <span class="attr">type</span><span class="kwrd">="application/x-shockwave-flash"</span> <span class="attr">data</span><span class="kwrd">="myContent.swf"</span> <span class="attr">width</span><span class="kwrd">="780"</span> <span class="attr">height</span><span class="kwrd">="420"</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">        <span class="kwrd">&lt;!</span>–<span class="kwrd">&lt;!</span>[endif]–<span class="kwrd">&gt;</span></pre>
<pre>          <span class="kwrd">&lt;</span><span class="html">p</span><span class="kwrd">&gt;</span>Alternative content<span class="kwrd">&lt;/</span><span class="html">p</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">        <span class="kwrd">&lt;!</span>–[if !IE]<span class="kwrd">&gt;</span>–<span class="kwrd">&gt;</span></pre>
<pre>        <span class="kwrd">&lt;/</span><span class="html">object</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">        <span class="kwrd">&lt;!</span>–<span class="kwrd">&lt;!</span>[endif]–<span class="kwrd">&gt;</span></pre>
<pre>      <span class="kwrd">&lt;/</span><span class="html">object</span><span class="kwrd">&gt;</span></pre>
<pre class="alt">    <span class="kwrd">&lt;/</span><span class="html">div</span><span class="kwrd">&gt;</span></pre>
<pre>  <span class="kwrd">&lt;/</span><span class="html">body</span><span class="kwrd">&gt;</span></pre>
<pre class="alt"><span class="kwrd">&lt;/</span><span class="html">html</span><span class="kwrd">&gt;</span></pre>
</div>
<p>SWFObject 首页: <a title="http://code.google.com/p/swfobject/" href="http://code.google.com/p/swfobject/" target="_blank">http://code.google.com/p/swfobject/</a></p>
<p>对于FlashVar参数的传入，SWFObject提供了专门的函数，用起来非常方便，代码可读性也强了。</p>
<h3>Opensource 的 swfobject .net control</h3>
<p>下载地址：<a title="http://www.arjones.net/opensource/swfobject.net/" href="http://www.arjones.net/opensource/swfobject.net/" target="_blank">http://www.arjones.net/opensource/swfobject.net/</a></p>
<p>这还有一个：<a title="http://www.junasoftware.com/servercontrols/swfobject.net.aspx" href="http://www.junasoftware.com/servercontrols/swfobject.net.aspx" target="_blank">http://www.junasoftware.com/servercontrols/swfobject.net.aspx</a></p>
<h3>商业Flash object control</h3>
<p>实际上，对于ASP.NET的开发者，使用&lt;swfobject&gt;也还是有很多不方便的地方，没有强数据类型，参数传入都要转为字符串，还有做一些拼接的工作，代码还是不优雅。有没有更好的办法呢？</p>
<h3>ASPNetFlash WebControl</h3>
<p><a href="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_4.png"><img style="border-width: 0px;" src="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_thumb_1.png" border="0" alt="image" width="98" height="98" align="left" /></a> ASPNetFlash WebControl 可以让你轻松的把一个Adobe Flash文件插入到你的ASP.NET web forms里面。</p>
<p>ASPNetFlash的网址：<a title="http://www.aspnetflash.com/aspnetflash_Download_Free_Trial.aspx" href="http://www.aspnetflash.com/aspnetflash_Download_Free_Trial.aspx" target="_blank">http://www.aspnetflash.com/aspnetflash_Download_Free_Trial.aspx</a></p>
<p>下载安装后的效果：</p>
<p><a href="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_6.png"><img style="border-width: 0px;" src="http://images.cnblogs.com/cnblogs_com/DotNetNuke/WindowsLiveWriter/4c5cf752c24f_AA19/image_thumb_2.png" border="0" alt="image" width="543" height="454" /></a></p>
<p>真的不错，基本的属性设置，还有对FlashVar的数据绑定支持。</p>
<p>如果你还在为插入Flash Object 苦恼，快来试试这个！</p>
<p>参考文档：</p>
<p>List Apart上的一篇文章：<a title="http://www.alistapart.com/articles/flashembedcagematch/" href="http://www.alistapart.com/articles/flashembedcagematch/" target="_blank">http://www.alistapart.com/articles/flashembedcagematch/</a></p>
<hr />
<p>© <a href="http://www.iwanna.cn">我想网</a> Akon 所有 , 2009. |
<a href="http://www.iwanna.cn/archives/2009/05/27/1152/">永久链接</a> |
<a href="http://www.iwanna.cn/archives/2009/05/27/1152/#comments">没有评论</a> |
提交到
<a rel="nofollow" target="_blank" href="http://www.google.com/reader/view/feed/http://www.iwanna.cn/archives/2009/05/27/1152/">Google Reader</a>
<a rel="nofollow" target="_blank" href="http://www.xianguo.com/subscribe.php?url=http://www.iwanna.cn/archives/2009/05/27/1152/">鲜果</a>
<a rel="nofollow" target="_blank" href="http://www.zhuaxia.com/add_channel.php?url=http://www.iwanna.cn/archives/2009/05/27/1152/">抓虾</a>
<hr />
<script type="text/javascript"><!--
google_ad_client = "pub-2057344547305288";
/* 336x280,iwanna feed,created 10/3/10 */
google_ad_slot = "9738886183";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<hr />
</p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.iwanna.cn/archives/2009/05/27/1152/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

