<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>formatlos</title>
	
	<link>http://blog.formatlos.de</link>
	<description>Martin Rädlinger</description>
	<lastBuildDate>Thu, 29 Sep 2011 06:57:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/formatlos" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="formatlos" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Eclipse/FDT freezes while building workspace</title>
		<link>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/</link>
		<comments>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 06:57:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=461</guid>
		<description><![CDATA[If you&#8217;re dealing with very big projects with lots of classes in Eclipse/FDT it might happen sometimes that Eclipse gets stuck while building the workspace. Even killing the Eclipse process and starting it up again won&#8217;t help, because with &#8220;Build Automatically&#8221; enabled it starts building right after launching and probably gets stuck again. This little [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re dealing with very big projects with lots of classes in Eclipse/FDT it might happen sometimes that Eclipse gets stuck while building the workspace. Even killing the Eclipse process and starting it up again won&#8217;t help, because with &#8220;Build Automatically&#8221; enabled it starts building right after launching and probably gets stuck again. This little solution will get you up and running again in a few seconds&#8230;</p>
<ol>
<li>shutdown Eclipse</li>
<li>goto the workspace folder in your filesystem</li>
<li>rename the project-folder which caused the problem</li>
<li>startup Eclipse (now it won&#8217;t start building, because it doesn&#8217;t find the project)</li>
<li>disable the automatic building process (untick Project &gt; &#8220;Build Automatically&#8221;)</li>
<li>close Eclipse</li>
<li>undo renaming the project-folder</li>
<li>startup Eclipse</li>
<li>build project manually (select project, Project &gt; Build Project)</li>
<li>after that you can enable the automatic building again</li>
</ol>
<p>&nbsp;
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2011%2F09%2F29%2Feclipsefdt-freezes-while-building-workspace%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2011%2F09%2F29%2Feclipsefdt-freezes-while-building-workspace%2F&amp;source=formatlos&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=461&amp;md5=918ed5cf44056541c127258875ba1155" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2011/09/29/eclipsefdt-freezes-while-building-workspace/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2011%2F09%2F29%2Feclipsefdt-freezes-while-building-workspace%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Eclipse%2FFDT+freezes+while+building+workspace&amp;amp;description=If+you%26%238217%3Bre+dealing+with+very+big+projects+with+lots+of+classes+in+Eclipse%2FFDT+it+might+happen+sometimes+that+Eclipse+gets+stuck+while+building+the+workspace.+Even+killing+the+Eclipse+process...&amp;amp;tags=blog" type="text/html" />
	</item>
		<item>
		<title>Playbook Development with FDT and ANT</title>
		<link>http://blog.formatlos.de/2010/12/13/playbook-development-with-fdt-and-ant/</link>
		<comments>http://blog.formatlos.de/2010/12/13/playbook-development-with-fdt-and-ant/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 10:10:50 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Playbook]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BlackBerry]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=434</guid>
		<description><![CDATA[I just put up a sample FDT project on github which gets you started with BlackBerry Playbook development with FDT. I comes with an ANT build.xml which pretty much does all the work for you. https://github.com/formatlos/hello-playbook-with-fdt Setting up Playbook SDK and Simulator There are a few good tutorials out there which explains the setup process [...]]]></description>
			<content:encoded><![CDATA[<p>I just put up a <a href="https://github.com/formatlos/hello-playbook-with-fdt" target="_blank">sample FDT project on github</a> which gets you started with BlackBerry Playbook development with FDT. I comes with an ANT build.xml which pretty much does all the work for you.</p>
<p><a href="https://github.com/formatlos/hello-playbook-with-fdt" target="_blank">https://github.com/formatlos/hello-playbook-with-fdt</a><br />
<span id="more-434"></span></p>
<h3>Setting up Playbook SDK and Simulator</h3>
<p>There are a few good tutorials out there which explains the setup process in detail, so I don&#8217;t want to bother you with that &#8230; and it&#8217;s really straightforward anyway.</p>
<p><a href="http://us.blackberry.com/developers/tablet/devresources.jsp" target="_blank">http://us.blackberry.com/developers/tablet/devresources.jsp</a><br />
<a href="http://www.12robots.com/index.cfm/2010/11/21/Getting-your-BlackBerry-PlayBook-development-environment-set-up--Part-One"> http://www.12robots.com/index.cfm/2010/11/21/Getting-your-BlackBerry-PlayBook-development-environment-set-up&#8211;Part-One </a></p>
<h3>Setting up FDT</h3>
<p>First of all you need to setup an ANT property. Go to Eclipse Settings -&gt; ANT -&gt; runtime -&gt; Properties -&gt; Add Property and type in the name &#8220;BB_TABLET_SDK_HOME&#8221; and as value the path to your installed Playbook SDK. Insert another property with the name &#8220;FLEX_HOME&#8221; and point it to the same location &#8230; you&#8217;ll need this to use the mxmlc task.</p>
<p><strong>ANT property</strong></p>
<div class="image img-a" style="width:550px;"><a href="http://blog.formatlos.de/wp-content/uploads/2010/12/ant_properties.png"><img title="ant_properties" src="http://blog.formatlos.de/wp-content/uploads/2010/12/ant_properties-550x395.png" alt="" width="550" height="395" /></a></div>
<p><strong>SDK</strong></p>
<p><strong> </strong>The Playbook SDK is basically just a AIR SDK with a little extra spice &#8230; so you can add the SDK to your FDT settings like you do with every other SDK.</p>
<p><strong>Project</strong></p>
<p>After that you can create a new project or download my sample project from github. Create &#8220;Empty AS3 AIR Project&#8221; and select the installed Playbook SDK in my case &#8220;BlackBerry Tablet OS SDK 0.9.1 for Adobe AIR&#8221;.</p>
<div class="image img-a" style="width:550px;"><a href="http://blog.formatlos.de/wp-content/uploads/2010/12/project_type.png"><img title="project_type" src="http://blog.formatlos.de/wp-content/uploads/2010/12/project_type.png" alt="" width="550" height="254" /></a></div>
<p>your project structure should look like this:</p>
<div class="image img-a" style="width:550px;"><a href="http://blog.formatlos.de/wp-content/uploads/2010/12/project_structure.png"><img title="project_structure" src="http://blog.formatlos.de/wp-content/uploads/2010/12/project_structure.png" alt="" width="467" height="200" /></a></div>
<p>FDT doesn&#8217;t add the blackberry specific SWCs automatically to the project, you have to do this step manually. To do that open your project properties -&gt; FDT Build Path -&gt; SDK Library -&gt; Select SWCs and select the blackberry.swc, qnx-screen.swc and qnx-air.swc &#8230;</p>
<div class="image img-a" style="width:550px;"><a href="http://blog.formatlos.de/wp-content/uploads/2010/12/add_swcs.png"><img title="add_swcs" src="http://blog.formatlos.de/wp-content/uploads/2010/12/add_swcs-550x319.png" alt="" width="550" height="319" /></a></div>
<p>that&#8217;s it!! now you can use the build targets to compile your App and deploy it to the simulator.</p>
<h3>Debugging Procedure</h3>
<div class="image img-a" style="width:550px;"><a href="http://blog.formatlos.de/wp-content/uploads/2010/12/debug.png"><img title="debug" src="http://blog.formatlos.de/wp-content/uploads/2010/12/debug-550x303.png" alt="" width="550" height="303" /></a></div>
<p>After running the debug-deploy target you&#8217;ll probably look for any trace output. The SDK ships with another tool you can use to debug your App it&#8217;s called fdb. Open a terminal window and launch the fdb tool, once the Flash Debugger opens issue the command &#8220;run&#8221;. The debugger times out if nothing connects within about 60 seconds, yo you should immediately start you debug-deploy target after running the debugger.</p>
<p>Your application should deploy and connect to the debugger  but probably it&#8217;ll take a bit before the simulator connects. If you have a firewall it can interfere with the simulator&#8217;s ability to connect, make sure port 7935 is open. When the simulator connects you will be prompted to enter breakpoints. If you don&#8217;t want to add any breakpoints just type &#8220;continue&#8221; and your Application will start up and you&#8217;ll see the trace output in you terminal.</p>
<p>&nbsp;</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F12%2F13%2Fplaybook-development-with-fdt-and-ant%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F12%2F13%2Fplaybook-development-with-fdt-and-ant%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AIR,ANT,AS3,BlackBerry,Playbook&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=434&amp;md5=d8579e859936afe82384362c63e4ab9e" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2010/12/13/playbook-development-with-fdt-and-ant/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F12%2F13%2Fplaybook-development-with-fdt-and-ant%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Playbook+Development+with+FDT+and+ANT&amp;amp;description=I+just+put+up+a+sample+FDT+project+on+github+which+gets+you+started+with+BlackBerry+Playbook+development+with+FDT.+I+comes+with+an+ANT+build.xml+which+pretty+much+does...&amp;amp;tags=ActionScript%2CAIR%2CANT%2CAS3%2CBlackBerry%2CPlaybook%2Cblog" type="text/html" />
	</item>
		<item>
		<title>AS3 Circle Gradient</title>
		<link>http://blog.formatlos.de/2010/03/30/as3-circle-gradient/</link>
		<comments>http://blog.formatlos.de/2010/03/30/as3-circle-gradient/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:35:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Pixelbender]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=414</guid>
		<description><![CDATA[According to my previous post about the AS3 Circle Color Spectrum I wanted to implement the circle gradient in pixel bender as well, so there you go. You can specify up to 4 colors and control the appearance with the corresponding ratio. the parameters for the shader center for passing in the x and y [...]]]></description>
			<content:encoded><![CDATA[<p>According to my previous post about the <a href="http://blog.formatlos.de/2010/03/30/as3-circle-color-spectrum">AS3 Circle Color Spectrum</a> I wanted to implement the circle gradient in pixel bender as well, so there you go. You can specify up to 4 colors and control the appearance with the corresponding ratio. </p>
<p>the parameters for the shader</p>
<ul>
<li><strong>center</strong> for passing in the x and y</li>
<li><strong>innerRadius</strong> and <strong>outerRadius</strong> for controling the size of the circle</li>
<li><strong>rotation (0-360)</strong> to change the starting angle </li>
<li><strong>color1</strong>, <strong>color2</strong>, <strong>color3</strong>, <strong>color4</strong> in the format RGBA (1.0, 1.0, 1.0, 1.0 = 0xffffffff)</li>
<li><strong>ratios</strong> an array of color distribution ratio </li>
</ul>
<p>
<a href="http://play.formatlos.de/circle-gradient-filter/"><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/circleGradientSamples.jpg" alt="" title="circleGradientSamples" width="550" height="187" class="alignnone size-full wp-image-426" /></a></p>
<p>
<a href="http://play.formatlos.de/circle-gradient-filter/">Play with the filter&#8230;</a><br />
<a href="http://blog.formatlos.de/wp-content/uploads/2010/03/CircleGradient_1.0.zip">Download Circle Gradient filter &#038; pixel bender source</a>
</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-gradient%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-gradient%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash,Flash+Player+10,Pixelbender&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=414&amp;md5=838d529e0182309d284752e2ee2de7a3" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2010/03/30/as3-circle-gradient/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-gradient%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=AS3+Circle+Gradient&amp;amp;description=According+to+my+previous+post+about+the+AS3+Circle+Color+Spectrum+I+wanted+to+implement+the+circle+gradient+in+pixel+bender+as+well%2C+so+there+you+go.+You+can+specify...&amp;amp;tags=ActionScript%2CAS3%2CFlash%2CFlash+Player+10%2CPixelbender%2Cblog" type="text/html" />
	</item>
		<item>
		<title>AS3 Circle Color Spectrum</title>
		<link>http://blog.formatlos.de/2010/03/30/as3-circle-color-spectrum/</link>
		<comments>http://blog.formatlos.de/2010/03/30/as3-circle-color-spectrum/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 18:33:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Pixelbender]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=412</guid>
		<description><![CDATA[Just a few days ago I released my HSB Color Wheel interface. All the graphics used in there are drawn with the AS3 drawing API including the circle color spectrum and the circle gradient. This performs very well but just out of curiosity I wondered how hard it would be to generate the color spectrum [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few days ago I released my <a href="http://blog.formatlos.de/2010/03/27/hsb-color-wheel/">HSB Color Wheel</a> interface. All the graphics used in there are drawn with the AS3 drawing API including the circle color spectrum and the circle gradient. This performs very well but just out of curiosity I wondered how hard it would be to generate the color spectrum in pixel bender &#8230; and well it&#8217;s not that complicated, actually it&#8217;s easier than doing it in AS3 because pixel bender is made for dealing with colors and pixels. </p>
<p>I implemented a few parameter to control the shader</p>
<ul>
<li><strong>center</strong> for passing in the x and y</li>
<li><strong>innerRadius</strong> and <strong>outerRadius</strong> for controling the size of the circle</li>
<li><strong>rotation (0-360)</strong> to change the angle where the red color starts </li>
<li><strong>ratio (0.0-1.0)</strong> for controling the space used for 1 color spectrum, e.g. a value of 0.5 would use 180 degrees for displaying 1 spectrum and you would end up with 2 spectrums in your circle </li>
</ul>
<p>
<a href="http://play.formatlos.de/circle-color-spectrum-filter/"><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/circleSpectrumSamples.jpg" alt="" title="circleSpectrumSamples" width="550" height="188" class="alignnone size-full wp-image-419" /></a>is it just me or does the circle in the middle seem to rotate slightly &#8230; scary &#8230; anyway</p>
<p>
<a href="http://play.formatlos.de/circle-color-spectrum-filter/">Play with the filter&#8230;</a><br />
<a href="http://blog.formatlos.de/wp-content/uploads/2010/03/CircleColorSpectrum_1.0.zip">Download Circle Color Spectrum filter &#038; pixel bender source</a>
</p>
<p><strong>next up: </strong><br />
<a href="http://blog.formatlos.de/2010/03/30/as3-circle-gradient/">AS3 Circle Gradient</a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-color-spectrum%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-color-spectrum%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash,Flash+Player+10,Pixelbender&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=412&amp;md5=1f4adecc8474782908c35dc973ed008d" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2010/03/30/as3-circle-color-spectrum/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F30%2Fas3-circle-color-spectrum%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=AS3+Circle+Color+Spectrum&amp;amp;description=Just+a+few+days+ago+I+released+my+HSB+Color+Wheel+interface.+All+the+graphics+used+in+there+are+drawn+with+the+AS3+drawing+API+including+the+circle+color+spectrum...&amp;amp;tags=ActionScript%2CAS3%2CFlash%2CFlash+Player+10%2CPixelbender%2Cblog" type="text/html" />
	</item>
		<item>
		<title>HSB Color Wheel</title>
		<link>http://blog.formatlos.de/2010/03/27/hsb-color-wheel/</link>
		<comments>http://blog.formatlos.de/2010/03/27/hsb-color-wheel/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 10:00:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=401</guid>
		<description><![CDATA[I just did some interface experiments because I always wanted to have some kind of circle color picker &#8230; the HSB Color Wheel is what I came up with. I implemented some settings to change the appearance slightly. I plan to release the AS3 code here if anyone is interested and as soon as I [...]]]></description>
			<content:encoded><![CDATA[<p>I just did some interface experiments because I always wanted to have some kind of circle color picker &#8230; the <a href="http://play.formatlos.de/hsb-color-wheel/">HSB Color Wheel</a> is what I came up with. I implemented some settings to change the 	appearance slightly. I plan to release the AS3 code here if anyone is interested and as soon as I have the time to clean it up a little bit.</p>
<h3>Source</h3>
<p>You can download the source files of the HSB Color Wheel Demo here:<br />
<a href='http://blog.formatlos.de/wp-content/uploads/2010/03/hsbcolorwheel.zip'>http://blog.formatlos.de/wp-content/uploads/2010/03/hsbcolorwheel.zip</a><br />
I didn&#8217;t clean up the code, but should be straightforward. Have fun playing with it and post or email me a link if you use it somewhere.  </p>
<h3>Some Examples</h3>
<p>
<a href="http://play.formatlos.de/hsb-color-wheel/"><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/colorwheel_1.png" alt="" title="colorwheel_1" width="550" height="350" class="alignnone size-full wp-image-402" /></a>&nbsp;</p>
<p><span id="more-401"></span></p>
<p>
<a href="http://play.formatlos.de/hsb-color-wheel/"><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/colorwheel_2.png" alt="" title="colorwheel_2" width="550" height="350" class="alignnone size-full wp-image-402" /></a>&nbsp;</p>
<p>
<a href="http://play.formatlos.de/hsb-color-wheel/"><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/colorwheel_3.png" alt="" title="colorwheel_3" width="550" height="350" class="alignnone size-full wp-image-402" /></a><br />
&nbsp;</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F27%2Fhsb-color-wheel%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F27%2Fhsb-color-wheel%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=401&amp;md5=726f368fee7f58b0fcfbd0223241dd8f" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2010/03/27/hsb-color-wheel/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F27%2Fhsb-color-wheel%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=HSB+Color+Wheel&amp;amp;description=I+just+did+some+interface+experiments+because+I+always+wanted+to+have+some+kind+of+circle+color+picker+%26%238230%3B+the+HSB+Color+Wheel+is+what+I+came+up+with.+I...&amp;amp;tags=ActionScript%2CAS3%2CFlash%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Circlorate your Images</title>
		<link>http://blog.formatlos.de/2010/03/09/circlorate-your-images/</link>
		<comments>http://blog.formatlos.de/2010/03/09/circlorate-your-images/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:39:53 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Pixelbender]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=393</guid>
		<description><![CDATA[Inspired by some artworks by Mexican artist Gabriel Orozco I saw just recently I decided to develop a tool for doing some kind of circle slice rotation with your images. The result is &#187; Circlorator &#171; and it&#8217;s basically just a Pixelbender filter and some UI elements and that&#8217;s it. Give it a try and [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by some artworks by Mexican artist Gabriel Orozco I saw just recently I decided to develop a tool for doing some kind of circle slice rotation with your images. The result is <a href="http://play.formatlos.de/circlorator/">&raquo; Circlorator &laquo;</a> and it&#8217;s basically just a Pixelbender filter and some UI elements and that&#8217;s it. Give it a try and generate your own artworks. </p>
<p><a href="http://play.formatlos.de/circlorator/">http://play.formatlos.de/circlorator/</a></p>
<h3> Pixelbender Source</h3>
<p>For those who want to play with the filter a little bit, there you go <a href="http://play.formatlos.de/wp-content/uploads/CirclorateFilter.zip">CirclorateFilter.zip</a></p>
<h3>Examples</h3>
<p><img src="http://blog.formatlos.de/wp-content/uploads/2010/03/circlorator-550x343.jpg" alt="" title="circlorator" width="550" height="343" class="alignnone size-large wp-image-395" />
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F09%2Fcirclorate-your-images%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F09%2Fcirclorate-your-images%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash,Pixelbender&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=393&amp;md5=70ba8846a60ba33bc8a3238b97e5c20d" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2010/03/09/circlorate-your-images/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2010%2F03%2F09%2Fcirclorate-your-images%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Circlorate+your+Images&amp;amp;description=Inspired+by+some+artworks+by+Mexican+artist+Gabriel+Orozco+I+saw+just+recently+I+decided+to+develop+a+tool+for+doing+some+kind+of+circle+slice+rotation+with+your+images....&amp;amp;tags=ActionScript%2CAS3%2CFlash%2CPixelbender%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Create Font SWFs easily in FDT</title>
		<link>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/</link>
		<comments>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 08:58:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=359</guid>
		<description><![CDATA[I created an ANT build file which lets you create font SWFs easily, it takes a class template as input, generates the actual class for the chosen font and compiles the corresponding swf. but enough talking &#8230; give it a try. Download: fontcreator.zip Setup: import the zip file via &#8220;Import > Existing Projects.. > Select [...]]]></description>
			<content:encoded><![CDATA[<p>I created an ANT build file which lets you create font SWFs easily, it takes a class template as input, generates the actual class for the chosen font and compiles the corresponding swf. but enough talking &#8230; give it a try.</p>
<p><span id="more-359"></span></p>
<h3>Download:</h3>
<p><a href="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator.zip">fontcreator.zip</a></p>
<h3>Setup:</h3>
<ul>
<li>import the zip file via &#8220;Import > Existing Projects.. > Select archive file&#8221;</li>
<li>add flash nature: AS3, Flex 3/4 SDK</li>
<li>run the ant build (don&#8217;t forget to select &#8220;Run in the same JRE as the workspace&#8221; in External Tools > JRE)</li>
</ul>
<h3>Steps:</h3>
<p><div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_1.png"/>
<p>select class template (you can create an own class template, save it in the template directory und select it here)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_2.png"/>
<p>select font file (has to be in the assets/fonts directory)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_3.png"/>
<p>specify a class name for your font class</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_4.png"/>
<p>the name for the font (thats the name you&#8217;ll use with TextFormat.font later on)</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_5.png"/>
<p>font weight</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_6.png"/>
<p>font style</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_7.png"/>
<p>mime type, normally &#8216;application/x-font&#8217; should do the job</p>
</div>
<div class="image img-a" style="width:472px;"><img src="http://blog.formatlos.de/wp-content/uploads/2009/08/fontcreator_8.png"/>
<p>specifiy the chars to want to embed</p>
</div>
<div style="clear:both">&nbsp;</div>
</p>
<p>That&#8217;s it. Now your font should get generated and afterwards be available in the deploy/fonts directory.
</p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F19%2Fcreate-font-swfs-easily-in-fdt%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F19%2Fcreate-font-swfs-easily-in-fdt%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,ANT,AS3,Flash&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=359&amp;md5=439884b9b2cebfa18def2f1662fa15f8" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2009/08/19/create-font-swfs-easily-in-fdt/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F19%2Fcreate-font-swfs-easily-in-fdt%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Create+Font+SWFs+easily+in+FDT&amp;amp;description=I+created+an+ANT+build+file+which+lets+you+create+font+SWFs+easily%2C+it+takes+a+class+template+as+input%2C+generates+the+actual+class+for+the+chosen+font+and+compiles...&amp;amp;tags=ActionScript%2CANT%2CAS3%2CFlash%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Red Bull Soapbox Racer by Less Rain</title>
		<link>http://blog.formatlos.de/2009/08/05/red-bull-soapbox-racer-by-less-rain/</link>
		<comments>http://blog.formatlos.de/2009/08/05/red-bull-soapbox-racer-by-less-rain/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 08:41:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Coolsites]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=354</guid>
		<description><![CDATA[My friends at lessrain just launched their latest creative online community: the Red Bull Soapbox Racer. Go and check it out, it&#8217;s such a fantastic piece of work, really stunning. Have fun! Red Bull Soapbox Racer Less Rain Blog]]></description>
			<content:encoded><![CDATA[<p>My friends at <a href="http://www.lessrain.com">lessrain</a> just launched their latest creative online community: the <a href="http://www.redbullsoapboxracer.com/">Red Bull Soapbox Racer</a>. Go and check it out, it&#8217;s such a fantastic piece of work, really stunning. Have fun!</p>
<p><a href="http://www.redbullsoapboxracer.com/">Red Bull Soapbox Racer</a><br />
<a href="http://www.blog.lessrain.com/red-bull-soapbox-racer/">Less Rain Blog</a> </p>
<p><a href="http://blog.formatlos.de/2009/08/05/red-bull-soapbox-racer-by-less-rain/"><em>Click here to view the embedded video.</em></a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F05%2Fred-bull-soapbox-racer-by-less-rain%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F05%2Fred-bull-soapbox-racer-by-less-rain%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=354&amp;md5=fcceec983f498b62b14ee2b4b351b862" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2009/08/05/red-bull-soapbox-racer-by-less-rain/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F08%2F05%2Fred-bull-soapbox-racer-by-less-rain%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Red+Bull+Soapbox+Racer+by+Less+Rain&amp;amp;description=My+friends+at+lessrain+just+launched+their+latest+creative+online+community%3A+the+Red+Bull+Soapbox+Racer.+Go+and+check+it+out%2C+it%26%238217%3Bs+such+a+fantastic+piece+of+work%2C+really+stunning....&amp;amp;tags=ActionScript%2CAS3%2CFlash%2Cblog" type="text/html" />
	</item>
		<item>
		<title>AS3 TextHighlighter</title>
		<link>http://blog.formatlos.de/2009/06/22/as3-texthighlighter/</link>
		<comments>http://blog.formatlos.de/2009/06/22/as3-texthighlighter/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:00:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=335</guid>
		<description><![CDATA[Because of the lack of text highlighting capabilities for Flash TextFields I coded a small class with a simple API to highlight text with your custom style. For your own styles you just have to implement an interface. The highlight method takes either a String or Regular Expression as argument. The class doesn&#8217;t work for [...]]]></description>
			<content:encoded><![CDATA[<p>Because of the lack of text highlighting capabilities for Flash TextFields I coded a small class with a simple API to highlight text with your custom style. For your own styles you just have to implement an interface. The highlight method takes either a String or Regular Expression as argument.
</p>
<p>
The class doesn&#8217;t work for scrolling text at the moment, but feel free to extend the class.
</p>
<p>
<strong>example:</strong><br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_texthighlighterexample_113296208"
			class="flashmovie"
			width="558"
			height="100">
	<param name="movie" value="http://blog.formatlos.de/wp-content/uploads/2009/06/texthighlighterexample.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.formatlos.de/wp-content/uploads/2009/06/texthighlighterexample.swf"
			name="fm_texthighlighterexample_113296208"
			width="558"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object><br />
<span id="more-335"></span><br />
<strong>code:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="actionscript" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">// highlight container</span>
<span style="color: #000000; font-weight: bold;">var</span> highlight : Sprite = <span style="color: #000000; font-weight: bold;">new</span> Sprite<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
addChild<span style="color: #66cc66;">&#40;</span>highlight<span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">// create textfield</span>
<span style="color: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">textField</span> : <span style="color: #0066CC;">TextField</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">TextField</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;
addChild<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">textField</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">// apply text style and add text</span>
...
&nbsp;
<span style="color: #808080; font-style: italic;">// highlight style</span>
<span style="color: #000000; font-weight: bold;">var</span> style : IHighlightStyle = <span style="color: #000000; font-weight: bold;">new</span> SimpleHighlightStyle<span style="color: #66cc66;">&#40;</span>0x00ff00, <span style="color: #cc66cc;">0.5</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;
<span style="color: #808080; font-style: italic;">// highlighter</span>
<span style="color: #000000; font-weight: bold;">var</span> textHighlighter : TextHighlighter = <span style="color: #000000; font-weight: bold;">new</span> TextHighlighter<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">textField</span>, highlight, style<span style="color: #66cc66;">&#41;</span>;
textHighlighter.<span style="color: #006600;">highlight</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">/</span>far<span style="color: #66cc66;">/</span>gi<span style="color: #66cc66;">&#41;</span>;
textHighlighter.<span style="color: #006600;">highlight</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;Duden&quot;</span>, <span style="color: #000000; font-weight: bold;">false</span><span style="color: #66cc66;">&#41;</span>;</pre></div></div>

</p>
<p><h3>files:</h3>
<p><strong>version 0.1</strong><br />
<a href='http://blog.formatlos.de/wp-content/uploads/2009/06/texthighlighter_01.zip'>TextHighlighter_01.zip</a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F22%2Fas3-texthighlighter%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F22%2Fas3-texthighlighter%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash,TextField&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=335&amp;md5=2f219c1d0bf327d52404c0d1749a4b73" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2009/06/22/as3-texthighlighter/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F22%2Fas3-texthighlighter%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=AS3+TextHighlighter&amp;amp;description=Because+of+the+lack+of+text+highlighting+capabilities+for+Flash+TextFields+I+coded+a+small+class+with+a+simple+API+to+highlight+text+with+your+custom+style.+For+your+own...&amp;amp;tags=ActionScript%2CAS3%2CFlash%2CTextField%2Cblog" type="text/html" />
	</item>
		<item>
		<title>Styling Html TextField Bullet Points</title>
		<link>http://blog.formatlos.de/2009/06/18/styling-html-textfield-bullet-points/</link>
		<comments>http://blog.formatlos.de/2009/06/18/styling-html-textfield-bullet-points/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:44:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[TextField]]></category>

		<guid isPermaLink="false">http://blog.formatlos.de/?p=315</guid>
		<description><![CDATA[If you ever needed to style the bullet points in a Html TextField in Flash you have noticed that this isn&#8217;t supported. It gets even worse if the bullet point in the font you&#8217;re using isn&#8217;t nice at all and you want to take another fonts bullet point. But with a simple workaround you can [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever needed to style the bullet points in a Html TextField in Flash you have noticed that this isn&#8217;t supported. It gets even worse if the bullet point in the font you&#8217;re using isn&#8217;t nice at all and you want to take another fonts bullet point.
</p>
<p>But with a simple workaround you can change the font face, size and color of the bullet points:<br />

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_stylebulletpoint_37367989"
			class="flashmovie"
			width="558"
			height="100">
	<param name="movie" value="http://blog.formatlos.de/wp-content/uploads/2009/06/stylebulletpoint.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.formatlos.de/wp-content/uploads/2009/06/stylebulletpoint.swf"
			name="fm_stylebulletpoint_37367989"
			width="558"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p>
And don&#8217;t forget to embed the bullet point, it&#8217;s character U+2022
</p>
<h3>Update 25.01.2010</h3>
<p>Added an indent property to easily set the left margin of the list. For using other symbols than the bullet, you have to manipulate your font and embed the manipulated character.
</p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_StyleBulletPoint3_1467131358"
			class="flashmovie"
			width="558"
			height="100">
	<param name="movie" value="http://blog.formatlos.de/wp-content/uploads/2010/01/StyleBulletPoint3.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.formatlos.de/wp-content/uploads/2010/01/StyleBulletPoint3.swf"
			name="fm_StyleBulletPoint3_1467131358"
			width="558"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_StyleBulletPoint2_740176527"
			class="flashmovie"
			width="558"
			height="100">
	<param name="movie" value="http://blog.formatlos.de/wp-content/uploads/2010/01/StyleBulletPoint2.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://blog.formatlos.de/wp-content/uploads/2010/01/StyleBulletPoint2.swf"
			name="fm_StyleBulletPoint2_740176527"
			width="558"
			height="100">
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
<p><a href='http://blog.formatlos.de/wp-content/uploads/2010/01/stylebulletpoint.zip'>Download Source</a></p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F18%2Fstyling-html-textfield-bullet-points%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F18%2Fstyling-html-textfield-bullet-points%2F&amp;source=formatlos&amp;style=normal&amp;hashtags=ActionScript,AS3,Flash,TextField&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
 <p><a href="http://blog.formatlos.de/?flattrss_redirect&amp;id=315&amp;md5=041062e8b16901ed706565acd0f831ff" title="Flattr" target="_blank"><img src="http://blog.formatlos.de/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.formatlos.de/2009/06/18/styling-html-textfield-bullet-points/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=formatlos&amp;amp;popout=1&amp;amp;url=http%3A%2F%2Fblog.formatlos.de%2F2009%2F06%2F18%2Fstyling-html-textfield-bullet-points%2F&amp;amp;language=en_GB&amp;amp;category=software&amp;amp;title=Styling+Html+TextField+Bullet+Points&amp;amp;description=If+you+ever+needed+to+style+the+bullet+points+in+a+Html+TextField+in+Flash+you+have+noticed+that+this+isn%26%238217%3Bt+supported.+It+gets+even+worse+if+the+bullet+point...&amp;amp;tags=ActionScript%2CAS3%2CFlash%2CTextField%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

