Adobe AIR to execute program

With AIR 2.0 you now can: if(NativeProcess.isSupported) { var file:File = File.desktopDirectory; file = file.resolvePath(“StyleLookupold.exe”); var nativeProcessStartupInfo:NativeProcessStartupInfo = new NativeProcessStartupInfo(); nativeProcessStartupInfo.executable = file; var process:NativeProcess = new NativeProcess(); process.start(nativeProcessStartupInfo); } You also need to add this to your descriptor file. <supportedProfiles>extendedDesktop</supportedProfiles>

Want custom title / image / description in facebook share link from a flash app [duplicate]

2016 Update Use the Sharing Debugger to figure out what your problems are. Make sure you’re following the Facebook Sharing Best Practices. Make sure you’re using the Open Graph Markup correctly. Original Answer I agree with what has already been said here, but per documentation on the Facebook developer site, you might want to use … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)