<?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>Tsung.暴躁 &#187; flash</title>
	<atom:link href="http://tsung.bz/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://tsung.bz</link>
	<description>How To Rock On?</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:55:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://tsung.bz/?pushpress=hub'/>
		<item>
		<title>几句话</title>
		<link>http://tsung.bz/2009/12/16/some-words/</link>
		<comments>http://tsung.bz/2009/12/16/some-words/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:48:07 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=94</guid>
		<description><![CDATA[少谈国是了,让政治家去YY吧~~ 用Pixlr画了个icon..这个在线编辑器很强大,整个swf才200k.. 准备花点时间好好研究下Pixlr的实现]]></description>
			<content:encoded><![CDATA[<p style="text-align: right;">
<img class="size-full wp-image-99" src="http://tsung.bz/wp-content/uploads/2009/12/tbz.png" alt="" width="64" height="64" /></p>
<li>少谈国是了,让政治家去YY吧~~</li>
<li>用<a href="http://www.pixlr.com">Pixlr</a>画了个icon..这个在线编辑器很强大,整个swf才200k..</li>
<li>准备花点时间好好研究下<a href="http://www.pixlr.com">Pixlr</a>的实现</li>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2009/12/16/some-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64位ubuntu9.10安装Debug版Flash和FlashTracer</title>
		<link>http://tsung.bz/2009/11/14/install-debug-version-flash-and-flash-tracer-under-ubuntu-9-10-amd64/</link>
		<comments>http://tsung.bz/2009/11/14/install-debug-version-flash-and-flash-tracer-under-ubuntu-9-10-amd64/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 12:17:07 +0000</pubDate>
		<dc:creator>Tsung.W</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[amd64]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tracer]]></category>

		<guid isPermaLink="false">http://tsung.bz/?p=45</guid>
		<description><![CDATA[Adobe官方不提供64位的debug版本flash，只有32位的，如果直接运行下载来的安装程序会提示错误。在网上搜索了半天，没找到满意的答案。后面在一个帖子找到相对靠谱的答案，但原帖子说法有点错误，下面介绍下步骤： 一、安装debug版本flash10 1.卸载已经安装的各种插件。运行aptitude search flash，可以看到你系统中包含flash关键字软件的安装情况，例如我当前的： p flashblock &#8211; mozilla extension that replaces flash elem i flashplugin-installer &#8211; Adobe Flash Player plugin installer p flashplugin-nonfree &#8211; Adobe Flash Player &#8211; browser plugin p flashybrid &#8211; automates use of a flash disk as the root p libroxen-flash2 &#8211; Flash2 module for the Roxen Challenger web p m16c-flash [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe官方不提供64位的debug版本flash，只有32位的，如果直接运行下载来的安装程序会提示错误。在网上搜索了半天，没找到满意的答案。后面在一个帖子找到相对靠谱的答案，但原帖子说法有点错误，下面介绍下步骤：</p>
<p>一、安装debug版本flash10</p>
<p>1.卸载已经安装的各种插件。运行aptitude search flash，可以看到你系统中包含flash关键字软件的安装情况，例如我当前的：<br />
p   flashblock                      &#8211; mozilla extension that replaces flash elem<br />
 i   flashplugin-installer           &#8211; Adobe Flash Player plugin installer<br />
 p   flashplugin-nonfree             &#8211; Adobe Flash Player &#8211; browser plugin<br />
 p   flashybrid                      &#8211; automates use of a flash disk as the root<br />
 p   libroxen-flash2                 &#8211; Flash2 module for the Roxen Challenger web<br />
 p   m16c-flash                      &#8211; Flash programmer for Renesas M16C and R8C<br />
 p   python-webflash                 &#8211; Portable flash messages for Python WSGI ap<br />
 p   vrflash                         &#8211; tool to flash kernels and romdisks to Agen<br />
上面第二行的“i   flashplugin-installer ”表示已安装的软件，如果你还安装了flashplugin-nonfree，建议把两个都通过sudo apt-get purge flashplugin-installer和sudo apt-get purge flashplugin-nonfree卸载掉。</p>
<p>2.安装flashplugin-installer，sudo apt-get install flashplugin-installer</p>
<p>3.下载flash player 10 for linux。<a href="http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz">http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz</a> 地址可能会变更，找不到自己google下：adobe flash debug linux。解压出压缩文件里的libflashplayer.so替代flashplugin-installer安装的libflashplayer.so。假设解压后放在/home/tsung/文件夹，sudo cp /home/tsung/libflashplayer.so /usr/lib/flashplugin-installer/libflashplayer.so<br />
到这里，debug版本的flash就安装完成了。</p>
<p>二、安装Flash Tracer<br />
Flash Tracer用来查看开发者在开发过程中trace函数打印出来的内容（网络上所有flash文件，只要有trace都会打印出来），对于多人协同开发跟踪很有帮助（例如服务端和前端开发由不同的人完成）。安装比较简单，就一个Firefox扩展。下载地址：http://www.sephiroth.it/firefox/flashtracer/ 。这个版本比ff网站上的新点。安装后要先配置好flashlog.txt位置，上面网站上有解释。<br />
*  Windows XP: C:\Documents and Settings\{user}\Application Data\Macromedia\Flash Player\Logs\flashlog.txt<br />
* Windows Vista: C:\Users\{user}\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt<br />
* Linux: /home/username/.macromedia/Flash_Player/Logs/flashlog.txt<br />
* OSX: /Users/{username}/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt<br />
如果这个文件不存在则创建一个。<br />
安装正常的话，在home目录底下会有一个mm.cfg文件（例如我的是/home/tsung/mm.cfg，确保里面的内容类似底下这样:<br />
TraceOutPutFileName=/home/tsung/.macromedia/Flash_Player/Logs/flashlog.txt<br />
ErrorReportingEnable=1<br />
TraceOutputFileEnable=1<br />
MaxWarnings=100</p>
<p>都完成以后，打开FF菜单Tools底下的Flash Tracer（重启FF以后），然后访问嵌入flash的网站，如果Flash Tracer上打印出内容，那恭喜你成功了！</p>
]]></content:encoded>
			<wfw:commentRss>http://tsung.bz/2009/11/14/install-debug-version-flash-and-flash-tracer-under-ubuntu-9-10-amd64/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
