Thanks.
Can’t quite see how to add a file to the post but if you click on this link and use User=user & Password=pass you can see the objective. If you then view the source code hopefully you can see how the video gets displayed and how to control the camera. It’s a bit messy but fairly straight forward.
The link that is used in the innerHTML code is this http://luluscattery.dyndns.org:8001/videostream.cgi
If you click on that, the video image shows properly - can’t see how to make that happen in the NSB form.
I tried this example from the NSB manual
Function Button1_onclick()
HTMLview1.innerHTML="<iframe src='http://www.nsbasic.com'></iframe>"
HTMLview1.refresh()
End Function
and the NSB web page also comes up restricted with scroll bars, even though I have disabled them in the control.
I’m clearly missing something fundamental about how to size the inner HTML page on the form. Changing height & width settings in the control only changes the frame size - not the content. How do we do that…?
I think I may have solved the mystery…
I am viewing in Chrome on a desktop - it seems that on a mobile phone, the sizing works. The NSB URL seems to work fine on a Samsung - can’t test on iPhone until I open an account.
The camera demo doesn’t work on the Samsung (yet). Nothing displays.