Quick Time Pro – Issue when attempting to unregister Quicktime Pro 7 and re-register to a different computer

This issue drove me crazy for days. You would think the obvious solution would be to go through the Edit Menu, to Preferences, then Registration and simply remove the name and key. It appears that it is gone until you …

Adobe Flash CS5.5 and AS3 – Click event from frame 1 that calls frame 2 causes click event in frame 2 to fire also

If you compile your game with Flash Player 9 (Publish Settings), this is not an issue. When the Flash Player is set to 10 and above is when propagation occurs.

To prevent this from happening, add the following code…

event.stopPropagation();

Microsoft Outlook – How to unblock a file extension that Microsoft Outlook (Office 2007) won’t allow to be read or sent

You can define what outlook blocks or does not block by using this registry key

[HKEY_CURRENT_USERSoftwareMicrosoftOffice12.0OutlookSecurity]

“Level1Remove”=”.mdb;.zip;.exe;.url;.reg;.app”

Add to “Level1Remove” all extensions you do not want Outlook to block.

See the following article for more detail.

http://support.microsoft.com/kb/829982