<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<rss version="0.92">
<channel>
	<title>devBlog</title>
	<link>http://devblog.projector.se</link>
	<description>Projector development blog. A place to document your experiences.</description>
	<lastBuildDate>Mon, 23 Jun 2008 15:39:48 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Loader.close(), a slippery little basted!</title>
		<description>I was working with the Loader class and thought that a good practice to avoid a lot of unnecessary bandwidth loadings is to clear any loading progress before I start a new one. Just to explain.. I used a array to store pages (Loaders) in the application. If the user ...</description>
		<link>http://devblog.projector.se/?p=36</link>
			</item>
	<item>
		<title>New Flash Player new issues…</title>
		<description>In the new Flash Player 9,0,124,0 there is a lot of new security changes…
If you are (like me) used webService and the server is in a other domain then you will get a sweet secure error:
Server Error: [RPC Fault faultString="Security error accessing url" faultCode="Channel.Security.Error" faultDetail="Destination: DefaultHTTP"]

What I did was adding this ...</description>
		<link>http://devblog.projector.se/?p=35</link>
			</item>
	<item>
		<title>Basic Flash-tips #3: Improve your Align skills</title>
		<description>Here are some very useful shortcuts to position things faster on stage (PC):

Turn on/off scale "To stage": ctrl+alt+8

Horizontal align: ctr+alt+(1-3)

Vertical align: ctr+alt+(4-6)

And another feature in the align toolbar is "Match size" wich I never used until recently. Useful when resize a background-shape to stage size.

And the shortcuts for that with "To Stage" on:

 ctrl+alt+shift+7 ...</description>
		<link>http://devblog.projector.se/?p=32</link>
			</item>
	<item>
		<title>Basic Flash-tips #2: Runtime-errors with row-numbers</title>
		<description>Have you ever been missing the row-number for an error thrown at runtime in Flash CS3, for example when working with loaded content such as XML? Just activate "permit debugging" in Publish settings and there it is. </description>
		<link>http://devblog.projector.se/?p=31</link>
			</item>
	<item>
		<title>Basic Flash-tips #1: Potapenko Extensions</title>
		<description>I found this flash-extension really useful. Specially the "multi edit library" feature. Select multiple images in the library and change smoothing and compression all at once.

http://potapenko.com/eng/extensions.htm </description>
		<link>http://devblog.projector.se/?p=33</link>
			</item>
	<item>
		<title>TextField gets cut</title>
		<description>Annoying inssue with a centered textfield paragrah randomly get's cut off at the right end.
Only solution for now seems to be to keep the the textfield paragraph left aligned and then center the textfield it self by measuring width and position. </description>
		<link>http://devblog.projector.se/?p=30</link>
			</item>
	<item>
		<title>The smallest things can take the longest time</title>
		<description>Recently pulled my hair over something that probably is quite logical.

To get around crossdomain issues I placed a shell-swf on a remote server that in turn loads the main-swf. Have done it like that a thousand times before but this time I just couldn't get it to work.

It turns out that i tried ...</description>
		<link>http://devblog.projector.se/?p=29</link>
			</item>
	<item>
		<title>Resolution of textures</title>
		<description>It's probably due to my lack of understanding of the program and it's principles, but how do you get it to use bitmap textures with a higher resolution? It seems as if you can't have larger images than about 4000 pixels in height without it generating memory error, but maybe ...</description>
		<link>http://devblog.projector.se/?p=28</link>
			</item>
	<item>
		<title>Mouse-position outside flash tutorial</title>
		<description> To use javascript with banners can be a true headache. I wan't to share my exerience of the obstacles I found so far.

Before you start, make sure you have the permission to use javascript on the sites. Sometimes you can sneak in your javascript in the embed-code generated by the media agencies, ...</description>
		<link>http://devblog.projector.se/?p=27</link>
			</item>
	<item>
		<title>3D effect with filters</title>
		<description>By mixing multiple layers of filtereffects you can make this nice little 3d-effect.
Flashcontent
                            var so = new SWFObject("files/filterDemo.swf", "filterDemo", "470", "200", "8", "#ffffff"); ...</description>
		<link>http://devblog.projector.se/?p=26</link>
			</item>
</channel>
</rss>
