FlickrPlugin (Flickr)

IMML example



	

Properties

bool SlideshowMode

  • Summary: When true, the plugin operates in slideshow mode on the elements it has added to it

float SlideshowDelay

  • Summary: The amount of time in seconds to delay before showing the next image in the collection

string SlideshowTags

  • Summary: Tags to use when retrieving the images to show in the slideshow

string SlideshowAuthor

  • Summary: The author to use when retrieving images to show in the slideshow

string SlideshowText

  • Summary: The text to use when retrieving the images to show in the slideshow

string BoundaryBox

  • Summary: Latitude and longitude described in maximum and minimum segments in the following format: "MinLatitude, MinLongitude, MaxLatitude, MaxLongitude"

string AccessKey

  • Summary: The Flickr API access key to use

string TextureSize

  • Summary: Valid values are Thumbnail, Small, Medium, Large

bool SynchroniseUpdates

  • Summary: When true, synchronises visual updates to occur simultaneously on multiple visible elements

int Count

  • Summary:

bool Enabled

  • Summary:

string Name

  • Summary:

string Source

  • Summary:

Functions

string FindUserID(string username)

  • Summary: Returns the flicker user id for a given username
  • Parameters
    • username: Username to search for
  • Returns: The username if found, and empty string if not found

void Update()

  • Summary:
  • Parameters

void SetParkEngine(IParkEngine parkEngine)

  • Summary:
  • Parameters

void AddElement(ImmlElement element)

  • Summary:
  • Parameters

void Load()

  • Summary:
  • Parameters

void Dispose()

  • Summary:
  • Parameters