I have a plugin which display 3D contents in a Internet page with a
fixed size thanks to agl.
When I resize my browser, and when a scrollbar arrives on the space
or my contents, the plugin displays contents over the scrollbar.
Sounds like maybe you need to change the AGL buffer rect and clipping
region when the size of the window changes. In our AGL-based plugin,
we set the AGL_BUFFER_RECT via aglSetInteger using the x, y, width,
and height fields of the NPWindow. We also set the AGL_CLIP_REGION
using the clipRect of the NPWindow.
Moreover when that I make new tab, player's contents of the first
tab is also displayed on the new one.
In fact my plug-in always draw in the first plane of the browser.
Not sure about this one.
Michael Wolfinbarger
Oklahoma Climatological Survey
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden