Adobe Air != Microsoft Silverlight

AIR != Silverlight

As Peter Elst points out: Adobe AIR is not the same as Microsoft Silverlight. Where he uses words, I will use technology to prove my point. Clicking the button below will answer the question in a simple way.

 
<script type="text/javascript">
  function techProof()
  {
    var strAdobeAir = "Adobe Air";
    var strMsSilverlight = "Microsoft Silverlight";
    alert(strAdobeAir + " is " +
        (strAdobeAir == strMsSilverlight ? "" : "not" ) +
        " equal to " + strMsSilverlight)
  }
</script>
 

One Response to “Adobe Air != Microsoft Silverlight”

  1. PLEASE CHECK MY LATEST POST FOR ADOBE AIR AND MICROSOFT SILVERLIGHT
    I HAVE ALSO WRITTEN SOME THING ON THIS.
    LOOKING FOR U R FEEDBACK


Leave a Reply