From: <Saved by Windows Internet Explorer 7>
Subject: Created by Camtasia Studio 3
Date: Thu, 12 Mar 2009 13:54:14 +0530
MIME-Version: 1.0
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.group-mail.com/flash/tutorials/gm_getting_started.html
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Created by Camtasia Studio 3</TITLE><!-- saved from =
url=3D(0025)http://www.techsmith.com/ -->
<META http-equiv=3Dcontent-type content=3D"text/html; charset=3DUTF-8">
<SCRIPT language=3DJavaScript type=3Dtext/javascript>
<!--
var requiredMajorVersion =3D 7;
var requiredMinorVersion =3D 0;
var requiredRevision     =3D 0;
var jsVersion            =3D 1.0;
// -->
</SCRIPT>

<SCRIPT language=3DVBScript type=3Dtext/vbscript>
<!-- // Visual basic helper required to detect Flash Player ActiveX =
control version information
Function VBGetSwfVer(i)
  on error resume next
  Dim swControl, swVersion
  swVersion =3D 0
 =20
  set swControl =3D CreateObject("ShockwaveFlash.ShockwaveFlash." + =
CStr(i))
  if (IsObject(swControl)) then
    swVersion =3D swControl.GetVariable("$version")
  end if
  VBGetSwfVer =3D swVersion
End Function
// -->
</SCRIPT>

<SCRIPT language=3DJavaScript1.1 type=3Dtext/javascript>
<!--=20

// Detect Client Browser type
var isIE    =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : =
false;
var isWin   =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D =
-1) ? true : false;
var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : =
false;

jsVersion =3D 1.1;

// JavaScript helper required to detect Flash Player PlugIn version =
information
function JSGetSwfVer(i)
{
   // NS/Opera version >=3D 3 check for Flash plugin in plugin array
   if (navigator.plugins !=3D null && navigator.plugins.length > 0)=20
   {
      if (navigator.plugins["Shockwave Flash 2.0"] || =
navigator.plugins["Shockwave Flash"])=20
      {
         var swVer2           =3D navigator.plugins["Shockwave Flash =
2.0"] ? " 2.0" : "";
         var flashDescription =3D navigator.plugins["Shockwave Flash" + =
swVer2].description;
        =20
         descArray      =3D flashDescription.split(" ");
         tempArrayMajor =3D descArray[2].split(".");
         versionMajor   =3D tempArrayMajor[0];
         versionMinor   =3D tempArrayMajor[1];
        =20
         if ( descArray[3] !=3D "" )=20
         {
            tempArrayMinor =3D descArray[3].split("r");
         }=20
         else=20
         {
            tempArrayMinor =3D descArray[4].split("r");
         }
        =20
         versionRevision =3D tempArrayMinor[1] > 0 ? tempArrayMinor[1] : =
0;
         flashVer =3D versionMajor + "." + versionMinor + "." + =
versionRevision;
      }=20
      else=20
      {
         flashVer =3D -1;
      }
   }    =20
   else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D =
-1)=20
      flashVer =3D 4; // MSN/WebTV 2.6 supports Flash 4
   else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D =
-1)=20
      flashVer =3D 3; // WebTV 2.5 supports Flash 3  =20
   else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1)=20
      flashVer =3D 2; // older WebTV supports Flash 2
   else    =20
      flashVer =3D -1; // Can't detect in all other cases
  =20
   return flashVer;
}=20

// If called with no parameters this function returns a floating point =
value=20
// which should be the version of the Flash Player or 0.0=20
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if =
that version or greater is available
function DetectFlashVer( reqMajorVer, reqMinorVer, reqRevision )=20
{
   reqVer =3D parseFloat(reqMajorVer + "." + reqRevision);
   // loop backwards through the versions until we find the newest =
version  =20
   for (i=3D25;i>0;i--)=20
   {  =20
      if (isIE && isWin && !isOpera)=20
      {
         versionStr =3D VBGetSwfVer(i);
      }=20
      else=20
      {
         versionStr =3D JSGetSwfVer(i);     =20
      }
      if (versionStr =3D=3D -1 )=20
      {=20
         return false;
      }=20
      else if (versionStr !=3D 0)=20
      {
         if(isIE && isWin && !isOpera)=20
         {
            tempArray         =3D versionStr.split(" ");
            tempString        =3D tempArray[1];
            versionArray      =3D tempString .split(",");           =20
         }=20
         else=20
         {
            versionArray      =3D versionStr.split(".");
         }
        =20
         versionMajor      =3D versionArray[0];
         versionMinor      =3D versionArray[1];
         versionRevision   =3D versionArray[2];
        =20
         versionString     =3D versionMajor + "." + versionRevision;   =
// 7.0r24 =3D=3D 7.24
         versionNum        =3D parseFloat(versionString);
        =20
         // is the major.revision >=3D requested major.revision AND the =
minor version >=3D requested minor
         if ( (versionMajor > reqMajorVer) && (versionNum >=3D reqVer) ) =

            return true;
         else=20
            return ((versionNum >=3D reqVer && versionMinor >=3D =
reqMinorVer) ? true : false );  =20
      }
   }  =20
   return (reqVer ? false : 0.0);
}
// -->
</SCRIPT>

<SCRIPT language=3DJavaScript type=3Dtext/javascript>

<!--=20
var hasRightVersion =3D DetectFlashVer(requiredMajorVersion, =
requiredMinorVersion, requiredRevision);
if( hasRightVersion )=20
{ =20
   var BodyTop =3D '<body topmargin=3D0 leftmargin=3D0 >'
               + '<table border=3D"0" cellpadding=3D"0" align=3D"center" =
width=3D"800">'
               + '  <tr>   '
               + '    <td >';
  =20
   var oeTags =3D '<object id  =3D"flashMovie"'
+ 'codeBase =
=3D"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#v=
ersion=3D7,0,0,0"'
+ 'height   =3D"655"'
+ 'width    =3D"800"'
+ 'classid  =3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>'
+ '<PARAM NAME=3D"FlashVars"          =
VALUE=3D"csConfigFile=3Dgm_getting_started_config.xml&csColor=3DFFFFFF&cs=
Preloader=3Dgm_getting_started_preload.swf"/>'
+ '<PARAM NAME=3D"Movie"              =
VALUE=3D"gm_getting_started_controller.swf"/>'
+ '<PARAM NAME=3D"WMode"              VALUE=3D"Window"/>'
+ '<PARAM NAME=3D"Quality"            VALUE=3D"best"/>'
+ '<PARAM NAME=3D"SAlign"             VALUE=3D"TL"/>'
+ '<PARAM NAME=3D"Menu"               VALUE=3D"FALSE"/>'
+ '<PARAM NAME=3D"BGColor"            VALUE=3D"FFFFFF"/>'
+ '<EMBED id          =3D"EmbedflashMovie"'
+ '       flashvars   =
=3D"csConfigFile=3Dgm_getting_started_config.xml&csColor=3DFFFFFF&csPrelo=
ader=3Dgm_getting_started_preload.swf"'
+ '       src         =3D"gm_getting_started_controller.swf"'
+ '       quality     =3D"best"'
+ '       bgcolor     =3D"FFFFFF"'
+ '       width       =3D"800"'
+ '       height      =3D"655"'
+ '       pluginspace =3D"http://www.macromedia.com/go/getflashplayer" =
>'
+ '<\/EMBED>'
+ '<\/OBJECT>';
  =20
   document.write(BodyTop);=20
   document.write(oeTags);=20
}=20
else=20
{ =20
   var BodyTop =3D '<body topmargin=3D0 leftmargin=3D0 =
style=3D"background-color:#CCCCCC" >'
               + '<table border=3D"0" cellpadding=3D"0" align=3D"center" =
width=3D"800">'
               + '  <tr>   '
               + '    <td >';
  =20
   // flash is too old or we can't detect the plugin
   var alternateContent =3D '<div align=3D"center"><img =
src=3D"gm_getting_started_nofp_bg.gif" width=3D"293" =
height=3D"280"></div>'
                        + '<div align=3D"center">'
                        + '<p style=3D"width: 250px;font-family:Arial, =
Helvetica, sans-serif;font-size: x-small;color: #003300;margin-top: =
-200px;text-align:left;">The Camtasia Studio video content presented =
here requires the latest version of the Macromedia Flash Player.  Please =
update your version of this free player by'
                        + '&nbsp; <a =
href=3D"http://www.macromedia.com/go/getflashplayer" =
target=3D"_blank">downloading here</a>.</p></div>'
                       =20
   document.write(alternateContent);  // insert non-flash content
   document.write(BodyTop);  // insert non-flash content =20
}
// -->
</SCRIPT>
<NOSCRIPT>
<META content=3D"MSHTML 6.00.6000.20861" name=3DGENERATOR></HEAD>
<BODY>
<OBJECT id=3DflashMovie=20
codeBase=3Dhttp://download.macromedia.com/pub/shockwave/cabs/flash/swflas=
h.cab#version=3D7,0,0,0=20
height=3D655 width=3D800 =
classid=3Dclsid:D27CDB6E-AE6D-11cf-96B8-444553540000=20
VIEWASTEXT><PARAM NAME=3D"FlashVars" =
VALUE=3D"csConfigFile=3Dgm_getting_started_config.xml&amp;csColor=3DFFFFF=
F&amp;csPreloader=3Dgm_getting_started_preload.swf"><PARAM =
NAME=3D"Movie" VALUE=3D"gm_getting_started_controller.swf"><PARAM =
NAME=3D"WMode" VALUE=3D"Window"><PARAM NAME=3D"Quality" =
VALUE=3D"best"><PARAM NAME=3D"SAlign" VALUE=3D"TL"><PARAM NAME=3D"Menu" =
VALUE=3D"FALSE"><PARAM NAME=3D"BGColor" VALUE=3D"FFFFFF">
                           									   <EMBED id          =
=3D"EmbedflashMovie"    =20
     flashvars  =20
=3D"csConfigFile=3Dgm_getting_started_config.xml&csColor=3DFFFFFF&csPrelo=
ader=3Dgm_getting_started_preload.swf"=20
          src         =3D"gm_getting_started_controller.swf"             =
       =20
quality     =3D"best"           bgcolor     =3D"FFFFFF"           width  =
     =3D"800"=20
          height      =3D"655"           pluginspace=20
=3D"http://www.macromedia.com/go/getflashplayer" >	   </EMBED>
</OBJECT></NOSCRIPT></TD></TR></TABLE></BODY></HTML>

