winphone_tile_front_image_small(img);
Argument | Description |
---|---|
type | The local path to the image to display. |
Returns: N/A
This function will take an image and show it on the "front" of
the smallest Flip Live Tile. This image must be an
included file and not be a sprite or a background, and if it is too
small or too big for the tile it will be stretched or cropped to
fit.
var tile;
tile = choose("tile1.png", "tile2.png", "tile3.png");
winphone_tile_front_image_small(tile);
The above code will set the smallest "front" Live Tile to be any one of three included files.