-
2 weeks ago
Creating a Simple Flash Website - Part One
This tutorial shows you how to create a simple Flash based website using AS3.
Part one goes through the process of setting up the stage and timeli...
arbennettuk • 4,147 views
rpdatutube
commented:
-
2 weeks ago
Creating a simple flash website - Part Two
Part two of my tutorial taking you through the process of creating a simple website using Flash and AS3.
arbennettuk • 3,020 views
rpdatutube
commented:
Thanks-good tutorial-straightforward & it works for me.
-
1 month ago
How to Change Wordpress Upload Max File Size - PHP Upload Large Files
Content for the php.ini file.
upload_max_filesize = 64M;
post_max_size = 32M;
Then login to your server and drop it into the wp-admin folder and...
willthethrill0001 • 8,611 views
rpdatutube
commented:
Fix for me (using WordPress multisite) was to go to Network Admin>Settings & see File upload size & edit (I put it to 15000KB). Also make sure filetype is included in list of allowable upload file types (setting on the same page-just add type eg mp4 swf flv etc). My .mp4 video has now uploaded-y...
-
2 months ago
Java Chess
A java swing chess game.
Source code available at:
http://www.seas.upenn.edu/~...
Executable jar:
http://www.seas....
garydmenezes • 2,347 views
rpdatutube
commented:
Hi-nice java chess game-thanks! (I might peek at your source code later for interest/fun!?!-thanks for making it available). For anyone interested in running this on Windows who are not sure-install java compiler/java sdk & then compile at cmd prompt with javac *.java to create class files & then...
-
3 months ago
RPD_v_Numpty0.7_Scotch Malanuik_var_17-11-2011_pt2.wmv
Chess game against Numpty0.7 chess engine-chess opening Scotch Malanuik variation
See my chess blog;http://www.chessat.richar
d-dickinson.com 6 views
rpdatutube
uploaded
-
3 months ago
RPD v Numpty0 7 - Scotch Malanuik var 1-0 16 11 2011
Scotch Malanuik opening variation vs Numpty0.7 chess engine
23 views
rpdatutube
uploaded
-
4 months ago
RDvsAnon_FrenchAdvance_1-0__16-10-2011.wmv
French Advance 5 min blitz chess game
17 views
rpdatutube
uploaded
-
5 months ago
RPDvsNumpty07_Petrovs_03-10-2011.wmv
My chess game Petrov defence Nimzowitsch Attack variation against chess engine Numpty
18 views
rpdatutube
uploaded
-
5 months ago
RPDvsNumptyPetrovs_1-0.wmv
My chess video showing my Petrovs defence win against Numpty Chess Engine
17 views
rpdatutube
uploaded
-
-
7 months ago
Liverpool FC Formation Options 2011/2012
This is my first video, so guys, please be nice! :p
It's basically the 3 main formations that I think Liverpool might use for the forthcoming seaso...
SuperSubDickinson • 721 views
-
-
-
1 year ago
ChessatmyboarD_ScotchOpening.wmv
The Scotch chess opening is my favourite chess opening as white. Here I show the mainline Scotch opening moves and some of the common Scotch openin...
133 views
rpdatutube
uploaded
Thanks-with part 2 this gives a good intro to making a flash website that works for someone new to flash.