June 30th, 2008
Filed under: AS3, Flash, IT |
No Comments »
Actionscript 3.0 has been around for a while now and it is time I got my head around it. I purchased a book for this very purpose. Why purchase a book you might wonder when anything can be googled, from tutorials to samples?
I have found in recent years, that I can tackle just about any […]
January 4th, 2008
Filed under: AS2, Flash, Web Design, IT |
No Comments »
If you want to loop a movie on your flash project, select the movie / video and in the action script box put:
/////////////////////////////
on(complete){
this.autoRewind = true;
this.play();
}
/////////////////////////////
This should just keep it running for ever.
Bookmark to:
December 19th, 2007
Filed under: AS2, Flash, IT |
No Comments »
If you want to set focus to a text input field / text area in Flash then use the following code:
stage.focus = myTextField;
Selection.setFocus(instanceName);
Bookmark to:
December 10th, 2007
Filed under: Rant, IT |
No Comments »
I signed up to Talk Talk broadband the other day. I was already with them as a phone customer, and I must say I am pretty happy with the service considering the very low price we pay.
As for broadband though I have been dragging my heels for a long time over this. It is “free” […]
December 9th, 2007
Filed under: Rant, IT |
2 Comments »
My PC has a temper. It gets upset and you can tell when the hard drive drones on and on like some grumbling old man. It just stops and grumbles about all the work I make it do. Grumble grumble stop… grumble stop… Just when I think I can carry on it grumbles a little […]
December 9th, 2007
Filed under: Rant, IT, Fun |
No Comments »
I am waiting for the next generation Wii. The Wii Wii.
If I get a Wii now I just going to get pissed off. Nintendo will announce the release date for the Wii Wii the day after I got my Wii, and the price of a Wii will drop by half over night. I want a […]
December 7th, 2007
Filed under: IT |
No Comments »
Super by eRightSoft is a free video conversion package.
It is perfect for converting your DVDs, AVIs etc to just about any other video format. With DVRs (Digital Video Recorder) becoming more popular this package is great for moving your vids to the new format.
You will probably find that your DVDs are protected from copying and […]
December 6th, 2007
Filed under: Rant, IT |
2 Comments »
I just bought one of these devices. It is a 3.5″ DVR or so it says on the case.
It is a hard dive (320gb in this case) in a case. The case is clever in that it not only acts as an externat Hard Drive for your computer but you can also hook it up to a TV […]
October 4th, 2007
Filed under: IT |
No Comments »
Sorry to do this to you but this is an experiment in web traffic. I need to find out how many hits a page with this title would get after a certain amount of time.
Sex is fun. Porn is an age old industry. Hardcore is showing all the bits and hiding nothing. No imagination needed […]
September 17th, 2007
Filed under: Rant, IT |
No Comments »
There was a time when one kid could write a computer game and it would become a best seller. These days you need a team of kids, and a movie budget to do the same. I miss the old school.
Game were based around strategy, gameplay and skill. These days games companies just play it safe […]