Hi,
I want to create my own browser using Qt's QWebview API.I am able to create it without any problems.
But when i am trying to embed flash player its not showing any flash content.
when i debug the Qt source code i came to know that some flash plugin is not getting loaded.
I think some flash plugin for Qt browser is required.
I have seen below Qt call stack in some linux opensource forum.
#4 0xae23ed8e in ?? () from /usr/lib/mozilla/plugins/libflashplayer.so
#5 0xae24328e in NP_Initialize () from /usr/lib/mozilla/plugins/libflashplayer.so
#6 0xb6eeb08e in WebCore::PluginPackage::load (this=0x85e8560) at /usr/local/src/Misc/webkit/WebCore/plugins/qt/PluginPackageQt.cpp:131
#7 0xb6eeaa37 in WebCore::PluginPackage::fetchInfo (this=0x85e8560) at /usr/local/src/Misc/webkit/WebCore/plugins/qt/PluginPackageQt.cpp:40
when WebCore::PluginPackage::load() is called it is loading libflashplayer.so is getting called.
Is there any plugin to be used for symbian to make it work?
I am using Qt 4.6.2. According to this documentation this version of Qt will support flash.
Can somebody explain me how to load the flash and how can i show the flash content in my browser?
Regards,
Vijay

Reply With Quote
..
.. thank you..

