Developer Info ::
VIXML specs ::
FAQ ::
VIXML examples ::
VIXML previewing ::
HTTP API scripts ::

VIXML examples



Hello world

This script displays the words Hello world! in the centre of the screen, in black text on a white background.

<vixml>
  <text halign="centre" valign="centre">Hello world!</text>
</vixml>

To display Hello world! on your phone, follow these steps ...

  1. Save the script to hello.xml
  2. Log in to your account at www.vivatel.com.au
  3. From the left menu, select CMS
  4. Use the Upload file interface to upload hello.xml to your account.
  5. To see what the script will look like, click the preview link next to hello.xml
  6. From the left menu, select Configure numbers
  7. Edit the VIXML URL to point to hello.xml
  8. After verifying the URL with the Preview button, click the Update button
Now all video calls to your number will see the words Hello world! on the screen.



Demo application

The source code for the demo application running on 03 9910 9300 can be found in demo.zip. The first option simulates a consumer promotion, where the caller enters a code from under a bottle cap. The second runs a simple dial-a-pizza application, and the third shows a film festival. The fourth option demonstrates video recording and playback.