ComponentRef
Web Open
WebOpen
Component to access web pages. This can be used for posting and displaying online high scores or making turn based multiplayer games.
Example usage: "YakYakReader" sample project.
Properties
Url
The URL of the web-page. For instance "http://www.google.com".
InBrowser
Set this property to true if you want the web-page to open in a separate window.
OnResult
This will be executed when the web page has been read (only when InBrowser=false). Put code here to read ResultString.
ResultString
This string holds the content of the web page.
ZGameEditor
Documentation
- Contents
- Overview
- Tutorial 1
- Tutorial 2
- Tutorial 3
- Sample projects
- Component reference
- Writing expressions
Community