Jump to content
opiumhautopium1

RunExe crash the flash player

Recommended Posts

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 by opiumhautopium1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...