Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
Flash posts
How to fix an odd bug within Flash when some OpenType fonts strangely vanish
Flash font display issue »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
I like AS3’s ability to find and track all sorts of errors and coding bugs but one minor issue I had recently was when trying to detect and catch an invalid url request for dynamically loaded images. At first the solution seemed obvious – I thought using a simple try {} catch {} method for […]
Continue reading »
Warning: Trying to access array offset on value of type bool in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
14
Deprecated: Automatic conversion of false to array is deprecated in
/homepages/28/d1016621825/htdocs/wp-content/themes/tomelliott/archive.php on line
16
A dynamic and scripted AS3 typing effect for Flash, with variable type speeds. The script mimics the look of text being typed and can be coloured and styled using HTML font tags. The script is ideal for headlines and smaller sentences. The post includes demo, examples and full source code.
AS3 Typewriter »