Creates a PlacedFile item from a URL.
This blocks until the file is loaded or an error occured.
Sample code:
var url = new java.net.URL('http://www.server.com/image.jpg');
var raster = new PlacedFile(url);
Parameters:- url: URL — the URL of the file to place