Web Design Liverpool Video by Table 4
Check out our new promotional video:
The video was uploaded to YouTube and will feature on our new upcoming website. The video was edited to merge two video clips together seamlessly, we then added 3D animated text over the top. We created the ‘url sequence’ and the background music from scratch.
Right click code for Flash Action Script 3
Ever noticed how when you right-click a flash application you get a whole heap of options: ‘Zoom’, ‘Show all’, ‘Rewind’, etc… they’re not really necessary are they?
Add this code and magically they all disapear! With exception to settings and about – you can also add in two (or one or three, etc.) of your own menu options:
//right click code – table4.com
var rightClick:ContextMenu = new ContextMenu();
rightClick.hideBuiltInItems();
var rightClick1:ContextMenuItem = new ContextMenuItem(“YOUR TEXT”);
var rightClick2:ContextMenuItem = new ContextMenuItem(“MORE TEXT WITH LINK”);
rightClick2.addEventListener(ContextMenuEvent.MENU_ITEM_SELECT, rightClickUrl);
rightClick.customItems.push(rightClick1, rightClick2);
this.contextMenu = rightClick;
function rightClickUrl(e:ContextMenuEvent):void {
var url:String = “http://www.table4.com/”;
var request:URLRequest = new URLRequest(url);
navigateToURL(request, ‘_blank’);
}
Plumbnation gets a new flash banner for the home page
Our good friends at Plumbnation have got themselves a new and improved flash banner for their homepage. It’s sexier than ever and can be updated quickly to show off their latest products:

www.plumbnation.co.uk
Table4 on Facebook and Twitter
Follow us on:
Twitter:
http://twitter.com/table4_com
Facebook:
http://www.facebook.com/pages/Liverpool/Table4com-Web-Design/96301811048
Fotolia Stock Vectors
Check out our stock vector work at Fotolia – here are two examples of our work that’s available to buy online:
New Websites
Two new websites have been launched recently -
AraQuality.com

And
Scentessa.com





