Get

From FusionWiki

(Redirected from Get object)
Jump to: navigation, search
Get
General Information
Author: Jamie McLaughlin
Release Date: 2009
Status: Stable
Last updated: Unknown
Version:  ?
Build: 248
Developer-only: No
Website: Not available
Download: http://www.aquadasoft.com/Get.zip
Runtime Versions
HWA: Yes
Flash: Yes
Java: Yes
Java Mobile: No
Vitalize!: Yes
Unicode: No


The Get object is an extension for Multimedia Fusion 2 written by Jamie McLaughlin. It is used to download the content of a URL link.

Contents

Actions

  • Get URL - Begins downloading from an URL


Conditions

  • On get complete - Triggers once when the page has fully downloaded
  • Is get pending? - Checks to see if the "get" is in progress


Expressions

  • Content$ - Returns the content of the URL, after the get is complete. Generally, you would use this on a line where the condition is On get complete.


Usage

Here's an example of how to get a page with the Get object. A string object is used to indicate the progress, and a rich edit box is used for the page content.

1
  • Start of Frame
  •  : Get "http://www.clickteam.info/davidn/clickquote/index.php"

2
  •  : Get is pending
  • Only one action when event loops
  •  : Set alterable string to "Getting URL..."

3
  •  : On get complete
  •  : Set text to Content$("")

     : Set alterable string to "Get Complete!"

Personal tools