User tlindner - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T06:26:01Z http://stackoverflow.com/feeds/user/24000 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1598597/when-use-clicktoflash-how-to-show-other-flashs-in-a-webview-based-on-safari/1601784#1601784 3 Answer by tlindner for When use clicktoflash, how to show other flashs in a webview based on Safari? tlindner 2009-10-21T15:52:20Z 2009-10-22T00:41:37Z <p>You can have your app opt out of clicktoflash. The process is described at the bottom of <a href="http://rentzsch.github.com/clicktoflash/" rel="nofollow">http://rentzsch.github.com/clicktoflash/</a></p> <p>"Include a key named "ClickToFlashOptOut" in your app's Info.plist file, set its value to 'YES', and your app will automatically be whitelisted by ClickToFlash."</p> http://stackoverflow.com/questions/1497622/nsmanagedobject-as-nsdictionary-key/1497999#1497999 0 Answer by tlindner for NSManagedObject as NSDictionary key? tlindner 2009-09-30T13:10:05Z 2009-09-30T13:10:05Z <p>I suggest to use [[[myManagedObject objectID] URIRepresentation] absoluteString] as your key.</p>