PDA

View Full Version : Unable to display flash into webkit on MAC



jay
19th February 2010, 09:48
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.


WebView->setUrl ( QUrl ( "www.........." ) );


can anyone suggest me to solve the problem.

Regards,
Jay.

wysota
19th February 2010, 11:12
Did you enable plugins for WebKit?

jay
19th February 2010, 11:23
Dear wysota

Thank you for your help.

Now the problem is solved.

Regards,
Jay.