Версия для печати темы
Нажмите сюда для просмотра этой темы в оригинальном формате
Форум программистов > Delphi: Общие вопросы > paramstr help please


Автор: muratboy31 8.3.2010, 11:36
hi friends
i have a quesion to ask about paramstr ;
i am trying to open new window using paramstr but i have a problem getting the fired link !!! I made an example for it as you will see I used mouse cursor position to get the link under mouse cursor to open in new window and it works good but not with flash sites so it is not %100 for my problem... Can you please help me with it ?
project attached
thanks for helps

Автор: muratboy31 8.3.2010, 20:54
why this doesnt get the url s from flash web sites ???

Код

procedure TForm1.EmbeddedWB1BeforeNavigate2(ASender: TObject;
  const pDisp: IDispatch; var URL, Flags, TargetFrameName, PostData,
  Headers: OleVariant; var Cancel: WordBool);
begin
Url:=STUrl;
end;


with normal web sites it works but with flash it doesnt work !!!

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)