Hey mediadog,
(1) with a little javascript you can tell the browser to go back or forward
(2) well that’s tricky, one way, a bit crazy, would be to hook with javascript all or specific HTML element(s) mouseover/click (mouseOver will generate a lot of traffic…but u can try :), then communicate back to VVVV using AJAX…VVVV can listen on a port 8080 for requests using HTTP Network receiver node…I did it ~2 years ago, but does not work with the current HTMLTexture for some reason, also I did some other modifications in the plugin not related to that, now obsolete.
(3) One way is to simulate “MouseDrag” with the mousejoin node and send it as a MouseState to the HTMLTexture _Mouse _
(4) Take a look at the patch I attached with example using little javascript
hope that helps
HTMLTexture (zeos).v4p (40.3 kB)