v1.5 Documentation

These reference documents are designed to help you when things don't go as planned. The individual screen type documents are useful for looking up available JSON properties.

Menus
Content Screens
Settings Screens
Splash Screens
Other Actions
Streaming Video
The streaming video feature takes advantage of the devices ability to play video files. The device controls the layout of it's native video player and no custom screen is displayed. File based video in the .MOV format is expected. Other formats may work depending on the devices ability to support that file type.
Sample JSON
{"itemId":"99999", "itemType":"BT_screen_video", "itemNickname":"Streaming video", "navBarTitleText":"Cool Video", "localFileName":"sampleVideo.mov"}
* Required     * Overrides Global Theme
Streaming Video Properties
Item Id * "itemId":"a unique id"
A unique number or string identifiying this item from all other items in the configuration file.
Item Type * "itemType":"BT_screen_video"
Used by the mobile app to determine what type of item to create.
Item Nickname * "itemNickname":"A unique nickname"
The nickname of the item in the buzztouch control panel.
File Location * "localFileName":"sampleVideo.mov"
OR
"dataURL":"http://mysite.com/sampleVideo.mov"
The filename of the file included in the project or the URL to the file. If a dataURL is used then localFileName should not be included. The dataURL is an internet address pointing to an actual file, not an an address the loads an HTML or Flash webpage with an embedded media player.
Other
Login Required "loginRequired":"0"
Options: 0 or 1 where 1 = yes. App must implement a Login screen.
Hide From Search "hideFromSearch":"0"
Options: 0 or 1 where 1 = yes. Hides from search results if the app implements a Search Menu screen.