Wiki-home » About VastPark » Platform » VastWorlds platform » Developer's guide » Plugins » List of Plugins »
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
- 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¶
bool Enabled¶
string Name¶
string Source¶
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()¶
void SetParkEngine(IParkEngine parkEngine)¶
void AddElement(ImmlElement element)¶
void Load()¶
void Dispose()¶