sendToURL("http://google.com")
When I add this code and preview, I get errors. What kind of code am I supposed to use for sendToURL function to redirect to google.com?
Note that I changed the command to navigateToURL(). Also, the argument in the function call needs to be a URLRequest object, not a String, as in...
navigateToURL(new URLRequest("http://google.com"));
North America
Europe, Middle East and Africa
Asia Pacific