Pete Shand
  • Home
  • About
  • Contact
  • Showreel
Home » Posts by Pete Shand
Apr14 9

Facebook Fanpage PSD Template 2011

Posted by Pete Shand in Design

Lets face it, designers sometimes need to make a mock-up that doesn’t actually exist which sometimes can be time consuming and extremely irritating. Facebook fanpages have been a very hot topic for clients recently. They are wanting to break into the social media scene.

Today I’m releasing a mockup of the new 2011 Facebook Fanpage with editable text and image positioning, hopefully this will save you some time and help you create and effective facebook mock-up for a potential or current client.

Click here to download the PSD.

facebook fanpage template

Read More
Mar16 0

Foodie Fight Facebook Quiz

Posted by Pete Shand in Facebook, Recent Work

To celebrate the brands London Restaurant Week campaign, we (Razorfish London) have created ‘Foodie Fight’ a mini-quiz designed to challenge peoples knowledge of all things culinary. Know your artichoke from your asparagus? Know how many Michelin Stars Marco Pierre White has? (Its 3 by the way!) If so then click on the app link below to test your knowledge and share your score with your friends. If you score highly enough then you will be entered into the competition draw each week for the opportunity to win fantastic VIP prizes including dinner for 10 @ Marco Pierre Whites, wine-tasting with Gary Rhodes and much more.
http://www.facebook.com/lastminute.com?sk=app_115362125207521

Play Foodie Fight

Read More
Feb04 0

MovieClip Loop Control

Posted by Pete Shand in Actionscript, Flash

?View Code ACTIONSCRIPT
1
2
3
4
5
6
import net.peteshand.utils.LoopCtrl;
LoopCtrl.setLoops(this,3,40); 
// Parameters:
   // Target MovieClip, 
   // Number of Loops, 
   // Frames of end of timeline to stop at (default = 0)
?View Code ACTIONSCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
package net.peteshand.utils
{
	import flash.display.MovieClip;
	import flash.events.Event;
	import flash.events.EventDispatcher;
 
	public class LoopCtrl extends EventDispatcher
	{
		/** @private **/
		private static var ref:MovieClip;
		private static var loops:int;
 
		public function LoopCtrl ()
		{
 
		}
 
		public static function setLoops(_ref:MovieClip, _loops:int=1, preEndFrame:int=0):void
		{
			ref = _ref;
			loops = _loops;
			var count:int = 0;
 
			ref.addFrameScript(ref.totalFrames-1-preEndFrame, LastFrame);
			function LastFrame():void
			{
				count++;
				if (count == loops){
					ref.stop();
					ref.dispatchEvent(new Event("LoopEnd"));
				}
			}
		}
	}
}
Read More
Jan25 0

Click and Drag 360 View

Posted by Pete Shand in Actionscript, Flash

Get Adobe Flash player

Read More
Jan25 3

.MPO to Anaglphic or Stereo Pair JPG

Posted by Pete Shand in Actionscript, Flash, Photography

Get Adobe Flash player

I recently bought the new Fujifilm FinePix W3, it a nutshell its a camera with stereoscopic lenses (see below) which means you can shoot 3d photography and hd footage. It doesn’t stop there though, on the back of the camera you have a 3.5-inch glasses free 3d display. Without a doubt the coolest gadget I’ve ever bought.

Fujifilm FinePix W3

Fujifilm FinePix W3

One thing that surprised me was the format in which the W3 saves stereoscopic images, the file extension is called .mpo and I can’t say I’ve ever heard of it. I was expecting it would save as a stereo pair .jpg or .jps which would be easier to view and edit on a regular computer display.

It turns out there are a few programs out there that will convert .mpo to .jpg, but not that many. So i decided to look into the possibility of converting in actionscript. Because the .mpo format is basically multiple jpgs saved within the one file it turned out to be pretty straight forward. Building on Thibault Imbert’s work on jpg decoding I simply wrote a few classes to parse the .mpo into separate jpg byteArrays and then output the result as a stereo pair or a anaglyphic image.

Read More
« Older Entries
Next Entries »

Categories

  • 3D Flash
  • Actionscript
  • Design
  • Facebook
  • Flash
  • Javascript
  • Online Advertising
  • Photography
  • Recent Work
  • Text To Speech
  • Translation
  • Video

Recent Comments

  • Pete Shand on .MPO to Anaglphic or Stereo Pair JPG
  • Pete Shand on .MPO to Anaglphic or Stereo Pair JPG
  • Kyle on .MPO to Anaglphic or Stereo Pair JPG
  • Paul on Actionscript Text To Speech
  • Pete Shand on Actionscript Text To Speech

What I'm Doing...

  • RT I 2nd that @karlfreeman: Painful presentation at #fotb at the moment. Should've gone to monster projects and rewatch it again from their 2010-09-28
  • @ReDrUmNZ I'd leave it at home... ya going on holiday to get any from that shit in reply to ReDrUmNZ 2010-09-14
  • @ReDrUmNZ I can honestly say i haven't had any problems with CS5, stink 2 b u huh, lol in reply to ReDrUmNZ 2010-08-17
  • More updates...
Get Adobe Flash playerPlugin by wpburn.com wordpress themes

© 2011 Pete Shand | Designed by Elegant Themes | Powered by WordPress