// Author: Robert Lie (Mobilefish.com) // More information, see: https://www.mobilefish.com/developer/flash/flash_quickguide_actionscript_3_examples.html var url:String = "https://www.mobilefish.com"; var urlRequest:URLRequest = new URLRequest(url); sendToURL(urlRequest);