Dear all,

I have done a sample using QtWebkit module for displaying the given URL. Its working fine in Windows.

but in MAC, While executing the below line of code, if the URL having flash content, the application got crash. but non-flash pages were loaded successfully.

Qt Code:
  1. WebView->setUrl ( QUrl ( "www.........." ) );
To copy to clipboard, switch view to plain text mode 


can anyone suggest me to solve the problem.

Regards,
Jay.