<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.northcode.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Northcode Inc.</title><link>http://www.northcode.com/blog.php</link><copyright>Copyright 2010 Northcode Inc, All Rights Reserved</copyright><description>Northcode Blog</description><pubDate>Fri, 28 Oct 2011 0:03:28 GMT</pubDate><generator>Northcode Feed Generator v1.0</generator><language>en</language><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.northcode.com/Northcode" /><feedburner:info uri="northcode" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Northcode</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Launching Applications on Windows 7</title><link>http://feeds.northcode.com/~r/Northcode/~3/6MtfuswHlUM/Launching-Applications-on-Windows-7</link><category>SWF Studio</category><description>In XP and earlier versions of Windows you always had privileges equal to the Administrator account which made launching applications a pretty simple procedure. Vista and Windows 7 introduced a new security model (User Account Control) that restricted access to applications that could modify the system. These applications would now require approval from the user.&lt;br&gt;&lt;br&gt;In Windows 7, Microsoft updated UAC in several ways. One that affects your SWF Studio applications directly is that &lt;b&gt;UAC does not prompt when certain programs included with Windows make changes requiring elevated permissions&lt;/b&gt; while other programs still trigger a UAC prompt. &lt;br&gt;&lt;br&gt;The end result is that &lt;b&gt;some solutions that worked in Vista not work in Windows 7&lt;/b&gt;. Even though Windows 7 does not prompt for elevation, the call will still fail if you don't have the correct privilege level. I recently ran across this when a customer reported problems launching odbcad32.exe on Windows 7.&lt;br&gt;&lt;br&gt;&lt;img border="0" src="http://www.northcode.com/blog/images/windows7.jpg"&gt;&lt;img src="http://feeds.feedburner.com/~r/Northcode/~4/6MtfuswHlUM" height="1" width="1"/&gt;</description><pubDate>Thu, 27 Oct 2011 23:59:50 GMT</pubDate><guid isPermaLink="false">http://www.northcode.com/blog.php/2011/10/27/Launching-Applications-on-Windows-7</guid><feedburner:origLink>http://www.northcode.com/blog.php/2011/10/27/Launching-Applications-on-Windows-7</feedburner:origLink></item><item><title>Eliminating Norton SONAR False Positives</title><link>http://feeds.northcode.com/~r/Northcode/~3/t_OfsqBm6DY/Eliminating-Norton-SONAR-False-Positives</link><category>SWF Studio</category><description>SONAR is a tool from Norton that examines the behavior of applications to decide whether they are malicious. Unlike anti-virus scanners that use &lt;b&gt;signatures&lt;/b&gt;, SONAR evaluates hundreds of attributes of the program to determine whether it is malicious or not. &lt;br&gt;&lt;br&gt;&lt;img border="0" src="http://www.northcode.com/blog/images/sonar.jpg"&gt;&lt;br&gt;&lt;br&gt;The main use of SONAR is to enhance detection of zero day threats but &lt;b&gt;SONAR is well known for generating false positives&lt;/b&gt; and we've received several reports from SWF Studio users about this.&lt;img src="http://feeds.feedburner.com/~r/Northcode/~4/t_OfsqBm6DY" height="1" width="1"/&gt;</description><pubDate>Thu, 13 Oct 2011 14:09:16 GMT</pubDate><guid isPermaLink="false">http://www.northcode.com/blog.php/2011/10/13/Eliminating-Norton-SONAR-False-Positives</guid><feedburner:origLink>http://www.northcode.com/blog.php/2011/10/13/Eliminating-Norton-SONAR-False-Positives</feedburner:origLink></item><item><title>Save Data to a Local File in Flash</title><link>http://feeds.northcode.com/~r/Northcode/~3/yYkmdJ4J6IM/Save-Data-to-a-Local-File-in-Flash</link><category>Examples</category><description>The &lt;a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference.html" title="ActionScript 3.0 public class FileReference" target="_blank"&gt;&lt;b&gt;FileReference&lt;/b&gt;&lt;/a&gt; class in Flash 10 allows you to save data to a local file in Flash BUT &lt;b&gt;it has some major limitations&lt;/b&gt;. While necesary for security in online applications, these limitations make using the FileReference class impractical in standalone applications.&lt;br&gt;&lt;br&gt;&lt;b&gt;&amp;#183;&lt;/b&gt; FileReference.save() can only be called in response to user interaction (mouse or keyboard),&lt;br&gt;&lt;b&gt;&amp;#183;&lt;/b&gt; FileReference.save() displays a dialog and lets the user select the location,&lt;br&gt;&lt;b&gt;&amp;#183;&lt;/b&gt; The location of the saved file is not available to ActionScript, and &lt;br&gt;&lt;b&gt;&amp;#183;&lt;/b&gt; FileReference.save() can only be made as an asynchronous (non-blocking) call.&lt;br&gt;&lt;br&gt;&lt;img border="0" src="http://www.northcode.com/blog/images/diskdrive.jpg"&gt;&lt;img src="http://feeds.feedburner.com/~r/Northcode/~4/yYkmdJ4J6IM" height="1" width="1"/&gt;</description><pubDate>Thu, 12 May 2011 15:23:09 GMT</pubDate><guid isPermaLink="false">http://www.northcode.com/blog.php/2011/05/12/Save-Data-to-a-Local-File-in-Flash</guid><feedburner:origLink>http://www.northcode.com/blog.php/2011/05/12/Save-Data-to-a-Local-File-in-Flash</feedburner:origLink></item><item><title>Using ADO Data Sources in Flash Projectors</title><link>http://feeds.northcode.com/~r/Northcode/~3/WdQv-gV-aXA/Using-ADO-Data-Sources-in-Flash-Projectors</link><category>Tutorials</category><description>In this tutorial we're going to show you how to connect to a Microsoft Access database file but everything you learn here will apply equally to other data sources (SQL Server, MySQL, Oracle, etc).&lt;br&gt;&lt;br&gt;To follow this tutorial you'll need to be familiar with ActionScript 3. You can use Flash, Flex or your authoring tool of choice, as long as it supports ActionScript 3. &lt;br&gt;&lt;br&gt;You don't need to have Access installed unless you want to open the example database file. An ADO provider for Access ships with all recent versions of Windows and that's all we need to work with these files in SWF Studio.&lt;br&gt;&lt;br&gt;&lt;img border="0" src="http://www.northcode.com/blog/images/adotable.jpg"&gt;&lt;img src="http://feeds.feedburner.com/~r/Northcode/~4/WdQv-gV-aXA" height="1" width="1"/&gt;</description><pubDate>Fri, 06 May 2011 16:04:00 GMT</pubDate><guid isPermaLink="false">http://www.northcode.com/blog.php/2011/05/06/Using-ADO-Data-Sources-in-Flash-Projectors</guid><feedburner:origLink>http://www.northcode.com/blog.php/2011/05/06/Using-ADO-Data-Sources-in-Flash-Projectors</feedburner:origLink></item><item><title>Printing without a Print Dialog in Flash</title><link>http://feeds.northcode.com/~r/Northcode/~3/5-08jsI135M/Printing-without-a-Print-Dialog-in-Flash</link><category>Examples</category><description>If you've ever developed a kiosk application in Flash you've probably struggled with finding a way to &lt;b&gt;suppress the Print Dialog&lt;/b&gt; so your users don't have to press the OK button. &lt;br&gt;&lt;br&gt;Doing this in Flash, by itself, is impossible. The solution using &lt;b&gt;SWF Studio&lt;/b&gt; is so easy you can have it working in &lt;b&gt;under 5 minutes&lt;/b&gt;!&lt;br&gt;&lt;br&gt;&lt;img src="http://www.northcode.com/blog/images/printdialog.jpg" border="0"&gt;&lt;img src="http://feeds.feedburner.com/~r/Northcode/~4/5-08jsI135M" height="1" width="1"/&gt;</description><pubDate>Thu, 14 Apr 2011 16:56:12 GMT</pubDate><guid isPermaLink="false">http://www.northcode.com/blog.php/2011/04/14/Printing-without-a-Print-Dialog-in-Flash</guid><feedburner:origLink>http://www.northcode.com/blog.php/2011/04/14/Printing-without-a-Print-Dialog-in-Flash</feedburner:origLink></item></channel></rss>

