Web Design Liverpool – Table4.com
We are proud to announce we are launching a new website in the very near future.
Featuring:
- A brand new look and improved functionality
- New and improved website packages
- The option to purchase your website online
- And more…
Please subscribe to our RSS to receive notification the instant the new website becomes live.
Cheers!
How to update WordPress
1. Have server running (if using localhost)
2. Backup old wordpress folder with everything in it
3. Delete old wordpress files and Copy in new wordpress files
4. Copy in theme(s) to new location wordpress/wp-content/themes
5. Copy in wp config file from backup location to /wordpress
6. Run database update: … /wp-admin/upgrade.php.
7. Wait for it to finish
8. Done!
Get URL code for Flash Action Script 3
For get url buttons in AS3, use the following code:
example_btn.addEventListener(MouseEvent.MOUSE_DOWN, example1);
function example1(e:MouseEvent):void {
var request:URLRequest=new URLRequest(“http://www.table4.com/“);
navigateToURL(request, “_self“);
}
Go to frame code for Flash Action Script 3
To go to a frame in AS3, use the following code:
examplebutton_btn.addEventListener(MouseEvent.MOUSE_DOWN, examplebutton);
function examplebutton(event:MouseEvent):void {
gotoAndPlay(FRAME NUMBER HERE);
}


