Posted in Java Script on November 12, 2008 | Leave a Comment »
To detect the Operating System on the Client Machine, your script should analyze the navigator.appVersion string. Below is a simple example of a script that sets the variable OSName to reflect the actual client OS.paste this script after the <Title> Tag of the <Head> Tag of the Page.
1: <script language=”javascript” type=”text/javascript”>
[...]
Read Full Post »
Posted in Flash on November 11, 2008 | Leave a Comment »
To further aide debugging and assurance that you are in fact using your variables as you had intended for them to be used, ActionScript 2.0 has introduced strict data typing to the language. What this is, is the ability to specify what type a certain variable is when it’s created (Number, String, MovieClip, etc.). Then, [...]
Read Full Post »