HUNGRY:3 Posted August 1, 2015 Share Posted August 1, 2015 (edited) hello i made a browser that draws in the ground so i want when player enter the url in the editbox the video must start but it's not working .. code: nope you're not gonna steal it. Edited August 2, 2015 by Guest Link to comment
FlorjanMTARP Posted August 2, 2015 Share Posted August 2, 2015 What was the problem If I may ask? I am also working on a similar browser but the video never starts from youtube.-. Link to comment
HUNGRY:3 Posted August 2, 2015 Author Share Posted August 2, 2015 line 39 loadBrowserURL(webBrowser, getBrowserURL(GUIEditor.edit[1])) i used guiGetText screen shot: function brow() if source == GUIEditor.button[1] then loadBrowserURL(webBrowser2, guiGetText(GUIEditor.edit[1])) addEventHandler("onClientRender", root, webBrowserRender) end end addEventHandler("onClientBrowserCreated", webBrowser2, brow) addEventHandler("onClientGUIClick",root,brow) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now