Not finding what you are looking for? Request a recipe!
The background color that displays during the preloader phase is defined in the object embed tag of the HTML.
Adobe has provide a set of core ActionScript 3.0 libraries that provide classes to connect to Flickr. You need to have your own Flickr account and obtain a API_KEY.
To connect with older ActionScript 2.0 applications, you need to force the NetConnection and SharedObject to use AMF0 encoding instead of the default AMF3.
ActionScript 3.0 provides some nice functions found in the flash.utils package to help us find class names of objects as well as class definitions by name. The two functions we are going to use are getDefinitionByName and getQualifiedClassName.