Mobile
flash.txt
Associated article: Flash Lite: Graphics for Mobile Devices
Tags: Web Development .NET Mobile Design
Published source code accompanying the article by Hartti Suomela in which he examines Flash Lite, an implementation of Adobe's Flash technology specifically developed for mobile phones and other consumer electronic devices.
Flash Lite: Graphics for Mobile Devices
by Hartti Suomela
Listing One
for (i=1; i<10; i++) {
playerName = eval("name" add i);
trace(playerName);
}
Listing Two
<?php
// create the SQL query based on query type and the year
// ...


