Monthly Archives: November 2009
Actionscript 3: Check if flash is stand alone or in browser
Here is a quick code snippet if you want to have links trace the value locally but link out in the browser. if (Capabilities.playerType == "StandAlone" || Capabilities.playerType == "External") { trace("data.CTAOpen.@url : " + data.CTAOpen.@url ); } else { … Continue reading