<?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>solemone design&#039;art &#187; Flash</title>
	<atom:link href="http://solemone.de/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://solemone.de</link>
	<description>Design Inspiration Blog of solemone</description>
	<lastBuildDate>Sat, 31 Dec 2011 22:59:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Molehill 3D APIs for Adobe Flash Player and Adobe AIR</title>
		<link>http://solemone.de/news/molehill-3d-apis-for-adobe-flash-player-and-adobe-air/</link>
		<comments>http://solemone.de/news/molehill-3d-apis-for-adobe-flash-player-and-adobe-air/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 18:59:31 +0000</pubDate>
		<dc:creator>solemone</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[api]]></category>

		<guid isPermaLink="false">http://www.solemone.de/?p=860</guid>
		<description><![CDATA[I am really impressed about the new 3D APIs for Flash. The graphic acceleration seems to be very fast. And that means cool new stuff for the Flash World. HURRAY! I see great Games and ultimative Interfaces through this technology for the future. For more information about Molehill check out this article at Adobe Labs. [...]]]></description>
			<content:encoded><![CDATA[<p>I am really impressed about the new 3D APIs for Flash. The graphic acceleration seems to be very fast. And that means cool new stuff for the Flash World. HURRAY! I see great Games and ultimative Interfaces through this technology for the future.</p>
<p>For more information about Molehill check out <a href="http://labs.adobe.com/technologies/flash/molehill/">this article at Adobe Labs</a>.</p>
<p><object width="425" height="256" type="application/x-oleobject"><param name="movie" value="http://images.tv.adobe.com/swf/player.swf" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=8184&#038;context=64&#038;embeded=true&#038;environment=production" /><embed src="http://images.tv.adobe.com/swf/player.swf" flashvars="fileID=8184&#038;context=64&#038;embeded=true&#038;environment=production" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="256" /></object></p>
<p>Controller support is also announced:</p>
<p><iframe class="youtube-player" width="618" height="488" src="http://www.youtube.com/embed/KlNKJbDrYdU"></iframe></p>
<p>Video Sources: <a href="http://www.bytearray.org/?p=2310">http://www.bytearray.org/?p=2310</a></p>
]]></content:encoded>
			<wfw:commentRss>http://solemone.de/news/molehill-3d-apis-for-adobe-flash-player-and-adobe-air/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 fullsize background image with pixel pattern</title>
		<link>http://solemone.de/flash/as3-fullsize-background-image/</link>
		<comments>http://solemone.de/flash/as3-fullsize-background-image/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:28:20 +0000</pubDate>
		<dc:creator>solemone</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[free]]></category>

		<guid isPermaLink="false">http://www.solemone.de/?p=705</guid>
		<description><![CDATA[I have written a small class, which you may be interested.  With this class you can create a fullsize background image which fits to the width of the stage. The height of the image is proportional to the width. So it´s good to use an image with a ratio of 4:3 otherwise empty bars can show [...]]]></description>
			<content:encoded><![CDATA[<p>I have written a small class, which you may be interested.  With this class you can create a fullsize background image which fits to the width of the stage. The height of the image is proportional to the width. So it´s good to use an image with a ratio of 4:3 otherwise empty bars can show up.[loadprettifier]</p>
<p>To round it up I create a pixel pattern overlay so the image quality is acceptable by streching it. Known from other sites&#8230;</p>
<p><span id="more-705"></span><a id="downloadbutton" title="download the files" href="http://www.solemone.de/wp-content/uploads/2009/11/as3FullsizeBackgroundImage.zip">Download<span> &#8211; get the source</span></a></p>
<p><a id="previewbutton" title="show a demo" href="http://solemone.de/wp-content/uploads/2009/11/fullsizebackgroundflash/index.html" target="_blank">Demo<span> &#8211; see an example</span></a></p>
<p>So thats the way to do it:</p>
<pre><code class="language-as3 brush: as3" style="min-width:900px;">
// import the class
import com.fullsizeBackgroundImage.fullsizeBackgroundImage;

// create a new object, give the url to the image as string
var backgroundImage:fullsizeBackgroundImage = new fullsizeBackgroundImage("images/background.jpg");

// add the object to stage
stage.addChild(backgroundImage);
</code></pre>
<p>If you have any question about the script feel free to leave a comment <img src='http://solemone.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://solemone.de/flash/as3-fullsize-background-image/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Website für Milsone</title>
		<link>http://solemone.de/flash/hammer-internetseite-fur-milsone/</link>
		<comments>http://solemone.de/flash/hammer-internetseite-fur-milsone/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:38:33 +0000</pubDate>
		<dc:creator>solemone</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.solemone.de/?p=9</guid>
		<description><![CDATA[Direkt von der Psychatrie12-6 aus Berlin-Hellersdorf in euren Kopf! Das neue Album von milsone ist da und steht zum kostenlosen Download verfügbar. Aus diesem Grund erstellte solemone eine Flash Internetseite für milsone. Das fertige Ergebnis, sowie den Link für das Album findet Ihr hier!]]></description>
			<content:encoded><![CDATA[<p>Direkt von der <a title="psychatrie126-myspace-profil" href="http://www.myspace.com/psychatrie126" target="_blank">Psychatrie12-6</a> aus Berlin-Hellersdorf in euren Kopf! Das neue Album von <a title="milsone-myspace-profil" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=307802389" target="_blank">milsone</a> ist da und steht zum kostenlosen Download verfügbar. Aus diesem Grund erstellte <a title="solemone.de-blog" href="http://www.solemone.de/" target="_self">solemone</a> eine Flash Internetseite für <a title="milsone-myspace-profil" href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&amp;friendid=307802389" target="_blank">milsone</a>. Das fertige Ergebnis, sowie den Link für das Album <span style="color: #ff00ff;"><a title="milsone-offizielle-internetseite" href="http://www.milsone.de/" target="_blank">findet Ihr hier!</a></span></p>
<p><img style="border:none;" title="milsone-banner" src="http://www.solemone.de/wp-content/uploads/milsone-banner-425px-x-122p.jpg" alt="milsone-banner" width="425" height="122" /></p>
]]></content:encoded>
			<wfw:commentRss>http://solemone.de/flash/hammer-internetseite-fur-milsone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

