Info Posted August 2, 2009 Posted August 2, 2009 InetGet("http://justfuckinggoogleit.com/bart.gif","picture")
n8gk Posted August 2, 2009 Author Posted August 2, 2009 $destination = InetGet("http://justfuckinggoogleit.com/bart.gif","picture") SplashImageOn("Splash Screen", $destination,250,50) Sleep(3000) SplashOff() Isn't working
Info Posted August 2, 2009 Posted August 2, 2009 $destination = InetGet("http://justfuckinggoogleit.com/bart.gif","picture") SplashImageOn("Splash Screen", $destination,250,50) Sleep(3000) SplashOff() Isn't working My mistake, InetGet("http://justfuckinggoogleit.com/bart.gif","picture.gif") And: $destination = InetGet("http://justfuckinggoogleit.com/bart.gif","picture.gif") SplashImageOn("Splash Screen", "picture.gif",250,50) Sleep(3000) SplashOff()
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