Examine the following code:
var keyListener:Object = new Object();
keyListener.onKeyDown = function():Void
{
// code runs if any hotspot is pressed
trace("A hotspot was pressed!");
}
Key.addListener(keyListener);
In the code above, what would be known as the broadcaster?
You have selected a device in the Flash Lite emulator and you have ActionScript that loads in an image.
However, this image type is unsupported in the device you have selected. What happens when you test the application in the emulator?