opiumhautopium1 Posted May 7, 2013 Share Posted May 7, 2013 (edited) Hello again today i try to open a web page so i use this code to do that program New; {$L ShellUtils.dll} Var a,b: AnsiString; begin a:=(ExtractFilePath('C:\Program Files (x86)\Mozilla Firefox\firefox.exe')); b:=(ExtractFilePath('C:\Users\lalellu \AppData\Local\Google\Chrome\Application\chrome.exe')); RunEx(a + 'firefox.exe','http://www.mygully.com'); RunEx(b + 'chrome.exe','http://www.mygully.com'); end. it works it open the web page no problem ....but the flash player say good bye honey i go to make some hollyday..... the same with chrome ....... ( when i copy and paste it to the commandline no problen ) ... is there a way out ? greetings Edited May 8, 2013 by opiumhautopium1 Quote Link to comment Share on other sites More sharing options...