Archive for the 'Flash' Category
Friday, April 21st, 2006 by Sonja Duijvesteijn
Flash movies play because of a plugin in the browser. This plugin automatigically start up the program/player that is needed to see the content. There are different plugins for quicktime, applets, flash and others. A really nifty invention one might think.
The question is however, whose invention was it? In ninties of the last century a […]
Posted in Webdevelopment, Flash | 1 Comment »
Friday, March 17th, 2006 by Sonja Duijvesteijn
Flex is a development framework by Adobe and is meant to help developers make applications. That means, no timeline, no graphics, no animations. After making a flex application the source will be compiled into a .swf file, which can be put online and viewed just like regular .swf’s.
Framework
Flex is a framework, and as such offers […]
Posted in Webdevelopment, Flash, flex | 1 Comment »
Thursday, January 19th, 2006 by Sonja Duijvesteijn
I recently got a question in my e-mail on how to do seo with flash. Maybe something with xml? Would that be indexed better? And, won’t it be seen as spam?
Well, this guy is definately thinking in the right direction, xml is the way to go.
Use RSS for indexing
Instead of using just ‘a’ xml […]
Posted in Flash, Usability, SEO | 4 Comments »
Wednesday, December 21st, 2005 by Sonja Duijvesteijn
It seems that a lot more emphasis is put on search engine optimalization (seo) the few months than it has before. Today I’ve been explaining to a client how he needs to write his text in order to be found easier on search engines. So let’s write a small post about seo.
Flash
One of the things […]
Posted in Webdevelopment, Flash, SEO | 5 Comments »
Sunday, December 18th, 2005 by Sonja Duijvesteijn
I’ve been working on some flash stuff lately, building a semi 3d world through which one can roam somewhat freely. However I found some weird behaviour in Flash. Apparently, new means second hand.
The as class
class Line {
var values_arr = new Array();
function Line() {
}
function setArrayValue(i:Number):Void {
[…]
Posted in Flash | 18 Comments »