jsonp client

In this movie, we access a web API that:
- is hosted on another origin
- does not provide crossdomain.xml
- supports JSONP

We set the callback to "GIF89a" to imitate the file signature of a GIF image. This allows us to use a Loader to access the data instead of a URLLoader, since Loader does not do cross-origin data isolation.