Limited numeric input in flash actionscript 2 textfield
If you want to only show numeric characters in a textfield in flash actionscript you can use the following code:
myTextField.restrict = "0-9"; …
Read Article →
In-depth guides, insights, and best practices for modern software engineering
If you want to only show numeric characters in a textfield in flash actionscript you can use the following code:
myTextField.restrict = "0-9"; …
Read Article →
If you use a dynamic textbox in Flash and you want to embed the British Pound symbol (£) then you will want to also embed the “Latin I” …
Read Article →If you have a movieclip that by default has the hand cursor showing on RollOver and you don’t really want this, you can disable it by doing the …
Read Article →Believe it or not, this one is super easy to fix!
It’s actually a temporary problem with your motherboard, all you need to do is:
In a flash movie I usually have a frame of actionscript that controls all elements in the file to keep everything in one place.
Sometimes I have an …
Read Article →A quick and easy way would be to type the following in one line with single spaces in the Terminal.
This way of installing OpenGL and SDL libraries …
The hosts file is located at the following address:
C:\windows\system32\drivers\etc</span>
or
%systemroot%\system32\drivers\etc</span>
But …
I think this may be the fastest way to get a list of all the directories in a given folder/directory using PHP.
$directories = …
Read Article →
You have a flash uploader and you get this error:
security error: securitySandboxError
This means that the flash is not trusted by the domain and you …
Read Article →I discovered a very annoying bug in the Flash IDE a little while ago, and it has happened to me quite a few times.
Today it happened again and so I …
Read Article →I have used Google Checkout to receive payments in the past and have had problems with some clients not paying and blaming it on Google Checkout that …!-->!-->!-->!-->
Read Article →Warning: mysql_affected_rows(): supplied argument is not a valid MySQL-Link resource
You have just gotten a warning when trying to check if an …
Read Article →