Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-settings.php on line 512

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-settings.php on line 527

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-settings.php on line 534

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-settings.php on line 570

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-includes/query.php on line 61

Deprecated: Assigning the return value of new by reference is deprecated in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-includes/theme.php on line 1109

Warning: Cannot modify header information - headers already sent by (output started at /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-settings.php:512) in /home/nittygritt/domains/thenittygritty.nl/public_html/blog/wp-includes/feed-rss2.php on line 8
TheNittyGritty - Flash Blog http://www.thenittygritty.nl/blog A blog about Flash and more ... Thu, 18 Dec 2008 22:43:20 +0000 http://wordpress.org/?v=2.7 en hourly 1 SWF Testing http://www.thenittygritty.nl/blog/?p=29 http://www.thenittygritty.nl/blog/?p=29#comments Thu, 18 Dec 2008 22:35:27 +0000 Thomas Brekelmans http://www.thenittygritty.nl/blog/?p=29 Let’s try displaying some .swf content. Youtube (SWFObject): (Please open the article to see the flash file or player.) var flashvars = {}; var params = {}; var attributes = {};params.allowfullscreen = "true"; params.allowscriptaccess = "always"; swfobject.embedSWF("http://www.youtube.com/v/_kJFbrRoDuQ","swfid5e878534acbceb457f1183ad0f293b56","650","400","9.0.0","http://www.thenittygritty.nl/blog/wp-content/plugins/pb-embedflash/swf/expressInstall.swf",flashvars,params,attributes); Youtube (Shadowbox): (Please open the article to see the flash file or player.) Youtube (Popup): (Please open the article to see the flash file or player.) ]]> Let’s try displaying some .swf content.

Youtube (SWFObject):
(Please open the article to see the flash file or player.)

Youtube (Shadowbox):
(Please open the article to see the flash file or player.)

Youtube (Popup):
(Please open the article to see the flash file or player.)

]]>
http://www.thenittygritty.nl/blog/?feed=rss2&p=29
Syntax highlighter test http://www.thenittygritty.nl/blog/?p=25 http://www.thenittygritty.nl/blog/?p=25#comments Thu, 18 Dec 2008 22:06:10 +0000 Thomas Brekelmans http://www.thenittygritty.nl/blog/?p=25 Does syntax highlighting work?
Code testing:

package nl.thenittygritty.toolbox.ui.element.parameter.values 
{
	import nl.thenittygritty.toolbox.ui.element.parameter.values.IValues;
	import nl.thenittygritty.toolbox.utils.NumberUtils;	
 
	/**
	 * @author Thomas Brekelmans
	 */
	public class LinearValues implements IValues
	{
		private var minimumValue:Number;
		private var maximumValue:Number;
		private var numberOfDecimals:Number;
 
		public function LinearValues(minimumValue:Number, maximumValue:Number, numberOfDecimals:int = 0):void
		{
			this.minimumValue = minimumValue;
			this.maximumValue = maximumValue;
			this.numberOfDecimals = numberOfDecimals;
		}
 
		public function getValueForPercentage(percentage:Number):Number
		{
			return NumberUtils.getPercentageValue(percentage, minimumValue, maximumValue);
		}
 
		public function getValueAsPercentage(value:Number):Number
		{
			return NumberUtils.getNormalizedValue(value, minimumValue, maximumValue);	
		}
 
		public function getNumberOfDecimals():Number
		{
			return numberOfDecimals;
		}
 
		/**
		 * Returns the name of the class in a String.
		 *
		 * @return LinearMapping as a String.
		 */
		public function toString():String
		{
			return "LinearMapping";
		}
	}
}
 
package nl.thenittygritty.toolbox.ui.element.parameter.values 
{
	import nl.thenittygritty.toolbox.ui.element.parameter.values.IValues;
	import nl.thenittygritty.toolbox.utils.NumberUtils;	
 
	/**
	 * @author Thomas Brekelmans
	 */
	public class LinearValues implements IValues
	{
		private var minimumValue:Number;
		private var maximumValue:Number;
		private var numberOfDecimals:Number;
 
		public function LinearValues(minimumValue:Number, maximumValue:Number, numberOfDecimals:int = 0):void
		{
			this.minimumValue = minimumValue;
			this.maximumValue = maximumValue;
			this.numberOfDecimals = numberOfDecimals;
		}
 
		public function getValueForPercentage(percentage:Number):Number
		{
			return NumberUtils.getPercentageValue(percentage, minimumValue, maximumValue);
		}
 
		public function getValueAsPercentage(value:Number):Number
		{
			return NumberUtils.getNormalizedValue(value, minimumValue, maximumValue);	
		}
 
		public function getNumberOfDecimals():Number
		{
			return numberOfDecimals;
		}
 
		/**
		 * Returns the name of the class in a String.
		 *
		 * @return LinearMapping as a String.
		 */
		public function toString():String
		{
			return "LinearMapping";
		}
	}
}

Yes it does.

]]>
http://www.thenittygritty.nl/blog/?feed=rss2&p=25
Lorem ipsum dolor sit amet http://www.thenittygritty.nl/blog/?p=3 http://www.thenittygritty.nl/blog/?p=3#comments Sat, 13 Dec 2008 13:30:31 +0000 Thomas Brekelmans http://www.thenittygritty.nl/blog/?p=3 Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse vel mi. Nunc ac diam ut nibh vulputate bibendum. Suspendisse a nunc in ante tincidunt tincidunt. Quisque dapibus elit et ipsum laoreet blandit. Mauris metus. Aenean eu felis. Aliquam eget eros sit amet pede porta tincidunt. In tristique tellus in magna. Integer vehicula ante quis orci. Nulla mauris risus, blandit id, auctor nec, scelerisque ut, ligula. Integer lectus. Fusce laoreet aliquam ante. Curabitur condimentum. Nam lacinia, est eu tempor consectetur, justo erat condimentum felis, ut dapibus elit justo sit amet nibh. Quisque sed turpis nec massa adipiscing faucibus. Nunc adipiscing massa at velit.

Vivamus adipiscing velit vel dolor pretium adipiscing. Nam sed ipsum lobortis mi dapibus viverra. Aliquam erat volutpat. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin sit amet metus. Donec in lorem. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc mattis ipsum et quam. Nullam viverra eros ut tellus. Donec euismod rhoncus diam. Sed ultricies. Suspendisse non eros at nunc placerat mollis. Nam vulputate sagittis velit. Suspendisse potenti. Nunc consectetur. Suspendisse ultrices metus at sapien. Curabitur ullamcorper neque eu mi. Sed at nulla et magna tempus adipiscing.

]]>
http://www.thenittygritty.nl/blog/?feed=rss2&p=3