I want a WebView with a transparent background and a flash content.
These two things work perfectly separatly but not together. So for flash i need android:hardwareAccelerated="true"
but then the background won't be transparent. If i set android:hardwareAccelerated="false"
the background will become pretty transparent but I won't see any flash content.
How can I solve that problem?