User Manual
Print

Downloading Online Photo

Get photo from internet

				
					{"blocks":"<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"Resources_getPhotoByURL\" disabled=\"true\" x=\"-22\" y=\"112\"><value name=\"url\"><shadow type=\"text\" disabled=\"true\"><field name=\"TEXT\"/></shadow></value></block></xml>"}
				
			

This block is used to get the image from internet.

Parameters: String (URL)

Output: Image

Sample code:

				
					{"blocks":"<xml xmlns=\"https://developers.google.com/blockly/xml\"><block type=\"pxt-on-start\" x=\"0\" y=\"0\"><statement name=\"HANDLER\"><block type=\"Camera_showPhoto\"><value name=\"photo\"><block type=\"Resources_getPhotoByURL\"><value name=\"url\"><shadow type=\"text\"><field name=\"TEXT\">https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Bananas.svg/2560px-Bananas.svg.png</field></shadow></value></block></value></block></statement></block></xml>"}
				
			

The output:

Get Photo from Internet - Output