Turbe$Z Posted March 19, 2017 Share Posted March 19, 2017 x,y = guiGetScreenSize() image = guiCreateStaticImage( x*0.05, y*0.1, x*0.9, y*0.7, "border.png", false) local browser = guiCreateBrowser(x*0.113, y*0.045, x*0.673, y*0.605, false, false, false, image) guiSetVisible ( image, false ) local theBrowser = guiGetBrowser(browser) addEventHandler("onClientBrowserCreated", theBrowser, function() loadBrowserURL(source, "http://tinyurl.com/lysqs6y") end ) function funct() if guiGetVisible ( image ) == false then showCursor ( true ) guiSetVisible ( image, true) else showCursor ( false) guiSetVisible ( image, false) end end addCommandHandler("honfoglalo", funct) why not working? when i change the URL to "http://youtube.com" the YT is working, but this why not? Link to comment
NeXuS™ Posted March 19, 2017 Share Posted March 19, 2017 requestBrowserDomains({"tinyurl.com"}) Link to comment
Turbe$Z Posted March 19, 2017 Author Share Posted March 19, 2017 17 minutes ago, NeXuS™ said: requestBrowserDomains({"tinyurl.com"}) still not working Link to comment
NeXuS™ Posted March 19, 2017 Share Posted March 19, 2017 requestBrowserDomains({"www.tinyurl.com"}) Link to comment
Turbe$Z Posted March 19, 2017 Author Share Posted March 19, 2017 14 minutes ago, NeXuS™ said: requestBrowserDomains({"www.tinyurl.com"}) now just show a blank white page Link to comment
NeXuS™ Posted March 19, 2017 Share Posted March 19, 2017 Try using the original link, not the tinyurl one. Link to comment
Turbe$Z Posted March 19, 2017 Author Share Posted March 19, 2017 11 minutes ago, NeXuS™ said: Try using the original link, not the tinyurl one. now working the website, but can i fix adobe flash player thing? Link to comment
Addlibs Posted March 19, 2017 Share Posted March 19, 2017 I don't think Adobe Flash player is enabled on MTA CEF 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