Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String StartHTML = "<HTML><HEAD></HEAD><DIV><iframe width=\"" + IntToStr(web->Width) +"\" height=\""
- +IntToStr(web->Height-5)+ "\" src=\"";
- String EndHTML = "\" frameborder=\"0\"> </iframe></DIV></HTML>";
- String youtube = "https://www.youtube.com/embed/kxopViU98Xo";
- web->Silent = true;
- web->Navigate(L"about:blank");
- ToBrowser(StartHTML+youtube+EndHTML,web);
Advertisement
Add Comment
Please, Sign In to add comment